Searched refs:no_argument (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-13-stable/contrib/file/src/
H A Dmygetopt.h47 #define no_argument 0 macro
55 * one of no_argument, required_argument, and optional_argument:
/freebsd-13-stable/contrib/tcpdump/
H A Dgetopt_long.h40 #define no_argument 0 macro
48 * one of no_argument, required_argument, and optional_argument:
/freebsd-13-stable/contrib/xz/src/xz/
H A Dargs.c153 { "compress", no_argument, NULL, 'z' },
154 { "decompress", no_argument, NULL, 'd' },
155 { "uncompress", no_argument, NULL, 'd' },
156 { "test", no_argument, NULL, 't' },
157 { "list", no_argument, NULL, 'l' },
160 { "keep", no_argument, NULL, 'k' },
161 { "force", no_argument, NULL, 'f' },
162 { "stdout", no_argument, NULL, 'c' },
163 { "to-stdout", no_argument, NULL, 'c' },
164 { "single-stream", no_argument, NUL
[all...]
/freebsd-13-stable/usr.bin/grep/
H A Dgrep.c160 {"help", no_argument, NULL, HELP_OPT},
161 {"mmap", no_argument, NULL, MMAP_OPT},
162 {"line-buffered", no_argument, NULL, LINEBUF_OPT},
164 {"null", no_argument, NULL, NULL_OPT},
172 {"text", no_argument, NULL, 'a'},
174 {"byte-offset", no_argument, NULL, 'b'},
176 {"count", no_argument, NULL, 'c'},
179 {"extended-regexp", no_argument, NULL, 'E'},
181 {"fixed-strings", no_argument, NULL, 'F'},
183 {"basic-regexp", no_argument, NUL
[all...]
/freebsd-13-stable/include/
H A Dgetopt.h44 #define no_argument 0 macro
52 * one of no_argument, required_argument, and optional_argument:
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetopt.h39 #define no_argument 0 macro
47 * one of no_argument, required_argument, and optional_argument:
/freebsd-13-stable/usr.sbin/efivar/
H A Defivar.c46 { "append", no_argument, NULL, 'a' },
47 { "ascii", no_argument, NULL, 'A' },
49 { "binary", no_argument, NULL, 'b' },
50 { "delete", no_argument, NULL, 'D' },
51 { "device", no_argument, NULL, 'd' },
52 { "device-path", no_argument, NULL, 'd' },
54 { "guid", no_argument, NULL, 'g' },
55 { "hex", no_argument, NULL, 'H' },
56 { "list-guids", no_argument, NULL, 'L' },
57 { "list", no_argument, NUL
[all...]
/freebsd-13-stable/usr.bin/diff/
H A Ddiff.c63 { "text", no_argument, 0, 'a' },
64 { "ignore-space-change", no_argument, 0, 'b' },
67 { "minimal", no_argument, 0, 'd' },
68 { "ed", no_argument, 0, 'e' },
69 { "forward-ed", no_argument, 0, 'f' },
70 { "speed-large-files", no_argument, NULL, 'H' },
71 { "ignore-blank-lines", no_argument, 0, 'B' },
73 { "ignore-case", no_argument, 0, 'i' },
74 { "paginate", no_argument, NULL, 'l' },
76 { "new-file", no_argument,
[all...]
/freebsd-13-stable/contrib/xz/src/xzdec/
H A Dxzdec.c100 { "stdout", no_argument, NULL, 'c' },
101 { "to-stdout", no_argument, NULL, 'c' },
102 { "decompress", no_argument, NULL, 'd' },
103 { "uncompress", no_argument, NULL, 'd' },
104 { "keep", no_argument, NULL, 'k' },
105 { "quiet", no_argument, NULL, 'q' },
106 { "no-warn", no_argument, NULL, 'Q' },
107 { "help", no_argument, NULL, 'h' },
108 { "version", no_argument, NULL, 'V' },
/freebsd-13-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c57 {"help", no_argument, NULL, OPTION_HELP},
58 {"no-params", no_argument, NULL, 'p'},
59 {"no-strip-underscores", no_argument, NULL, 'n'},
60 {"strip-underscores", no_argument, NULL, '_'},
61 {"version", no_argument, NULL, 'V'},
/freebsd-13-stable/contrib/libxo/xo/
H A Dxo.c245 { "continuation", no_argument, NULL, 'C' },
247 { "help", no_argument, &opts.o_help, 1 },
248 { "html", no_argument, NULL, 'H' },
250 { "json", no_argument, NULL, 'J' },
252 { "not-first", no_argument, &opts.o_not_first, 1 },
257 { "pretty", no_argument, NULL, 'p' },
259 { "text", no_argument, NULL, 'T' },
260 { "top-wrap", no_argument, &opts.o_top_wrap, 1 },
261 { "xml", no_argument, NULL, 'X' },
262 { "xpath", no_argument,
[all...]
/freebsd-13-stable/usr.sbin/pmc/
H A Dcmd_pmc_list.c72 {"long-desc", no_argument, NULL, 'U'},
73 {"desc", no_argument, NULL, 'u'},
74 {"full", no_argument, NULL, 'f'},
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h24 #define no_argument 0 macro
/freebsd-13-stable/tools/test/iconv/tablegen/
H A Dtablegen.c81 {"citrus", no_argument, NULL, 'c'},
82 {"diagnostic", no_argument, NULL, 'd'},
83 {"ignore", no_argument, NULL, 'i'},
84 {"long", no_argument, NULL, 'l'},
85 {"reverse", no_argument, NULL, 'r'},
86 {"translit", no_argument, NULL, 't'},
87 {NULL, no_argument, NULL, 0}
/freebsd-13-stable/contrib/libxo/xopo/
H A Dxopo.c104 { "help", no_argument, &opts.o_help, 1 },
105 { "number", no_argument, NULL, 'n' },
109 { "simplify", no_argument, NULL, 'S' },
110 { "warn", no_argument, NULL, 'W' },
/freebsd-13-stable/contrib/diff/lib/
H A Dgetopt.h90 no_argument (or 0) if the option does not take an argument,
117 # define no_argument 0 macro
/freebsd-13-stable/usr.sbin/efidp/
H A Defidp.c45 { "to-unix", no_argument, NULL, 'u' },
46 { "to-efi", no_argument, NULL, 'e' },
47 { "format", no_argument, NULL, 'f' },
48 { "parse", no_argument, NULL, 'p' },
/freebsd-13-stable/usr.bin/cmp/
H A Dcmp.c67 {"verbose", no_argument, NULL, 'l'},
68 {"silent", no_argument, NULL, 's'},
69 {"quiet", no_argument, NULL, 's'},
70 {NULL, no_argument, NULL, 0}
/freebsd-13-stable/usr.bin/top/
H A Dtop.c89 { "cpu-display-mode", no_argument, NULL, 'C' }, /* differs from orignal */
91 { "thread", no_argument, NULL, 'H' },
92 { "idle-procs", no_argument, NULL, 'I' },
94 { "per-cpu", no_argument, NULL, 'P' },
95 { "system-procs", no_argument, NULL, 'S' },
96 { "thread-id", no_argument, NULL, 'T' }, /* differs from orignal */
98 { "all", no_argument, NULL, 'a' },
99 { "batch", no_argument, NULL, 'b' },
102 { "interactive", no_argument, NULL, 'i' },
103 { "jail-id", no_argument, NUL
[all...]
/freebsd-13-stable/usr.bin/sort/
H A Dsort.c154 { "debug", no_argument, NULL, DEBUG_OPT },
155 { "dictionary-order", no_argument, NULL, 'd' },
158 { "general-numeric-sort", no_argument, NULL, 'g' },
159 { "heapsort", no_argument, NULL, HEAPSORT_OPT },
160 { "help",no_argument, NULL, HELP_OPT },
161 { "human-numeric-sort", no_argument, NULL, 'h' },
162 { "ignore-leading-blanks", no_argument, NULL, 'b' },
163 { "ignore-case", no_argument, NULL, 'f' },
164 { "ignore-nonprinting", no_argument, NULL, 'i' },
166 { "merge", no_argument, NUL
[all...]
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c85 { "help", no_argument, NULL, 'h' },
86 { "version", no_argument, NULL, 'V' },
92 {"discard-all", no_argument, NULL, 'x'},
93 {"discard-locals", no_argument, NULL, 'X'},
94 {"help", no_argument, NULL, 'h'},
97 {"only-keep-debug", no_argument, NULL, ECP_ONLY_DEBUG},
100 {"preserve-dates", no_argument, NULL, 'p'},
102 {"strip-all", no_argument, NULL, 's'},
103 {"strip-debug", no_argument, NULL, 'S'},
105 {"strip-unneeded", no_argument, NUL
[all...]
/freebsd-13-stable/usr.bin/sdiff/
H A Dsdiff.c92 { "suppress-common-lines", no_argument, NULL, 's' },
99 { "ignore-file-name-case", no_argument, NULL, FCASE_IGNORE_OPT },
100 { "no-ignore-file-name-case", no_argument, NULL, FCASE_SENSITIVE_OPT },
101 { "strip-trailing-cr", no_argument, NULL, STRIPCR_OPT },
103 { "help", no_argument, NULL, HELP_OPT },
104 { "text", no_argument, NULL, 'a' },
105 { "ignore-blank-lines", no_argument, NULL, 'B' },
106 { "ignore-space-change", no_argument, NULL, 'b' },
107 { "minimal", no_argument, NULL, 'd' },
108 { "ignore-tab-expansion", no_argument, NUL
[all...]
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c123 { "one-file", no_argument, NULL, '1' },
124 { "ipv4-only", no_argument, NULL, '4' },
125 { "ipv6-only", no_argument, NULL, '6' },
126 { "no-redirect", no_argument, NULL, 'A' },
127 { "retry", no_argument, NULL, 'a' },
130 { "direct", no_argument, NULL, 'd' },
131 { "force-restart", no_argument, NULL, 'F' },
135 { "symlink", no_argument, NULL, 'l' },
137 { "mirror", no_argument, NULL, 'm' },
139 { "no-mtime", no_argument, NUL
[all...]
/freebsd-13-stable/usr.bin/uniq/
H A Duniq.c80 {"count", no_argument, NULL, 'c'},
81 {"repeated", no_argument, NULL, 'd'},
83 {"ignore-case", no_argument, NULL, 'i'},
85 {"unique", no_argument, NULL, 'u'},
86 {NULL, no_argument, NULL, 0}
/freebsd-13-stable/usr.bin/iconv/
H A Diconv.c54 {"list", no_argument, NULL, 'l'},
55 {"silent", no_argument, NULL, 's'},
57 {NULL, no_argument, NULL, 0}

Completed in 242 milliseconds

1234