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

12

/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetopt.h35 #define no_argument 0 macro
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dmain.c72 {"batch", no_argument, 0, OPT_BATCH},
76 {"help", no_argument, 0, OPT_HELP},
79 {"no-config-file", no_argument, 0, OPT_NO_CONFIG_FILE},
80 {"no-curses", no_argument, 0, OPT_NO_CURSES},
81 {"no-floppy", no_argument, 0, OPT_NO_FLOPPY},
82 {"no-pager", no_argument, 0, OPT_NO_PAGER},
83 {"preset-menu", no_argument, 0, OPT_PRESET_MENU},
84 {"probe-second-floppy", no_argument, 0, OPT_PROBE_SECOND_FLOPPY},
85 {"read-only", no_argument, 0, OPT_READ_ONLY},
86 {"verbose", no_argument,
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h44 #define no_argument 0 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h44 #define no_argument 0 macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h44 #define no_argument 0 macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dgetopt.h44 #define no_argument 0 macro
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkdevicemap.c76 {"probe-second-floppy", no_argument, 0, 's'},
77 {"no-floppy", no_argument, 0, 'n'},
78 {"help", no_argument, 0, 'h'},
79 {"version", no_argument, 0, 'V'},
80 {"verbose", no_argument, 0, 'v'},
H A Dgrub-mkrelpath.c32 {"help", no_argument, 0, 'h'},
33 {"version", no_argument, 0, 'V'},
H A Dbin2h.c29 {"help", no_argument, 0, 'h' },
30 {"version", no_argument, 0, 'V' },
H A Dgrub-mklayout.c39 {"help", no_argument, 0, 'h'},
40 {"version", no_argument, 0, 'V'},
41 {"verbose", no_argument, 0, 'v'},
H A Dgrub-script-check.c45 {"help", no_argument, 0, 'h'},
46 {"version", no_argument, 0, 'V'},
47 {"verbose", no_argument, 0, 'v'},
H A Dgrub-version-check.c45 {"help", no_argument, 0, 'h'},
46 {"print", no_argument, 0, 'p'},
47 {"version", no_argument, 0, 'V'},
48 {"verbose", no_argument, 0, 'v'},
H A Dgrub-mkpasswd-pbkdf2.c42 {"help", no_argument, 0, 'h'},
43 {"version", no_argument, 0, 'V'},
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h66 no_argument (or 0) if the option does not take an argument,
97 #define no_argument 0 macro
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmain.c92 {"help", no_argument, 0, 'h'},
93 {"version", no_argument, 0, 'V'},
94 {"verbose", no_argument, 0, 'v'},
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmbchk.c31 {"help", no_argument, 0, 'h'},
32 {"version", no_argument, 0, 'v'},
33 {"quiet", no_argument, 0, 'q'},
/osnet-11/usr/src/cmd/policykit/
H A Dpolkit-is-privileged.c74 {"help", no_argument, NULL, 'h'},
75 {"verbose", no_argument, NULL, 'v'},
76 {"version", no_argument, NULL, 'V'},
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c198 { "all", no_argument, NULL, 'a' },
199 { "classify", no_argument, NULL, 'F' },
200 { "force", no_argument, NULL, 'f' },
201 { "help", no_argument, NULL, 'h' },
202 { "inode", no_argument, NULL, 'i' },
203 { "long", no_argument, NULL, 'l' },
205 { "recursive", no_argument, NULL, 'R' },
206 { "quiet", no_argument, NULL, 'q' },
207 { "system", no_argument, NULL, 's' },
208 { "version", no_argument, NUL
[all...]
H A Dntfscat.c167 { "force", no_argument, NULL, 'f' },
168 { "help", no_argument, NULL, 'h' },
170 { "quiet", no_argument, NULL, 'q' },
171 { "version", no_argument, NULL, 'V' },
172 { "verbose", no_argument, NULL, 'v' },
173 { "raw", no_argument, NULL, 'r' },
H A Dntfslabel.c117 { "force", no_argument, NULL, 'f' },
118 { "help", no_argument, NULL, 'h' },
119 { "no-action", no_argument, NULL, 'n' },
120 { "quiet", no_argument, NULL, 'q' },
121 { "verbose", no_argument, NULL, 'v' },
122 { "version", no_argument, NULL, 'V' },
H A Dntfscp.c132 { "inode", no_argument, NULL, 'i' },
133 { "force", no_argument, NULL, 'f' },
134 { "help", no_argument, NULL, 'h' },
136 { "no-action", no_argument, NULL, 'n' },
137 { "quiet", no_argument, NULL, 'q' },
138 { "version", no_argument, NULL, 'V' },
139 { "verbose", no_argument, NULL, 'v' },
H A Dntfscluster.c119 { "force", no_argument, NULL, 'f' },
120 { "help", no_argument, NULL, 'h' },
121 { "info", no_argument, NULL, 'i' },
123 { "last", no_argument, NULL, 'l' },
124 { "quiet", no_argument, NULL, 'q' },
126 { "verbose", no_argument, NULL, 'v' },
127 { "version", no_argument, NULL, 'V' },
H A Dntfsundelete.c434 { "case", no_argument, NULL, 'C' },
437 { "force", no_argument, NULL, 'f' },
438 { "help", no_argument, NULL, 'h' },
440 //{ "interactive", no_argument, NULL, 'I' },
442 { "optimistic", no_argument, NULL, 'O' },
444 { "parent", no_argument, NULL, 'P' },
446 { "quiet", no_argument, NULL, 'q' },
447 { "scan", no_argument, NULL, 's' },
450 { "truncate", no_argument, NULL, 'T' },
451 { "undelete", no_argument, NUL
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dlshal.c587 {"monitor", no_argument, NULL, 'm'},
588 {"long", no_argument, NULL, 'l'},
589 {"short", no_argument, NULL, 's'},
590 {"tree", no_argument, NULL, 't'},
592 {"help", no_argument, NULL, 'h'},
593 {"usage", no_argument, NULL, 'U'},
594 {"version", no_argument, NULL, 'V'},
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.in.h170 no_argument (or 0) if the option does not take an argument,
197 # define no_argument 0 macro

Completed in 62 milliseconds

12