/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | getsubopt.c | 37 getsubopt(optionsp, tokens, valuep) in getsubopt() argument 38 char **optionsp; in getsubopt() 42 register char *s = *optionsp, *p; 54 *optionsp = p; /* point to next option */
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getsubopt.c | 44 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() argument 46 char *s = *optionsp, *p; in getsubopt() 59 *optionsp = p; /* point to next option */ in getsubopt()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | subr.c | 221 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() argument 223 char *s = *optionsp, *p; in getsubopt() 236 *optionsp = p; /* point to next option */ in getsubopt()
|
/titanic_50/usr/src/cmd/hotplugd/ |
H A D | hotplugd_impl.c | 342 unpack_properties(ddi_hp_property_t *prop, char **optionsp) in unpack_properties() argument 351 *optionsp = NULL; in unpack_properties() 418 *optionsp = options; in unpack_properties()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charset.c | 62 char *optionsp; in ldap_enable_translation() local 71 optionsp = ( entry == NULLMSG ) ? &ld->ld_lberoptions : in ldap_enable_translation() 75 *optionsp |= LBER_OPT_TRANSLATE_STRINGS; in ldap_enable_translation() 77 *optionsp &= ~LBER_OPT_TRANSLATE_STRINGS; in ldap_enable_translation()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | kerberos5.c | 585 profile_options_boolean *optionsp) in krb5_profile_get_options() argument 612 realmdef, optionsp); in krb5_profile_get_options() 614 appdef, optionsp); in krb5_profile_get_options()
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 496 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() argument 498 char *s = *optionsp, *p; in getsubopt() 511 *optionsp = p; /* point to next option */ in getsubopt()
|
/titanic_50/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.c | 1332 i_hp_parse_results(nvlist_t *results, hp_node_t *rootp, char **optionsp) in i_hp_parse_results() argument 1350 if (optionsp) { in i_hp_parse_results() 1353 *optionsp = NULL; in i_hp_parse_results() 1355 ((*optionsp = strdup(str)) == NULL)) { in i_hp_parse_results()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | systm.h | 195 int getsubopt(char **optionsp, char * const *tokens, char **valuep);
|
/titanic_50/usr/src/cmd/hotplug/ |
H A D | hotplug.c | 926 parse_options(int argc, char *argv[], char **optionsp, const char *usage_str) in parse_options() argument 934 *optionsp = optarg; in parse_options()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | llib-lc | 555 int getsubopt(char **optionsp, char *const *tokens, char **valuep);
|