Searched refs:OPT_LIST (Results 1 – 4 of 4) sorted by relevance
72 #define OPT_LIST 0x10 macro343 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()
141 opts |= OPT_LIST;213 if (opts & (OPT_LIST|OPT_STAT))223 if (opts & (OPT_LIST|OPT_STAT))374 if (opts & OPT_LIST) {
47 #define OPT_LIST OPT_SHOWLIST macro
328 #define OPT_LIST "123456789cdhlV" in main() macro330 #define OPT_LIST "123456789acdfhklLNnqrS:tVv" in main() macro333 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) { in main()2091 "usage: %s [-" OPT_LIST "] [<file> [<file> ...]]\n", in usage()