Searched refs:getoptstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dgetoptstr.h33 * Declarations for getoptstr().
46 * These macros are defined here so getoptstr() callers can handle spaces and
72 int getoptstr(struct gos_params *params);
H A Dgetoptstr.c32 * This file contains getoptstr(), which is getopt() for strings of arguments
38 #include "getoptstr.h"
52 * Prepare a gos_params structure for use by getoptstr().
64 * an argument string, getoptstr returns
80 getoptstr(struct gos_params *params) function
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c37 #include <util/getoptstr.h>
71 while ((c = getoptstr(&params)) != -1) {
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c37 #include <util/getoptstr.h>
85 while ((c = getoptstr(&params)) != -1) {
/illumos-gate/usr/src/psm/stand/boot/sparcv9/
H A DMakefile.com47 TOP_CMN_C_SRC = getoptstr.c

Completed in 51 milliseconds