| /freebsd-14.2/contrib/bsnmp/snmpd/ |
| H A D | snmpmod.h | 70 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 82 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 91 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 104 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 116 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 128 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 152 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 161 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 173 TAILQ_FOREACH(_lelem, (LIST), LINK) \ 183 _lelem = TAILQ_FIRST(LIST); \ [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/net/npf/ |
| H A D | t_npf.sh | 54 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-14.2/contrib/dialog/ |
| H A D | fselect.c | 82 } LIST; typedef 117 data_of(LIST * list) in data_of() 160 keep_visible(LIST * list) in keep_visible() 219 display_list(LIST * list) in display_list() 271 fix_arrows(LIST * list) in fix_arrows() 313 show_both_lists(char *input, LIST * d_list, LIST * f_list, bool keep) in show_both_lists() 360 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match() 401 complete(char *name, LIST * d_list, LIST * f_list, char **buff_ptr) in complete() 452 fill_lists(char *current, char *input, LIST * d_list, LIST * f_list, bool keep) in fill_lists() 539 usable_state(int state, LIST * dirs, LIST * files) in usable_state() [all …]
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | 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
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | varparse-undef-partial.mk | 8 LIST= ${DEF} ${UNDEF} ${VAR.${PARAM}} end 21 EVAL:= ${LIST} 41 EVAL:= ${LIST}
|
| H A D | varmod-select-words.mk | 14 LIST= one two three four five six
|
| /freebsd-14.2/usr.bin/paste/ |
| H A D | paste.c | 126 } LIST; typedef 131 LIST *lp; in parallel() 136 LIST *head, *tmp; in parallel() 140 if ((lp = malloc(sizeof(LIST))) == NULL) in parallel()
|
| /freebsd-14.2/usr.sbin/service/ |
| H A D | service.sh | 57 l) LIST=lopt ;; 71 [ -n "${LIST}" ] && args="${args} -l" 144 if [ -n "$LIST" ]; then
|
| /freebsd-14.2/usr.bin/ar/ |
| H A D | acplex.l | 61 LIST|list { return (LIST); }
|
| /freebsd-14.2/contrib/elftoolchain/ar/ |
| H A D | acplex.l | 63 LIST|list { return (LIST); }
|
| /freebsd-14.2/contrib/file/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
|
| /freebsd-14.2/contrib/ntp/sntp/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
|
| /freebsd-14.2/contrib/openpam/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
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/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
|
| /freebsd-14.2/contrib/ldns/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
|
| /freebsd-14.2/contrib/libevent/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
|
| /freebsd-14.2/contrib/openbsm/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
|
| /freebsd-14.2/bin/pax/ |
| H A D | pax.h | 56 #define LIST 0 /* List the file in an archive */ macro 61 #define DEFOP LIST /* if no flags default is to LIST */
|
| H A D | options.c | 521 act = LIST; in pax_options() 555 case LIST: in pax_options() 709 act = LIST; in tar_options() 840 case LIST: in tar_options() 1116 act = LIST; in cpio_options() 1237 case LIST: in cpio_options()
|
| /freebsd-14.2/sbin/mdconfig/ |
| H A D | mdconfig.c | 58 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; enumerator 140 if (action != UNSET && action != LIST) in main() 143 action = LIST; in main() 334 if (fflag != NULL && action != LIST) in main() 354 if (action != LIST && vflag == OPT_VERBOSE) in main() 391 } else if (action == LIST) { in main()
|
| /freebsd-14.2/sbin/ggate/ggatel/ |
| H A D | ggatel.c | 50 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator 225 action = LIST; in main() 319 case LIST: in main()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ar-lib | 227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member 269 $AR -NOLOGO -LIST "$archive" || exit $?
|
| /freebsd-14.2/contrib/libucl/ |
| H A D | CMakeLists.txt | 134 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-14.2/contrib/tcsh/ |
| H A D | sh.file.c | 56 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()
|
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_update.c | 75 LIST(ns_updrec) z_rrlist; 101 LIST(struct zonegrp) zgrps; in res_nupdate()
|