HomeSort by: relevance | last modified time | path
    Searched refs:LIST (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
varmod-select-words.mk 14 LIST= one two three four five six
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:[*]="${LIST:[*]}"
    [all...]
varparse-undef-partial.mk 8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end
20 EVAL:= ${LIST}
36 # In contrast to the previous line, evaluating the original LIST again now
40 EVAL:= ${LIST}
dollar.mk 7 LIST= plain 'single' "double" 'mix'"ed" back\ slashed
  /src/tools/
mkheaderlist.sh 19 LIST=headerlist
20 rm -f ${LIST}
21 mklist > ${LIST}
  /src/usr.bin/mklocale/
lex.l 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
101 return(LIST); }
103 return(LIST); }
105 return(LIST); }
107 return(LIST); }
109 return(LIST); }
111 return(LIST); }
113 return(LIST); }
115 return(LIST); }
    [all...]
  /src/tests/net/npf/
t_npf.sh 10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
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/
extern.h 14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
61 extern LIST air, ground;
75 void append(LIST *, PLANE *);
77 void delete(LIST *, PLANE *);
extern.c 14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
74 LIST air, ground;
struct.h 14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
104 } LIST;
list.c 1 /* $NetBSD: list.c,v 1.10 2021/05/02 12:50:43 rillig Exp $ */
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
47 static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93";
49 __RCSID("$NetBSD: list.c,v 1.10 2021/05/02 12:50:43 rillig Exp $");
67 append(LIST *l, PLANE *p)
104 delete(LIST *l, PLANE *p)
  /src/usr.sbin/service/
service 3 # service -- run or list system services
15 # notice, this list of conditions and the following disclaimer.
17 # notice, this list of conditions and the following disclaimer in the
42 " List all scripts in rc order" \
57 # list all files in rc_directories with absolute pathnames
91 LIST=false
98 l) LIST=true ;;
105 if "${ENABLED}" && "${LIST}"
168 # them in the list of enabled scripts.
180 if "${LIST}"
    [all...]
  /src/usr.bin/tee/
tee.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
61 } LIST;
62 LIST *head;
69 LIST *p;
141 LIST *p;
143 if ((p = malloc(sizeof(LIST))) == NULL)
  /src/sys/external/isc/libsodium/dist/m4/
ltsugar.m4 32 # lt_car(LIST)
33 # lt_cdr(LIST)
62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
64 # Produce a SEP delimited list of all paired combinations of elements of
65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
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
176 # Look at the argument we got. We use all the common list separators.
230 # Look at the argument we got. We use all the common list separators.
284 # Look at the argument we got. We use all the common list separators.
391 # Look at the argument we got. We use all the common list separators.
  /src/tests/lib/libc/db/
t_db.sh 10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
923 LIST="2048 4096 8192 16384"
925 LIST="$LIST 32768"
928 LIST="$LIST 65536"
930 for i in $LIST
1025 list=`(for i in a b c d; do
1067 echo "$list") |
    [all...]
  /src/bin/pax/
pax.h 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
61 #define LIST 0 /* List the file in an archive */
228 * Format Specific Options List
pax.c 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
112 FILE *listf; /* file pointer to print file list to */
263 * For any actions other than LIST, keep a reference to cwd, so
269 if (act != LIST) {
331 case LIST:
332 rval = list();
options.c 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
89 static char flgch[] = FLGCH; /* list of all possible flags (pax) */
200 #define DEFLT F_USTAR /* default write format from list above */
574 * Treat list of filenames on stdin as an
684 * or list. check that we have not been given a bogus set of flags
688 act = LIST;
722 case LIST:
777 { "list", no_argument, 0, 't' }, /* F */
1014 * list contents of the tap
    [all...]
ar_io.c 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
79 #define EXT_MODE O_RDONLY /* open mode for list/extract */
165 case LIST:
246 case LIST:
407 * for a quick extract/list, pax frequently exits before the child
410 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
1640 if (act == LIST)
  /src/games/rogue/
pack.c 14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
301 if (ch == LIST) {
539 *c = LIST;
542 return(((*c >= 'a') && (*c <= 'z')) || (*c == CANCEL) || (*c == LIST));
  /src/etc/
security 61 LIST=list.$$
376 list="/etc/csh.cshrc /etc/csh.login ${rhome}/.cshrc ${rhome}/.login"
377 for i in $list ; do
416 printf "\nChecking root csh paths, umask values:\n$list\n\n"
426 list="/etc/profile ${rhome}/.profile"
427 for i in $list; do
441 list=\$(echo \$PATH | /usr/bin/sed -e \
443 /bin/ls -ldgT \$list > $TMP1
461 printf "\nChecking root sh paths, umask values:\n$list\n
    [all...]
  /src/lib/libc/include/isc/
list.h 1 /* $NetBSD: list.h,v 1.6 2022/04/19 20:32:15 rillig Exp $ */
24 #define LIST(type) struct { type *head, *tail; }
25 #define INIT_LIST(list) \
26 do { (list).head = NULL; (list).tail = NULL; } while (0)
39 #define HEAD(list) ((list).head)
40 #define TAIL(list) ((list).tail)
41 #define EMPTY(list) ((list).head == NULL
    [all...]
  /src/regress/sys/fs/lfs/ckckp/
check-all 15 # notice, this list of conditions and the following disclaimer.
17 # notice, this list of conditions and the following disclaimer in the
231 m/FREE BUT NOT ON FREE LIST/ || # UNWRITTEN inodes OK
233 m/FREE LIST HEAD IN SUPERBLOCK/ ) {
251 m/skipping free list check/ ||
  /src/lib/libc/isc/
eventlib_p.h 45 #include <isc/list.h>
223 LIST(evAccept) accepts;
  /src/bin/csh/
file.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
81 LIST, RECOGNIZE
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 */
    [all...]

Completed in 29 milliseconds

1 2