Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 25 of 106) sorted by relevance

12345

/trueos/contrib/bmake/unit-tests/
HDmodword7 LIST= one two three
8 LIST+= four five six
28 @echo 'LIST:[]="${LIST:[]}" is an error'
29 @echo 'LIST:[0]="${LIST:[0]}"'
30 @echo 'LIST:[0x0]="${LIST:[0x0]}"'
31 @echo 'LIST:[000]="${LIST:[000]}"'
32 @echo 'LIST:[*]="${LIST:[*]}"'
33 @echo 'LIST:[@]="${LIST:[@]}"'
34 @echo 'LIST:[0]:C/ /,/="${LIST:[0]:C/ /,/}"'
35 @echo 'LIST:[0]:C/ /,/g="${LIST:[0]:C/ /,/g}"'
[all …]
HDmodts2 LIST= one two three
3 LIST+= four five six
24 @echo 'LIST="${LIST}"'
25 @echo 'LIST:ts,="${LIST:ts,}"'
26 @echo 'LIST:ts/:tu="${LIST:ts/:tu}"'
27 @echo 'LIST:ts::tu="${LIST:ts::tu}"'
28 @echo 'LIST:ts:tu="${LIST:ts:tu}"'
29 @echo 'LIST:tu:ts/="${LIST:tu:ts/}"'
30 @echo 'LIST:ts:="${LIST:ts:}"'
31 @echo 'LIST:ts="${LIST:ts}"'
[all …]
HDmodorder3 LIST= one two three four five six seven eight nine ten
4 LISTX= ${LIST:Ox}
5 LISTSX:= ${LIST:Ox}
11 @echo "LIST = ${LIST}"
12 @echo "LIST:O = ${LIST:O}"
17 @echo "LIST:Ox = `test '${LIST:Ox}' != '${LIST:Ox}' ${TEST_RESULT}`"
18 @echo "LIST:O:Ox = `test '${LIST:O:Ox}' != '${LIST:O:Ox}' ${TEST_RESULT}`"
21 @echo "BADMOD 1 = ${LIST:OX}"
22 @echo "BADMOD 2 = ${LIST:OxXX}"
HDtest.exp158 LIST = one two three four five six seven eight nine ten
164 make: Bad modifier `:OX' for LIST
166 make: Bad modifier `:OxXX' for LIST
193 make: Bad modifier `:tx' for LIST
195 make: Bad modifier `:ts\x' for LIST
200 make: Bad modifier `:[]' for LIST
239 make: Bad modifier `:[1.]' for LIST
241 make: Bad modifier `:[1].' for LIST
247 make: Bad modifier `:[-]' for LIST
249 make: Bad modifier `:[--]' for LIST
[all …]
HDforloop5 LIST = one "two and three" four "five"
13 .for x in ${LIST}
38 .for a b in ${LIST} ${LIST:tu} ${XTRA_LIST}
/trueos/contrib/bsnmp/snmpd/
HDsnmpmod.h59 #define INSERT_OBJECT_OID_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
62 TAILQ_FOREACH(_lelem, (LIST), LINK) \
66 TAILQ_INSERT_TAIL((LIST), (PTR), LINK); \
71 #define INSERT_OBJECT_INT_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
74 TAILQ_FOREACH(_lelem, (LIST), LINK) \
78 TAILQ_INSERT_TAIL((LIST), (PTR), LINK); \
83 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \ argument
86 TAILQ_FOREACH(_lelem, (LIST), LINK) \
90 TAILQ_INSERT_TAIL((LIST), (PTR), LINK); \
95 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \ argument
[all …]
/trueos/cddl/contrib/opensolaris/cmd/sgs/include/
HDalist.h187 #define ALIST_TRAVERSE(LIST, IDX, DATA) \ argument
189 ((LIST) != NULL) && ((DATA) = (void *)(LIST)->al_data); \
191 ((LIST) != NULL) && ((IDX) < (LIST)->al_nitems); \
194 (DATA) = (void *) (((LIST)->al_size * (IDX)) + (char *)(LIST)->al_data)
196 #define ALIST_TRAVERSE_BY_OFFSET(LIST, OFF, DATA) \ argument
197 (((LIST) != NULL) && ((OFF) = ALIST_OFF_DATA) && \
198 (((DATA) = (void *)((char *)(LIST) + (OFF))))); \
200 (((LIST) != NULL) && ((OFF) < (LIST)->al_next)); \
202 (((OFF) += ((LIST)->al_size)), \
203 ((DATA) = (void *)((char *)(LIST) + (OFF))))
[all …]
/trueos/usr.bin/mklocale/
HDlex.l92 return(LIST); }
94 return(LIST); }
96 return(LIST); }
98 return(LIST); }
100 return(LIST); }
102 return(LIST); }
104 return(LIST); }
106 return(LIST); }
108 return(LIST); }
110 return(LIST); }
[all …]
/trueos/contrib/dialog/
HDfselect.c82 } LIST; typedef
90 init_list(LIST * list, WINDOW *par, WINDOW *win, int mousex) in init_list()
117 data_of(LIST * list) in data_of()
126 free_list(LIST * list, int reinit) in free_list()
141 add_to_list(LIST * list, char *text) in add_to_list()
160 keep_visible(LIST * list) in keep_visible()
174 find_choice(char *target, LIST * list) in find_choice()
217 display_list(LIST * list) in display_list()
268 fix_arrows(LIST * list) in fix_arrows()
294 show_list(char *target, LIST * list, int keep) in show_list()
[all …]
/trueos/contrib/netbsd-tests/net/npf/
HDt_npf.sh54 LIST=/tmp/t_npf.$$
55 trap "rm -f $LIST" EXIT
57 sh -ec 'npftest -L || printf "dummy\tnone\n"' > $LIST 2>/dev/null
62 done < $LIST
/trueos/usr.bin/tee/
HDtee.c58 } LIST; typedef
59 static LIST *head;
67 LIST *p; in main()
131 LIST *p; in add()
133 if ((p = malloc(sizeof(LIST))) == NULL) in add()
/trueos/contrib/ntp/
HDflock-build44 case "$LIST" in
45 '') LIST="baldwin bridgeport cowbird malarky pogo rackety" ;;
48 for i in $LIST
54 echo flock-build running on $i? check LIST, skipping
/trueos/crypto/openssl/util/
HDopenssl-format-source66 LIST=`find "$i" -name '*.[ch]' -print`
72 LIST="$i"
75 for j in $LIST
/trueos/contrib/binutils/
HDltsugar.m435 # lt_car(LIST)
36 # lt_cdr(LIST)
49 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
52 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
/trueos/usr.bin/paste/
HDpaste.c126 } LIST; typedef
131 LIST *lp; in parallel()
136 LIST *head, *tmp; in parallel()
140 if ((lp = malloc(sizeof(LIST))) == NULL) in parallel()
/trueos/contrib/ncurses/
HDtar-copy.sh70 LIST=`tar tf $TMP 2>&1`
71 $DOIT rm -rf $LIST 2>/dev/null
/trueos/contrib/binutils/binutils/
HDarlex.l53 "LIST" { return LIST; }
68 "list" { return LIST; }
HDarparse.y47 %token LIST
125 LIST
/trueos/contrib/openbsm/m4/
HDltsugar.m431 # lt_car(LIST)
32 # lt_cdr(LIST)
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
/trueos/contrib/ldns/m4/
HDltsugar.m431 # lt_car(LIST)
32 # lt_cdr(LIST)
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
/trueos/contrib/file/m4/
HDltsugar.m431 # lt_car(LIST)
32 # lt_cdr(LIST)
61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
/trueos/usr.bin/ar/
HDacplex.l61 LIST|list { return (LIST); }
/trueos/sbin/mdconfig/
HDmdconfig.c58 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; enumerator
136 if (action != UNSET && action != LIST) in main()
139 action = LIST; in main()
304 if (fflag != NULL && action != LIST) in main()
324 if (action != LIST && vflag == OPT_VERBOSE) in main()
361 } else if (action == LIST) { in main()
/trueos/bin/pax/
HDpax.h55 #define LIST 0 /* List the file in an archive */ macro
60 #define DEFOP LIST /* if no flags default is to LIST */
/trueos/usr.sbin/service/
HDservice.sh53 l) LIST=lopt ;;
109 if [ -n "$LIST" ]; then

12345