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

12345

/freebsd-10.1-release/contrib/file/src/
H A Dmygetopt.h47 #define no_argument 0 macro
55 * one of no_argument, required_argument, and optional_argument:
/freebsd-10.1-release/usr.sbin/pkg_install/delete/
H A Dmain.c44 { "all", no_argument, NULL, 'a' },
45 { "clean-dirs", no_argument, NULL, 'd' },
46 { "dry-run", no_argument, NULL, 'n' },
47 { "extended", no_argument, NULL, 'X' },
48 { "force", no_argument, NULL, 'f' },
49 { "help", no_argument, NULL, 'h' },
50 { "interactive",no_argument, NULL, 'i' },
52 { "recursive", no_argument, NULL, 'r' },
53 { "regex", no_argument, NULL, 'x' },
54 { "no-glob", no_argument, NUL
[all...]
/freebsd-10.1-release/usr.sbin/pkg_install/version/
H A Dmain.c43 { "extended", no_argument, NULL, 'X' },
44 { "help", no_argument, NULL, 'h' },
48 { "quiet", no_argument, NULL, 'q' },
49 { "show-origin",no_argument, NULL, 'o' },
51 { "index-only", no_argument, NULL, 'I' },
52 { "verbose", no_argument, NULL, 'v' },
/freebsd-10.1-release/usr.sbin/pkg_install/create/
H A Dmain.c54 { "extended", no_argument, NULL, 'E' },
55 { "help", no_argument, &Help, TRUE },
56 { "no", no_argument, NULL, 'N' },
57 { "no-glob", no_argument, NULL, 'G' },
59 { "plist-only", no_argument, NULL, 'O' },
61 { "recursive", no_argument, NULL, 'R' },
62 { "regex", no_argument, NULL, 'x' },
64 { "verbose", no_argument, NULL, 'v' },
65 { "yes", no_argument, NULL, 'Y' },
/freebsd-10.1-release/contrib/binutils/ld/
H A Dlexsup.c214 { {"dc", no_argument, NULL, 'd'},
216 { {"dp", no_argument, NULL, 'd'},
220 { {"export-dynamic", no_argument, NULL, OPTION_EXPORT_DYNAMIC},
222 { {"EB", no_argument, NULL, OPTION_EB},
224 { {"EL", no_argument, NULL, OPTION_EL},
232 { {NULL, no_argument, NULL, '\0'},
251 { {"print-map", no_argument, NULL, 'M'},
253 { {"nmagic", no_argument, NULL, 'n'},
255 { {"omagic", no_argument, NULL, 'N'},
258 { {"no-omagic", no_argument, NUL
[all...]
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dcxxfilt.c38 {"strip-underscore", no_argument, NULL, '_'},
40 {"help", no_argument, NULL, 'h'},
41 {"no-params", no_argument, NULL, 'p'},
42 {"no-strip-underscores", no_argument, NULL, 'n'},
43 {"no-verbose", no_argument, NULL, 'i'},
44 {"types", no_argument, NULL, 't'},
45 {"version", no_argument, NULL, 'v'},
46 {NULL, no_argument, NULL, 0}
/freebsd-10.1-release/usr.bin/grep/
H A Dgrep.c174 {"help", no_argument, NULL, HELP_OPT},
175 {"mmap", no_argument, NULL, MMAP_OPT},
176 {"line-buffered", no_argument, NULL, LINEBUF_OPT},
178 {"null", no_argument, NULL, NULL_OPT},
186 {"text", no_argument, NULL, 'a'},
188 {"byte-offset", no_argument, NULL, 'b'},
190 {"count", no_argument, NULL, 'c'},
193 {"extended-regexp", no_argument, NULL, 'E'},
195 {"fixed-strings", no_argument, NULL, 'F'},
197 {"basic-regexp", no_argument, NUL
[all...]
/freebsd-10.1-release/contrib/xz/src/xz/
H A Dargs.c86 { "compress", no_argument, NULL, 'z' },
87 { "decompress", no_argument, NULL, 'd' },
88 { "uncompress", no_argument, NULL, 'd' },
89 { "test", no_argument, NULL, 't' },
90 { "list", no_argument, NULL, 'l' },
93 { "keep", no_argument, NULL, 'k' },
94 { "force", no_argument, NULL, 'f' },
95 { "stdout", no_argument, NULL, 'c' },
96 { "to-stdout", no_argument, NULL, 'c' },
97 { "no-sparse", no_argument, NUL
[all...]
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dgetopt.h39 #define no_argument 0 macro
47 * one of no_argument, required_argument, and optional_argument:
/freebsd-10.1-release/include/
H A Dgetopt.h42 #define no_argument 0 macro
50 * one of no_argument, required_argument, and optional_argument:
/freebsd-10.1-release/usr.sbin/pkg_install/info/
H A Dmain.c46 { "all", no_argument, NULL, 'a' },
47 { "blocksize", no_argument, NULL, 'b' },
50 { "extended", no_argument, NULL, 'e' },
51 { "help", no_argument, NULL, 'h' },
52 { "keep", no_argument, NULL, 'K' },
53 { "no-glob", no_argument, NULL, 'G' },
55 { "quiet", no_argument, NULL, 'q' },
56 { "regex", no_argument, NULL, 'x' },
58 { "verbose", no_argument, NULL, 'v' },
59 { "version", no_argument, NUL
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmain.c256 {"async", no_argument, &event_loop_p, 1},
257 {"noasync", no_argument, &event_loop_p, 0},
259 {"tui", no_argument, 0, OPT_TUI},
261 {"xdb", no_argument, &xdb_commands, 1},
262 {"dbx", no_argument, &dbx_commands, 1},
263 {"readnow", no_argument, &readnow_symbol_files, 1},
264 {"r", no_argument, &readnow_symbol_files, 1},
265 {"quiet", no_argument, &quiet, 1},
266 {"q", no_argument, &quiet, 1},
267 {"silent", no_argument,
[all...]
/freebsd-10.1-release/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-10.1-release/contrib/gperf/src/
H A Doptions.cc675 { "ignore-case", no_argument, NULL, CHAR_MAX + 2 },
677 { "struct-type", no_argument, NULL, 't' },
686 { "seven-bit", no_argument, NULL, '7' },
687 { "compare-strncmp", no_argument, NULL, 'c' },
688 { "readonly-tables", no_argument, NULL, 'C' },
689 { "enum", no_argument, NULL, 'E' },
690 { "includes", no_argument, NULL, 'I' },
691 { "global-table", no_argument, NULL, 'G' },
695 { "omit-struct-type", no_argument, NULL, 'T' },
697 { "compare-strlen", no_argument, NUL
[all...]
/freebsd-10.1-release/usr.sbin/pkg_install/add/
H A Dmain.c115 { "dry-run", no_argument, NULL, 'n' },
116 { "force", no_argument, NULL, 'f' },
117 { "help", no_argument, NULL, 'h' },
118 { "keep", no_argument, NULL, 'K' },
119 { "master", no_argument, NULL, 'M' },
120 { "no-deps", no_argument, NULL, 'i' },
121 { "no-record", no_argument, NULL, 'R' },
122 { "no-script", no_argument, NULL, 'I' },
124 { "remote", no_argument, NULL, 'r' },
126 { "slave", no_argument, NUL
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Das.c441 {"alternate", no_argument, NULL, OPTION_ALTERNATE}
450 ,{"dump-config", no_argument, NULL, OPTION_DUMPCONFIG}
453 ,{"execstack", no_argument, NULL, OPTION_EXECSTACK}
454 ,{"noexecstack", no_argument, NULL, OPTION_NOEXECSTACK}
456 ,{"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL}
457 ,{"gdwarf-2", no_argument, NULL, OPTION_GDWARF2}
460 ,{"gdwarf2", no_argument, NULL, OPTION_GDWARF2}
461 ,{"gen-debug", no_argument, NULL, 'g'}
462 ,{"gstabs", no_argument, NULL, OPTION_GSTABS}
463 ,{"gstabs+", no_argument, NUL
[all...]
/freebsd-10.1-release/contrib/dtc/
H A Ddtc.c54 {"quiet", no_argument, NULL, 'q'},
64 {"force", no_argument, NULL, 'f'},
66 {"sort", no_argument, NULL, 's'},
70 {"help", no_argument, NULL, 'h'},
71 {"version", no_argument, NULL, 'v'},
72 {NULL, no_argument, NULL, 0x0},
H A Dutil.h235 {"help", no_argument, NULL, 'h'}, \
236 {"version", no_argument, NULL, 'V'}, \
237 {NULL, no_argument, NULL, 0x0}
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dgetopt.h67 no_argument (or 0) if the option does not take an argument,
98 #define no_argument 0 macro
/freebsd-10.1-release/contrib/gdb/include/
H A Dgetopt.h67 no_argument (or 0) if the option does not take an argument,
98 #define no_argument 0 macro
/freebsd-10.1-release/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-10.1-release/usr.bin/patch/
H A Dpatch.c466 {"backup", no_argument, 0, 'b'},
467 {"batch", no_argument, 0, 't'},
468 {"check", no_argument, 0, 'C'},
469 {"context", no_argument, 0, 'c'},
472 {"dry-run", no_argument, 0, 'C'},
473 {"ed", no_argument, 0, 'e'},
474 {"force", no_argument, 0, 'f'},
475 {"forward", no_argument, 0, 'N'},
479 {"ignore-whitespace", no_argument, 0, 'l'},
480 {"normal", no_argument,
[all...]
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Dgrep.c113 {"basic-regexp", no_argument, NULL, 'G'},
116 {"byte-offset", no_argument, NULL, 'b'},
120 {"count", no_argument, NULL, 'c'},
123 {"extended-regexp", no_argument, NULL, 'E'},
127 {"files-with-matches", no_argument, NULL, 'l'},
128 {"files-without-match", no_argument, NULL, 'L'},
129 {"fixed-regexp", no_argument, NULL, 'F'},
130 {"fixed-strings", no_argument, NULL, 'F'},
131 {"help", no_argument, &show_help, 1},
133 {"ignore-case", no_argument, NUL
[all...]
/freebsd-10.1-release/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-10.1-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp51 { "help", no_argument, 0, CHAR_MAX + 1 },
52 { "version", no_argument, 0, 'v' },

Completed in 599 milliseconds

12345