Home
last modified time | relevance | path

Searched refs:OPT_LIST (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sbin/mdconfig/
Dmdconfig.c72 #define OPT_LIST 0x10 macro
343 return (md_list(NULL, OPT_LIST | vflag, fflag)); in main()
451 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE)) in md_list()
457 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE)) in md_list()
/freebsd-9-stable/contrib/ipfilter/tools/
Dipnat.c141 opts |= OPT_LIST;
213 if (opts & (OPT_LIST|OPT_STAT))
223 if (opts & (OPT_LIST|OPT_STAT))
374 if (opts & OPT_LIST) {
/freebsd-9-stable/contrib/ipfilter/
Dopts.h47 #define OPT_LIST OPT_SHOWLIST macro
/freebsd-9-stable/usr.bin/gzip/
Dgzip.c328 #define OPT_LIST "123456789cdhlV" in main() macro
330 #define OPT_LIST "123456789acdfhklLNnqrS:tVv" in main() macro
333 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) { in main()
2091 "usage: %s [-" OPT_LIST "] [<file> [<file> ...]]\n", in usage()