/src/include/ |
getopt.h | 41 #define no_argument 0 macro 49 * one of no_argument, required_argument, and optional_argument:
|
/src/tools/compat/ |
compat_getopt.h | 12 #undef no_argument
|
/src/bin/pax/ |
options.c | 256 { "insecure", no_argument, 0, 258 { "force-local", no_argument, 0, 262 { "xz", no_argument, 0, 264 { "gnu", no_argument, 0, 760 { "bunzip2", no_argument, 0, 'j' }, 761 { "bzip2", no_argument, 0, 'j' }, 762 { "create", no_argument, 0, 'c' }, /* F */ 765 { "dereference", no_argument, 0, 'h' }, 766 { "keep-old-files", no_argument, 0, 'k' }, 767 { "one-file-system", no_argument, 0, 'l' } [all...] |
/src/usr.bin/grep/ |
grep.c | 174 {"decompress", no_argument, NULL, DECOMPRESS_OPT}, 176 {"help", no_argument, NULL, HELP_OPT}, 177 {"mmap", no_argument, NULL, MMAP_OPT}, 178 {"line-buffered", no_argument, NULL, LINEBUF_OPT}, 187 {"text", no_argument, NULL, 'a'}, 189 {"byte-offset", no_argument, NULL, 'b'}, 191 {"count", no_argument, NULL, 'c'}, 194 {"extended-regexp", no_argument, NULL, 'E'}, 196 {"fixed-strings", no_argument, NULL, 'F'}, 198 {"basic-regexp", no_argument, NULL, 'G'} [all...] |
/src/usr.bin/flock/ |
flock.c | 50 { "debug", no_argument, 0, 'd' }, 51 { "help", no_argument, 0, 'h' }, 52 { "nonblock", no_argument, 0, 'n' }, 53 { "nb", no_argument, 0, 'n' }, 54 { "close", no_argument, 0, 'o' }, 55 { "shared", no_argument, 0, 's' }, 56 { "exclusive", no_argument, 0, 'x' }, 57 { "unlock", no_argument, 0, 'u' }, 58 { "verbose", no_argument, 0, 'v' },
|
/src/usr.bin/patch/ |
patch.c | 470 {"backup", no_argument, 0, 'b'}, 471 {"backup-if-mismatch", no_argument, &backup_if_mismatch, 1}, 472 {"batch", no_argument, 0, 't'}, 473 {"check", no_argument, 0, 'C'}, 474 {"context", no_argument, 0, 'c'}, 477 {"ed", no_argument, 0, 'e'}, 478 {"force", no_argument, 0, 'f'}, 479 {"forward", no_argument, 0, 'N'}, 483 {"ignore-whitespace", no_argument, 0, 'l'}, 484 {"no-backup-if-mismatch", no_argument, &backup_if_mismatch, 0} [all...] |
/src/usr.bin/m4/ |
main.c | 200 { "fatal-warnings", no_argument, 0, 'E' }, 202 { "gnu", no_argument, 0, 'g' }, 203 { "help", no_argument, 0, OPT_HELP }, 205 { "interactive", no_argument, 0, 'i' }, 207 { "prefix-builtins", no_argument, 0, 'P' }, 208 { "quiet", no_argument, 0, 'Q' }, 210 { "silent", no_argument, 0, 'Q' }, 211 { "synclines", no_argument, 0, 's' }, 213 { "traditional", no_argument, 0, 'G' }, 215 { "version", no_argument, 0, 'v' } [all...] |
/src/usr.bin/tip/ |
cu.c | 63 { "help", no_argument, &helpme, 1 }, 71 { "halfduplex", no_argument, NULL, 'h' }, 72 { "nostop", no_argument, &nostop, 1 },
|
/src/usr.bin/sdiff/ |
sdiff.c | 73 { "text", no_argument, NULL, 'a' }, 74 { "ignore-blank-lines", no_argument, NULL, 'B' }, 75 { "ignore-space-change", no_argument, NULL, 'b' }, 76 { "minimal", no_argument, NULL, 'd' }, 77 { "ignore-tab-expansion", no_argument, NULL, 'E' }, 79 { "speed-large-files", no_argument, NULL, 'H' }, 81 { "left-column", no_argument, NULL, 'l' }, 83 { "strip-trailing-cr", no_argument, NULL, 'S' }, 84 { "suppress-common-lines", no_argument, NULL, 's' }, 85 { "expand-tabs", no_argument, NULL, 't' } [all...] |
/src/usr.bin/timeout/ |
timeout.c | 215 { "preserve-status", no_argument, NULL, 'p'}, 216 { "foreground", no_argument, NULL, 'f'}, 219 { "help", no_argument, NULL, 'h'},
|
/src/usr.bin/gzip/ |
gzip.c | 292 { "stdout", no_argument, 0, 'c' }, 293 { "to-stdout", no_argument, 0, 'c' }, 294 { "decompress", no_argument, 0, 'd' }, 295 { "uncompress", no_argument, 0, 'd' }, 296 { "force", no_argument, 0, 'f' }, 297 { "help", no_argument, 0, 'h' }, 298 { "keep", no_argument, 0, 'k' }, 299 { "list", no_argument, 0, 'l' }, 300 { "no-name", no_argument, 0, 'n' }, 301 { "name", no_argument, 0, 'N' } [all...] |
/src/tests/lib/libc/stdlib/ |
h_getopt_long.c | 115 strncmp(longopt, "no_argument", 2) == 0) 116 longopts[nlongopts].has_arg = no_argument; 198 case no_argument:
|
/src/usr.bin/gettext/ |
gettext.c | 43 { "help", no_argument, NULL, 'h' },
|
/src/lib/libc/stdlib/ |
getopt_long.c | 416 if (long_options[match].has_arg == no_argument
|
/src/sbin/efi/ |
main.c | 266 #define _NA no_argument
|