Searched refs:LIST (Results 1 - 25 of 30) sorted by relevance

12

/src/usr.bin/make/unit-tests/
H A Dvarmod-select-words.mk14 LIST= one two three four five six macro
54 @echo 'LIST:[]="${LIST:[]}" is an error'
57 @echo 'LIST:[0]="${LIST:[0]}"'
58 @echo 'LIST:[0x0]="${LIST:[0x0]}"'
59 @echo 'LIST:[000]="${LIST:[000]}"'
60 @echo 'LIST
[all...]
H A Dvarparse-undef-partial.mk8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end macro
20 EVAL:= ${LIST}
36 # In contrast to the previous line, evaluating the original LIST again now
40 EVAL:= ${LIST}
H A Ddollar.mk7 LIST= plain 'single' "double" 'mix'"ed" back\ slashed macro
/src/tools/
H A Dmkheaderlist.sh19 LIST=headerlist
20 rm -f ${LIST}
21 mklist > ${LIST}
/src/usr.bin/mklocale/
H A Dlex.l101 return(LIST); }
103 return(LIST); }
105 return(LIST); }
107 return(LIST); }
109 return(LIST); }
111 return(LIST); }
113 return(LIST); }
115 return(LIST); }
117 return(LIST); }
119 return(LIST); }
[all...]
/src/tests/net/npf/
H A Dt_npf.sh72 LIST=/tmp/t_npf.$$
73 trap "rm -f $LIST" EXIT
75 sh -ec 'npftest -L || printf "dummy\tnone\n"' > $LIST 2>/dev/null
80 done < $LIST
/src/games/atc/
H A Dextern.h61 extern LIST air, ground;
75 void append(LIST *, PLANE *);
77 void delete(LIST *, PLANE *);
H A Dextern.c74 LIST air, ground;
H A Dstruct.h104 } LIST; typedef in typeref:struct:__anon48a76d110408
H A Dlist.c67 append(LIST *l, PLANE *p)
104 delete(LIST *l, PLANE *p)
/src/usr.sbin/service/
H A Dservice91 LIST=false
98 l) LIST=true ;;
105 if "${ENABLED}" && "${LIST}"
180 if "${LIST}"
/src/usr.bin/tee/
H A Dtee.c61 } LIST; typedef in typeref:struct:_list
62 LIST *head;
69 LIST *p;
141 LIST *p;
143 if ((p = malloc(sizeof(LIST))) == NULL)
/src/sys/external/isc/libsodium/dist/m4/
H A Dltsugar.m432 # lt_car(LIST)
33 # lt_cdr(LIST)
62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
H A Dltoptions.m443 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
/src/tests/lib/libc/db/
H A Dt_db.sh923 LIST="2048 4096 8192 16384"
925 LIST="$LIST 32768"
928 LIST="$LIST 65536"
930 for i in $LIST
/src/bin/pax/
H A Dpax.h61 #define LIST 0 /* List the file in an archive */ macro
H A Doptions.c688 act = LIST;
722 case LIST:
1016 tar_set_action(LIST);
1206 case LIST:
1496 else if (act == EXTRACT && op == LIST)
1628 cpio_set_action(LIST);
1791 act = LIST;
1823 case LIST:
H A Dpax.c263 * For any actions other than LIST, keep a reference to cwd, so
269 if (act != LIST) {
331 case LIST:
H A Dar_io.c165 case LIST:
246 case LIST:
410 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
1640 if (act == LIST)
/src/etc/
H A Dsecurity61 LIST=list.$$
733 xargs -0 ls -ldgTq | sort +9 > $LIST
745 egrep -v '^[bc]' $LIST > $TMP1
801 egrep "^b.*/${i}[0-9][0-9]*[a-p]$" $LIST >> $TMP1
802 egrep "^c.*/r${i}[0-9][0-9]*[a-p]$" $LIST >> $TMP1
815 egrep '^[bc]' $LIST | sort -k11 > $TMP1
/src/games/rogue/
H A Dpack.c301 if (ch == LIST) {
539 *c = LIST;
542 return(((*c >= 'a') && (*c <= 'z')) || (*c == CANCEL) || (*c == LIST));
/src/lib/libc/include/isc/
H A Dlist.h24 #define LIST(type) struct { type *head, *tail; } macro
/src/regress/sys/fs/lfs/ckckp/
H A Dcheck-all231 m/FREE BUT NOT ON FREE LIST/ || # UNWRITTEN inodes OK
233 m/FREE LIST HEAD IN SUPERBLOCK/ ) {
/src/lib/libc/isc/
H A Deventlib_p.h223 LIST(evAccept) accepts;
/src/bin/csh/
H A Dfile.c81 LIST, RECOGNIZE enumerator in enum:__anon235687790103
477 * Perform a RECOGNIZE or LIST command on string "word".
519 if (command == LIST) {
563 else { /* LIST */
662 command = (last_Char == ESC) ? RECOGNIZE : LIST;
663 if (command == LIST)
696 if (command == LIST) /* Always retype after a LIST */

Completed in 16 milliseconds

12