/titanic_50/usr/src/grub/grub-0.97/grub/ |
H A D | main.c | 72 {"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, 0, OPT_VERBOSE}, [all …]
|
/titanic_50/usr/src/cmd/fcinfo/ |
H A D | fcinfo.c | 66 {"target", no_argument, 't', NULL}, 67 {"initiator", no_argument, 'i', NULL}, 68 {"linkstat", no_argument, 'l', NULL}, 69 {"scsi-target", no_argument, 's', NULL}, 70 {"fcoe", no_argument, 'e', NULL}, 71 {"verbose", no_argument, 'v', NULL}, 78 {"linkstat", no_argument, 'l', NULL}, 79 {"scsi-target", no_argument, 's', NULL}, 80 {"fcoe-force-promisc", no_argument, 'f', NULL}, 81 {"target", no_argument, 't', NULL}, [all …]
|
/titanic_50/usr/src/cmd/sasinfo/ |
H A D | sasinfo.c | 61 {"phy", no_argument, 'y', NULL}, 62 {"phy-linkstat", no_argument, 'l', NULL}, 63 {"scsi-target", no_argument, 's', NULL}, 64 {"verbose", no_argument, 'v', NULL}, 65 {"target", no_argument, 't', NULL},
|
/titanic_50/usr/src/cmd/hal/tools/ |
H A D | lshal.c | 587 {"monitor", no_argument, NULL, 'm'}, in main() 588 {"long", no_argument, NULL, 'l'}, in main() 589 {"short", no_argument, NULL, 's'}, in main() 590 {"tree", no_argument, NULL, 't'}, in main() 592 {"help", no_argument, NULL, 'h'}, in main() 593 {"usage", no_argument, NULL, 'U'}, in main() 594 {"version", no_argument, NULL, 'V'}, in main()
|
/titanic_50/usr/src/cmd/policykit/ |
H A D | polkit-is-privileged.c | 74 {"help", no_argument, NULL, 'h'}, in main() 75 {"verbose", no_argument, NULL, 'v'}, in main() 76 {"version", no_argument, NULL, 'V'}, in main()
|
/titanic_50/usr/src/grub/grub-0.97/util/ |
H A D | mbchk.c | 31 {"help", no_argument, 0, 'h'}, 32 {"version", no_argument, 0, 'v'}, 33 {"quiet", no_argument, 0, 'q'},
|
/titanic_50/usr/src/cmd/srptadm/ |
H A D | srptadm.c | 74 {"enable", no_argument, NULL, 'e'}, 75 {"disable", no_argument, NULL, 'd'}, 76 {"reset", no_argument, NULL, 'r'}, 77 {"help", no_argument, NULL, '?'}, 78 {"help", no_argument, NULL, 'h'},
|
/titanic_50/usr/src/cmd/hotplugd/ |
H A D | hotplugd.c | 51 { "help", no_argument, 0, '?' }, 52 { "version", no_argument, 0, 'V' }, 53 { "debug", no_argument, 0, 'd' },
|
/titanic_50/usr/src/cmd/hotplug/ |
H A D | hotplug.c | 123 { "help", no_argument, 0, '?' }, 124 { "version", no_argument, 0, 'V' }, 129 { "list-path", no_argument, 0, 'l' }, 130 { "verbose", no_argument, 0, 'v' }, 135 { "force", no_argument, 0, 'f' }, 136 { "query", no_argument, 0, 'q' }, 146 { "force", no_argument, 0, 'f' }, 147 { "query", no_argument, 0, 'q' },
|
/titanic_50/usr/src/cmd/ls/ |
H A D | ls.c | 369 { "all", no_argument, NULL, 'a' }, 370 { "almost-all", no_argument, NULL, 'A' }, 371 { "escape", no_argument, NULL, 'b' }, 372 { "classify", no_argument, NULL, 'F' }, 373 { "human-readable", no_argument, NULL, 'h' }, 374 { "dereference", no_argument, NULL, 'L' }, 375 { "dereference-command-line", no_argument, NULL, 'H' }, 376 { "ignore-backups", no_argument, NULL, 'B' }, 377 { "inode", no_argument, NULL, 'i' }, 378 { "numeric-uid-gid", no_argument, NULL, 'n' }, [all …]
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | getopt.h | 35 #define no_argument 0 macro
|
/titanic_50/usr/src/head/ |
H A D | getopt.h | 47 #define no_argument 0 macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | getopt.h | 44 #define no_argument 0 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | getopt.h | 44 #define no_argument 0 macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | getopt.h | 44 #define no_argument 0 macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | getopt.h | 44 #define no_argument 0 macro
|
/titanic_50/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.h | 97 #define no_argument 0 macro
|
/titanic_50/usr/src/common/cmdparse/ |
H A D | cmdparse.c | 54 {"help", no_argument, NULL, '?'}, 55 {"version", no_argument, NULL, 'V'}, 61 {"help", no_argument, NULL, '?'},
|
H A D | cmdparse.h | 136 #define no_arg no_argument
|
/titanic_50/usr/src/cmd/isns/isnsadm/ |
H A D | cmdparse.c | 56 {"help", no_argument, NULL, '?'}, 57 {"version", no_argument, NULL, 'V'}, 63 {"help", no_argument, NULL, '?'},
|
H A D | cmdparse.h | 138 #define no_arg no_argument
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 121 {"temporary", no_argument, 0, 't' }, 126 {"parsable", no_argument, 0, 'c' }, 134 {"parsable", no_argument, 0, 'c' }, 142 {"temporary", no_argument, 0, 't' }, 149 {"temporary", no_argument, 0, 't' }, 154 {"inform", no_argument, 0, 'i' }, 155 {"release", no_argument, 0, 'r' }, 156 {"temporary", no_argument, 0, 't' }, 162 {"down", no_argument, 0, 'd' }, 165 {"temporary", no_argument, 0, 't' }, [all …]
|
/titanic_50/usr/src/cmd/mpathadm/ |
H A D | cmdparse.h | 192 #define no_arg no_argument
|
/titanic_50/usr/src/cmd/iscsiadm/ |
H A D | cmdparse.h | 193 #define no_arg no_argument
|
/titanic_50/usr/src/cmd/itadm/ |
H A D | itadm.c | 79 {"chap-secret", no_argument, NULL, 's'}, 82 {"force", no_argument, NULL, 'f'}, 83 {"help", no_argument, NULL, 'h'}, 84 {"help", no_argument, NULL, '?'}, 88 {"parsable", no_argument, NULL, 'p'}, 89 {"radius-secret", no_argument, NULL, 'd'}, 93 {"verbose", no_argument, NULL, 'v'}, 94 {"version", no_argument, NULL, 'V'},
|