Lines Matching refs:OPT

16 OPT('v', "version", 0, 0, "              output version information and exit\n")
17 OPT('m', "magic-file", 1, 0, " LIST use LIST as a colon-separated list of magic\n"
19 OPT('z', "uncompress", 0, 0, " try to look inside compressed files\n")
20 OPT('Z', "uncompress-noreport", 0, 0, " only print the contents of compressed files\n")
21 OPT('b', "brief", 0, 0, " do not prepend filenames to output lines\n")
22 OPT('c', "checking-printout", 0, 0, " print the parsed form of the magic file, use in\n"
25 OPT('e', "exclude", 1, 0, " TEST exclude TEST from the list of test to be\n"
28 OPT('f', "files-from", 1, 0, " FILE read the filenames to be examined from FILE\n")
29 OPT('F', "separator", 1, 0, " STRING use string as separator instead of `:'\n")
30 OPT('i', "mime", 0, 0, " output MIME type strings (--mime-type and\n"
36 OPT('k', "keep-going", 0, 0, " don't stop at the first match\n")
37 OPT('l', "list", 0, 0, " list magic strength\n")
39 OPT('L', "dereference", 0, 1, " follow symlinks")
40 OPT('h', "no-dereference", 0, 2, " don't follow symlinks")
42 OPT('n', "no-buffer", 0, 0, " do not buffer output\n")
43 OPT('N', "no-pad", 0, 0, " do not pad output\n")
44 OPT('0', "print0", 0, 0, " terminate filenames with ASCII NUL\n")
46 OPT('p', "preserve-date", 0, 0, " preserve access times on files\n")
48 OPT('P', "parameter", 1, 0, " set file engine parameter limits\n"
54 OPT('r', "raw", 0, 0, " don't translate unprintable chars to \\ooo\n")
55 OPT('s', "special-files", 0, 0, " treat special (block/char devices) files as\n"
57 OPT('C', "compile", 0, 0, " compile file specified by -m\n")
58 OPT('d', "debug", 0, 0, " print debugging messages\n")