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

1 2 3 4 5 6 7

  /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...]
  /src/external/mit/isl/dist/
isl_list_templ.h 4 #define LIST(EL) xLIST(EL)
6 struct LIST(EL) {
16 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);
isl_list_read_templ.c 13 /* Read a list of elements of type EL from "s".
17 * the entire list is surrounded by parentheses.
19 __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s)
22 LIST(EL) *list;
27 list = FN(LIST(EL),alloc)(ctx, 0);
28 if (!list)
31 return FN(LIST(EL),free)(list)
    [all...]
isl_list_templ.c 25 isl_ctx *FN(LIST(EL),get_ctx)(__isl_keep LIST(EL) *list)
27 return list ? list->ctx : NULL;
30 __isl_give LIST(EL) *FN(LIST(EL),alloc)(isl_ctx *ctx, int n)
32 LIST(EL) *list;
36 "cannot create list of negative length"
    [all...]
isl_list_read_yaml_templ.c 14 /* Read a sequence of EL objects and return them as a list.
16 static __isl_give LIST(EL) *FN(isl_stream_yaml_read,LIST(EL_BASE))(
20 LIST(EL) *list;
28 list = FN(LIST(EL),alloc)(ctx, 0);
33 list = FN(LIST(EL),add)(list, el)
    [all...]
isl_multi_read_no_explicit_domain_templ.c 17 * Read an EL from "s" and add it to *list.
22 LIST(EL) **list = (LIST(EL) **) user;
26 *list = FN(LIST(EL),add)(*list, el);
27 if (!*list)
35 * We first read a tuple space, collecting the element values in a list.
45 LIST(EL) *list
    [all...]
isl_test_list_templ.c 6 #define LIST(EL) xLIST(EL)
13 /* Check that the conversion from SET to list of EL works as expected,
23 LIST(EL) *list;
26 list = FN(FN(SET,get),LIST(EL_BASE))(set);
30 n = FN(LIST(EL),size)(list);
33 el = FN(LIST(EL),get_at)(list, i)
    [all...]
isl_list_macro.h 8 #define LIST(EL) xLIST(EL)
  /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/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-ids 8 # index index into the changeset list used by the reghunt tools
11 # index index into the changeset list used by the reghunt tools
36 errmsg "changeset list ${REG_CHANGESET_LIST} does not exist"
42 LIST=${REG_CHANGESET_LIST}
66 index) LINE=`awk -F '|' -v id="${ID}" '{if ($1 == id) print }' < ${LIST}`;;
67 rev) LINE=`awk -F '|' -v id="${ID}" '{if ($2 == id) print }' < ${LIST}`;;
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-ids 8 # index index into the changeset list used by the reghunt tools
11 # index index into the changeset list used by the reghunt tools
36 errmsg "changeset list ${REG_CHANGESET_LIST} does not exist"
42 LIST=${REG_CHANGESET_LIST}
66 index) LINE=`awk -F '|' -v id="${ID}" '{if ($1 == id) print }' < ${LIST}`;;
67 rev) LINE=`awk -F '|' -v id="${ID}" '{if ($2 == id) print }' < ${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;
  /src/external/bsd/iscsi/dist/include/
parameters.h 17 * notice, this list of conditions and the following disclaimer.
20 * notice, this list of conditions and the following disclaimer in the
116 char valid[ISCSI_PARAM_MAX_LEN]; /* list of valid values */
118 iscsi_parameter_value_t *value_l; /* value list */
155 #define PARAM_LIST_DESTROY(LIST, ELSE) \
156 if (param_list_destroy(LIST)!=0) { \
161 #define PARAM_LIST_ADD(LIST, TYPE, KEY, DFLT, VALID, ELSE) \
162 if (param_list_add(LIST, TYPE, KEY, DFLT, VALID)!=0) { \
167 #define PARAM_TEXT_ADD(LIST, KEY, VAL, TEXT, LEN, SIZE, OFFER, ELSE ) \
168 if (param_text_add(LIST, KEY, VAL, TEXT, LEN, SIZE, OFFER)!=0) {
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
arlex.l 57 "LIST" { return LIST; }
72 "list" { return LIST; }
arparse.h 61 LIST = 262, /* LIST */
87 #define LIST 262
109 struct list *list ; member in union:YYSTYPE
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.l 57 "LIST" { return LIST; }
72 "list" { return LIST; }
arparse.h 61 LIST = 262, /* LIST */
87 #define LIST 262
109 struct list *list ; member in union:YYSTYPE
  /src/external/lgpl3/mpfr/dist/examples/
rndo-add.c 37 #define LIST x, y, d, u, e, z
41 mpfr_t LIST;
59 mpfr_inits2 (prec, LIST, (mpfr_ptr) 0);
89 mpfr_clears (LIST, (mpfr_ptr) 0);
  /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/external/bsd/ntp/dist/
flock-build 10 LIST=$MYNAME
53 case "$LIST" in
54 '') LIST="pogo" ;;
57 for i in $LIST
63 echo flock-build running on $i? check LIST, skipping
  /src/crypto/external/bsd/openssl.old/dist/util/
openssl-format-source 78 LIST=`find "$i" -name '*.[ch]' -print`
84 LIST="$i"
87 for j in $LIST
102 # the list of files that indent is unable to handle correctly

Completed in 20 milliseconds

1 2 3 4 5 6 7