| /src/usr.bin/make/unit-tests/ |
| H A D | varmod-select-words.mk | 14 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 D | varparse-undef-partial.mk | 8 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 D | dollar.mk | 7 LIST= plain 'single' "double" 'mix'"ed" back\ slashed macro
|
| /src/tools/ |
| H A D | mkheaderlist.sh | 19 LIST=headerlist 20 rm -f ${LIST} 21 mklist > ${LIST}
|
| /src/usr.bin/mklocale/ |
| H A D | lex.l | 101 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 D | t_npf.sh | 72 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 D | extern.h | 61 extern LIST air, ground; 75 void append(LIST *, PLANE *); 77 void delete(LIST *, PLANE *);
|
| H A D | extern.c | 74 LIST air, ground;
|
| H A D | struct.h | 104 } LIST; typedef in typeref:struct:__anon48a76d110408
|
| H A D | list.c | 67 append(LIST *l, PLANE *p) 104 delete(LIST *l, PLANE *p)
|
| /src/usr.sbin/service/ |
| H A D | service | 91 LIST=false 98 l) LIST=true ;; 105 if "${ENABLED}" && "${LIST}" 180 if "${LIST}"
|
| /src/usr.bin/tee/ |
| H A D | tee.c | 61 } 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 D | ltsugar.m4 | 32 # 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 D | ltoptions.m4 | 43 # _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 D | t_db.sh | 923 LIST="2048 4096 8192 16384" 925 LIST="$LIST 32768" 928 LIST="$LIST 65536" 930 for i in $LIST
|
| /src/bin/pax/ |
| H A D | pax.h | 61 #define LIST 0 /* List the file in an archive */ macro
|
| H A D | options.c | 688 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 D | pax.c | 263 * For any actions other than LIST, keep a reference to cwd, so 269 if (act != LIST) { 331 case LIST:
|
| H A D | ar_io.c | 165 case LIST: 246 case LIST: 410 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0) 1640 if (act == LIST)
|
| /src/etc/ |
| H A D | security | 61 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 D | pack.c | 301 if (ch == LIST) { 539 *c = LIST; 542 return(((*c >= 'a') && (*c <= 'z')) || (*c == CANCEL) || (*c == LIST));
|
| /src/lib/libc/include/isc/ |
| H A D | list.h | 24 #define LIST(type) struct { type *head, *tail; } macro
|
| /src/regress/sys/fs/lfs/ckckp/ |
| H A D | check-all | 231 m/FREE BUT NOT ON FREE LIST/ || # UNWRITTEN inodes OK 233 m/FREE LIST HEAD IN SUPERBLOCK/ ) {
|
| /src/lib/libc/isc/ |
| H A D | eventlib_p.h | 223 LIST(evAccept) accepts;
|
| /src/bin/csh/ |
| H A D | file.c | 81 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 */
|