Searched refs:getsubopt (Results 1 - 25 of 36) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/include/
H A Dast_getopt.h40 extern int getsubopt(char**, char* const*, char**);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetsubopt.c33 NoN(getsubopt)
42 getsubopt(register char** op, char* const* tp, char** vp)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_getopt.h23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
H A Dast_map.h139 #undef getsubopt macro
140 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_getopt.h23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
H A Dast_map.h139 #undef getsubopt macro
140 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_getopt.h23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
H A Dast_map.h139 #undef getsubopt macro
140 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_getopt.h23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
H A Dast_map.h139 #undef getsubopt macro
140 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetsubopt.c33 * getsubopt - parse suboptions from a flag argument.
35 #pragma weak _getsubopt = getsubopt
44 getsubopt(char **optionsp, char * const *tokens, char **valuep) function
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h77 /* On Cygwin 1.7.1, only <unistd.h> declares getsubopt. */
206 "token" or "token=value", getsubopt parses the first of these elements.
215 http://www.opengroup.org/susv3xsh/getsubopt.html */
217 _GL_FUNCDECL_SYS (getsubopt, int,
221 _GL_CXXALIAS_SYS (getsubopt, int,
223 _GL_CXXALIASWARN (getsubopt);
225 # undef getsubopt
227 _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - "
228 "use gnulib module getsubopt fo
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c85 /* Use getsubopt() if more options get added */
87 switch (getsubopt(&hw_option_p, fp_cs_hw_opts, &value)) {
242 /* Use getsubopt() if more options get added */
244 switch (getsubopt(&hw_option_p, fp_list_hw_opts, &value)) {
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h118 #undef getsubopt macro
119 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h118 #undef getsubopt macro
119 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h118 #undef getsubopt macro
119 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h118 #undef getsubopt macro
119 #define getsubopt _ast_getsubopt macro
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c328 switch (getsubopt(&optptr, opl_opts, &value)) {
/osnet-11/usr/src/lib/madv/common/
H A Dmadv.c300 return (getsubopt(&locstr, legal_madvice, &dummy));
311 opt = getsubopt(&optstr, legal_optstr, &value);
/osnet-11/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c43 * on the content of a getsubopt-like string.
245 int idx = getsubopt(&opts, tokens, &value);
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c478 if (getsubopt(&s, mntopts, &value) == IGNORE) {
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c545 opt = getsubopt(&optstr, ap_opt_names, &value);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c673 switch (getsubopt(&optptr, platses_opts, &value)) {
/osnet-11/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);
/osnet-11/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);

Completed in 80 milliseconds

12