Searched refs:LIST (Results 26 - 50 of 62) sorted by relevance

123

/freebsd-11-stable/bin/pax/
H A Doptions.c520 act = LIST;
554 case LIST:
708 act = LIST;
839 case LIST:
1115 act = LIST;
1236 case LIST:
H A Dpax.c288 case LIST:
H A Dar_io.c115 case LIST:
339 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
/freebsd-11-stable/sbin/mdconfig/
H A Dmdconfig.c60 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; enumerator in enum:__anon4812
138 if (action != UNSET && action != LIST)
141 action = LIST;
313 if (fflag != NULL && action != LIST)
333 if (action != LIST && vflag == OPT_VERBOSE)
370 } else if (action == LIST) {
/freebsd-11-stable/lib/libc/resolv/
H A Dres_update.c76 LIST(ns_updrec) z_rrlist;
102 LIST(struct zonegrp) zgrps;
H A Dres_findzonecut.c57 typedef LIST(rr_a) rrset_a;
65 typedef LIST(rr_ns) rrset_ns;
/freebsd-11-stable/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h97 @Function LIST
103 #define LIST(listName) t_List listName = NCSW_LIST_INIT(listName) macro
/freebsd-11-stable/lib/libc/include/isc/
H A Dlist.h29 #define LIST(type) struct { type *head, *tail; } macro
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch84 LIST= # -l
758 l) LIST=1 ;;
792 [ "$LIST" ] &&
/freebsd-11-stable/usr.sbin/ypldap/
H A Dparse.y105 %token PASSWD NAME FIXED LIST GROUPNAME GROUPPASSWD GROUPGID MAP
260 | LIST attribute MAPS TO STRING {
391 { "list", LIST },
/freebsd-11-stable/contrib/tcsh/
H A Ded.inputl.c192 fn = (retval == CC_COMPLETE_ALL) ? LIST_ALL : LIST;
459 fn = (retval == CC_COMPLETE_ALL) ? LIST_ALL : LIST;
491 fn = (retval == CC_LIST_ALL) ? LIST_ALL : LIST;
H A Dsh.file.c56 LIST, RECOGNIZE enumerator in enum:__anon9
495 * Perform a RECOGNIZE or LIST command on string "word".
542 if (command == LIST)
579 else { /* LIST */
707 command = (last_Char == ESC) ? RECOGNIZE : LIST;
708 if (command == LIST)
741 if (command == LIST) /* Always retype after a LIST */
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c60 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator in enum:__anon1
521 action = LIST;
644 case LIST:
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dutil.h189 #define LIST(type) ISC_LIST(type) macro
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacpyacc.y100 %token LIST
202 : LIST { arscp_list(); }
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y101 ABOR DELE CWD LIST NLST SITE
315 | LIST CRLF check_login
320 | LIST SP pathname CRLF check_login
964 { "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y174 ABOR DELE CWD LIST NLST SITE
336 | LIST check_login CRLF
341 | LIST check_login SP pathname CRLF
839 { "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h226 LIST(evAccept) accepts;
/freebsd-11-stable/usr.bin/ar/
H A Dacpyacc.y100 %token LIST
202 : LIST { arscp_list(); }
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm68 =item to_string ( LIST )
70 Processes C<LIST> returned from call_macro() and returns formatted string.
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm95 =item to_string ( LIST )
97 Processes C<LIST> returned from call_macro() and returns formatted string.
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsymtab.c39 typedef LIST(elt_t) eltlist_t;
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlex.l338 <MRI>"LIST".* { RTOKEN(LIST); /* LIST and ignore to end of line */ }
356 <MRI>"list".* { RTOKEN(LIST); /* LIST and ignore to end of line */ }
/freebsd-11-stable/crypto/openssl/
H A Dconfig978 $PERL ./Configure LIST | grep "$OUT-$CC" > /dev/null
985 $PERL ./Configure LIST | grep "$OUT" > /dev/null
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y107 ABOR DELE CWD LIST NLST SITE
460 | LIST check_login CRLF
465 | LIST check_login SP pathstring CRLF
1102 { "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },

Completed in 360 milliseconds

123