Home
last modified time | relevance | path

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

1234

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h66 #define INSERT_OBJECT_OID_LINK_INDEX_TYPE(PTR, LIST, LINK, INDEX, SUBF) do {\ argument
70 TAILQ_FOREACH(_lelem, (LIST), LINK) \
74 TAILQ_INSERT_TAIL((LIST), &(PTR)->SUBF, LINK); \
79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
80 __typeof (TAILQ_FIRST((LIST))) _lelem; \
82 TAILQ_FOREACH(_lelem, (LIST), LINK) \
88 #define FIND_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
89 __typeof (TAILQ_FIRST((LIST))) _lelem; \
91 TAILQ_FOREACH(_lelem, (LIST), LINK) \
101 #define INSERT_OBJECT_OID_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
[all …]
/freebsd/contrib/netbsd-tests/net/npf/
H A Dt_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
/freebsd/contrib/dialog/
H A Dfselect.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()
219 display_list(LIST * list) in display_list()
271 fix_arrows(LIST * list) in fix_arrows()
301 show_list(char *target, LIST * list, bool keep) in show_list()
[all …]
/freebsd/contrib/ntp/
H A Dflock-build10 LIST=$MYNAME
53 case "$LIST" in
54 '') LIST="pogo" ;;
57 for i in $LIST
63 echo flock-build running on $i? check LIST, skipping
/freebsd/contrib/bmake/unit-tests/
H A Dvarparse-undef-partial.mk8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end
20 EVAL:= ${LIST}
40 EVAL:= ${LIST}
/freebsd/usr.bin/paste/
H A Dpaste.c113 } LIST; typedef
118 LIST *lp; in parallel()
123 LIST *head, *tmp; in parallel()
127 if ((lp = malloc(sizeof(LIST))) == NULL) in parallel()
/freebsd/contrib/openbsm/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
/freebsd/contrib/openpam/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
/freebsd/contrib/ntp/sntp/libevent/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
/freebsd/contrib/ntp/sntp/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
/freebsd/contrib/libevent/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
/freebsd/contrib/ldns/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
/freebsd/contrib/file/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
/freebsd/usr.sbin/service/
H A Dservice.sh57 l) LIST=lopt ;;
71 [ -n "${LIST}" ] && args="${args} -l"
144 if [ -n "$LIST" ]; then
/freebsd/contrib/elftoolchain/ar/
H A Dacplex.l63 LIST|list { return (LIST); }
/freebsd/usr.bin/ar/
H A Dacplex.l61 LIST|list { return (LIST); }
/freebsd/bin/pax/
H A Dpax.h54 #define LIST 0 /* List the file in an archive */ macro
59 #define DEFOP LIST /* if no flags default is to LIST */
H A Doptions.c514 act = LIST; in pax_options()
548 case LIST: in pax_options()
702 act = LIST; in tar_options()
833 case LIST: in tar_options()
1109 act = LIST; in cpio_options()
1230 case LIST: in cpio_options()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c58 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; enumerator
141 if (action != UNSET && action != LIST) in main()
144 action = LIST; in main()
338 if (fflag != NULL && action != LIST) in main()
358 if (action != LIST && vflag == OPT_VERBOSE) in main()
395 } else if (action == LIST) { in main()
/freebsd/sbin/ggate/ggatel/
H A Dggatel.c49 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator
231 action = LIST; in main()
327 case LIST: in main()
/freebsd/contrib/libucl/
H A DCMakeLists.txt134 LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt)
207 LIST(APPEND UCL_COMPILE_DEFS -DHAVE_FETCH_H=1)
210 LIST(APPEND UCL_COMPILE_DEFS -DCURL_FOUND=1)
213 LIST(APPEND UCL_COMPILE_DEFS -DHAVE_OPENSSL=1)
216 LIST(APPEND UCL_COMPILE_DEFS -DHAVE_ATOMIC_BUILTINS=1)
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
269 $AR -NOLOGO -LIST "$archive" || exit $?
/freebsd/contrib/tcsh/
H A Dsh.file.c56 LIST, RECOGNIZE enumerator
542 if (command == LIST) in tsearch()
707 command = (last_Char == ESC) ? RECOGNIZE : LIST; in tenex()
708 if (command == LIST) in tenex()
741 if (command == LIST) /* Always retype after a LIST */ in tenex()
H A Dtw.h84 LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL, enumerator
/freebsd/lib/libc/resolv/
H A Dres_update.c72 LIST(ns_updrec) z_rrlist;
98 LIST(struct zonegrp) zgrps; in res_nupdate()

1234