Searched refs:gos_opts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dgetoptstr.h56 const char *gos_opts; /* String of acceptable options. */ member in struct:gos_params
H A Dgetoptstr.c63 * With params->gos_opts set to a string of options and params->gos_strp set to
66 * params->gos_opts string. If the option is followed by a ':' in gos_opts,
77 * ':' is the first character of params->gos_opts.
92 if (params->gos_opts == NULL || strp == NULL)
114 if (c == ':' || (cp = strchr(params->gos_opts, c)) == NULL) {
139 return (params->gos_opts[0] == ':' ? ':' : '?');
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c79 params.gos_opts = "abcdDf:F:gGHhi:km:o:O:rsvVwxZ:";
81 params.gos_opts = "abcdgGhi:km:O:rsvwx";
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c68 params.gos_opts = "HXF:VnI:D:advhko:";

Completed in 73 milliseconds