Searched refs:getsubopt (Results 51 - 75 of 91) sorted by relevance

1234

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c545 opt = getsubopt(&optstr, ap_opt_names, &value);
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c776 switch ((opt = getsubopt(&opts, myopts, &value))) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c209 switch (getsubopt(&options, traceopts,
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c719 if (getsubopt(&opts, mntopts, &value) == QUOTA)
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c196 switch (getsubopt(&suboptions,
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c233 switch ((getsubopt(&suboptions,
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c158 switch ((getsubopt(&suboptions, subopts, &value))) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c467 switch (getsubopt(&opts, fop_subopts, &argval)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c174 suboption = getsubopt(&suboptions,
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c751 if (getsubopt(&optlist, opts, &value) == 0)
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c983 subopt = getsubopt(&options, suboptstr,
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1114 /* getsubopt() modifies the input string, so copy it. */
1127 subopt = getsubopt(&cp, opts, &value);
1525 subopt = getsubopt(&optcopy, mema_opts, &value);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c109 * getsubopt() is used to map one of the contents[] keywords
121 * getsubopt() is used to parse the query string for
462 switch (getsubopt(&query_string, queryopts, &value)) {
464 *contentp = getsubopt(&value, contents, &junk);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c1121 option = getsubopt(&addrarg, addr_optstr, &val);
1191 option = getsubopt(&addrarg, addr_optstr, &val);
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c257 if ((sc_opt = getsubopt(&subopts, state_opts,
818 subopt = getsubopt(&arg, list_options, &value);
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1308 switch (getsubopt(&subopts, cfg_opts, &value)) {
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c44 * on the content of a getsubopt-like string.
409 int idx = getsubopt(&opts, tokens, &value);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile64 getopt.o getsubopt.o getpwaent.o getttyent.o\
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c1472 switch (getsubopt(&options, termopts, &value)) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c277 d = getsubopt(&options, cache_options, &value);
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c981 switch (getsubopt(&arg, UNCONST(toks), &v)) {
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com77 common/comp/getsubopt.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com460 getsubopt.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com449 getsubopt.o \
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c130 switch (getsubopt(&subopts,

Completed in 129 milliseconds

1234