Searched refs:gos_opts (Results 1 – 4 of 4) sorted by relevance
92 if (params->gos_opts == NULL || strp == NULL) in getoptstr()114 if (c == ':' || (cp = strchr(params->gos_opts, c)) == NULL) { in getoptstr()139 return (params->gos_opts[0] == ':' ? ':' : '?'); in getoptstr()
54 const char *gos_opts; /* String of acceptable options. */ member
79 params.gos_opts = "abcdDf:F:gGHhi:km:o:O:rsvVwxZ:"; in bootflags()81 params.gos_opts = "abcdgGhi:km:O:rsvwx"; in bootflags()
64 params.gos_opts = "HXF:VnI:D:advhko:"; in bootflags()