/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | getsubopt.c | 33 NoN(getsubopt) 42 getsubopt(register char** op, char* const* tp, char** vp)
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getsubopt.c | 35 #pragma weak _getsubopt = getsubopt 44 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() function
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | exportlist.c | 118 switch (getsubopt(&p, optlist, &val)) { in export() 141 switch (getsubopt(&p, optlist, &val)) { in export()
|
H A D | nfs_cmd.c | 132 if (getsubopt(&next, charopts, &val) >= 0) { in charmap_search()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast_getopt.h | 40 extern int getsubopt(char**, char* const*, char**);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_getopt.h | 23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
|
H A D | ast_map.h | 139 #undef getsubopt 140 #define getsubopt _ast_getsubopt macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_getopt.h | 23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
|
H A D | ast_map.h | 139 #undef getsubopt 140 #define getsubopt _ast_getsubopt macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_getopt.h | 23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
|
H A D | ast_map.h | 139 #undef getsubopt 140 #define getsubopt _ast_getsubopt macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_getopt.h | 23 extern __MANGLE__ int getsubopt __PROTO__((char**, char* const*, char**));
|
H A D | ast_map.h | 139 #undef getsubopt 140 #define getsubopt _ast_getsubopt macro
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | config.h | 50 extern int getsubopt(char **, char * const *, char **);
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | getsubopt.c | 37 getsubopt(optionsp, tokens, valuep) in getsubopt() function
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 84 switch (getsubopt(&hw_option_p, fp_cs_hw_opts, in cfga_change_state() 242 switch (getsubopt(&hw_option_p, fp_list_hw_opts, in cfga_list_ext()
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | fslib.c | 310 (void) getsubopt(&requested_opts, empty_opt_vector, in cmp_requested_to_actual_options() 353 (void) getsubopt(&actual_opt_hold, empty_opt_vector, in cmp_requested_to_actual_options()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | automount.c | 412 if (getsubopt(&optr, ignore_opts, &valp) == -1) { 438 if (getsubopt(&optr, ignore_opts, &valp) == -1) {
|
/titanic_50/usr/src/cmd/fs.d/pcfs/mount/ |
H A D | mount.c | 125 switch (getsubopt(&in_arg, pcfs_opts, &val)) { in main()
|
/titanic_50/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 131 switch (getsubopt(&options, myopts, in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/ |
H A D | ickey.c | 109 switch (getsubopt(&options, progopts, in main()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 118 #undef getsubopt 119 #define getsubopt _ast_getsubopt macro
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 118 #undef getsubopt 119 #define getsubopt _ast_getsubopt macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 118 #undef getsubopt 119 #define getsubopt _ast_getsubopt macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 118 #undef getsubopt 119 #define getsubopt _ast_getsubopt macro
|