Searched refs:shortopts (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.h | 106 extern int getopt (int argc, char *const *argv, const char *shortopts); 110 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 113 const char *shortopts, 118 const char *shortopts,
|
/titanic_41/usr/src/cmd/srptadm/ |
H A D | srptadm.c | 98 char *shortopts; member 168 c = getopt_long(newargc, newargv, subcmds[idx].shortopts, in main()
|
/titanic_41/usr/src/cmd/itadm/ |
H A D | itadm.c | 168 char *shortopts; member 304 c = getopt_long(newargc, newargv, subcmds[idx].shortopts, in main()
|