Symbol: LIST
bin/pax/ar_io.c
109
case LIST:
bin/pax/ar_io.c
333
if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
bin/pax/options.c
1109
act = LIST;
bin/pax/options.c
1230
case LIST:
bin/pax/options.c
514
act = LIST;
bin/pax/options.c
548
case LIST:
bin/pax/options.c
702
act = LIST;
bin/pax/options.c
833
case LIST:
bin/pax/pax.c
276
case LIST:
bin/pax/pax.h
59
#define DEFOP LIST /* if no flags default is to LIST */
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3017
{ "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
101
ABOR DELE CWD LIST NLST SITE
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
315
| LIST CRLF check_login
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
320
| LIST SP pathname CRLF check_login
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
964
{ "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
lib/libc/isc/eventlib_p.h
227
LIST(evAccept) accepts;
lib/libc/resolv/res_findzonecut.c
53
typedef LIST(rr_a) rrset_a;
lib/libc/resolv/res_findzonecut.c
61
typedef LIST(rr_ns) rrset_ns;
lib/libc/resolv/res_update.c
72
LIST(ns_updrec) z_rrlist;
lib/libc/resolv/res_update.c
98
LIST(struct zonegrp) zgrps;
sbin/ggate/ggatec/ggatec.c
557
action = LIST;
sbin/ggate/ggatec/ggatec.c
684
case LIST:
sbin/ggate/ggatel/ggatel.c
231
action = LIST;
sbin/ggate/ggatel/ggatel.c
327
case LIST:
sbin/mdconfig/mdconfig.c
141
if (action != UNSET && action != LIST)
sbin/mdconfig/mdconfig.c
144
action = LIST;
sbin/mdconfig/mdconfig.c
338
if (fflag != NULL && action != LIST)
sbin/mdconfig/mdconfig.c
358
if (action != LIST && vflag == OPT_VERBOSE)
sbin/mdconfig/mdconfig.c
395
} else if (action == LIST) {
tests/sys/sys/queue_test.c
249
QUEUE_TESTS_COMMON(list, LIST);
usr.bin/ar/acpyacc.y
199
: LIST { arscp_list(); }
usr.bin/ar/acpyacc.y
97
%token LIST
usr.bin/paste/paste.c
137
LIST *lp;
usr.bin/paste/paste.c
147
if ((lp = malloc(sizeof(LIST))) == NULL)
usr.sbin/pciconf/pciconf.c
155
if (mode == LIST)
usr.sbin/pciconf/pciconf.c
157
mode = LIST;
usr.sbin/pciconf/pciconf.c
189
case LIST:
usr.sbin/ypldap/parse.y
104
%token PASSWD NAME FIXED LIST GROUPNAME GROUPPASSWD GROUPGID MAP
usr.sbin/ypldap/parse.y
259
| LIST attribute MAPS TO STRING {
usr.sbin/ypldap/parse.y
390
{ "list", LIST },