Searched defs:longopts (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmbchk.c29 static struct option longopts[] = variable in typeref:struct:option
191 c = getopt_long (argc, argv, optstring, longopts, 0);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dgetoptl.c42 golly(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex, int flags) argument
49 if (!up || optstring != lastoptstring || longopts != lastlongopts)
55 for (o = longopts; o->name; o++)
58 sfprintf(up, "\n[%d:%s]", UCHAR_MAX + 1 + (o - longopts), o->name);
102 lastlongopts = longopts;
127 o = longopts - c - UCHAR_MAX - 1;
142 getopt_long(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) argument
144 return golly(argc, argv, optstring, longopts, longindex, 2);
148 getopt_long_only(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) argument
150 return golly(argc, argv, optstring, longopts, longinde
[all...]
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c70 static struct option longopts[] = variable in typeref:struct:option
151 c = getopt_long (argc, argv, OPTSTRING, longopts, 0);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.c194 struct option const longopts[] = { local
248 longopts, &longind)) != -1) {
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c101 static const struct option longopts[] = { variable in typeref:struct:option
422 longopts, NULL)) != -1) {
605 longopts, NULL)) != -1) {

Completed in 64 milliseconds