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

/freebsd-10.1-release/contrib/ipfilter/
H A Dopts.h49 #define OPT_LIST OPT_SHOWLIST macro
/freebsd-10.1-release/sbin/mdconfig/
H A Dmdconfig.c72 #define OPT_LIST 0x10 macro
365 * together with OPT_LIST.
367 return (md_list(NULL, OPT_LIST | vflag, fflag));
474 if ((opt & OPT_LIST) && !(opt & OPT_VERBOSE))
480 if ((opt & OPT_LIST) && (opt & OPT_DONE) && !(opt & OPT_VERBOSE))
490 } else if (opt & OPT_LIST) {
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipnat.c146 opts |= OPT_LIST;
233 if (opts & (OPT_LIST|OPT_STAT))
243 if (opts & (OPT_LIST|OPT_STAT))
528 if (opts & OPT_LIST) {
/freebsd-10.1-release/usr.bin/gzip/
H A Dgzip.c328 #define OPT_LIST "123456789cdhlV" macro
330 #define OPT_LIST "123456789acdfhklLNnqrS:tVv" macro
333 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {
2079 "usage: %s [-" OPT_LIST "] [<file> [<file> ...]]\n",

Completed in 94 milliseconds