Searched refs:origA (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 219 __s_api_parse_map(char *cp, char **sid, char **origA, char ***mapA) in __s_api_parse_map() argument 225 *origA = NULL; in __s_api_parse_map() 246 *origA = (char *)malloc(i); in __s_api_parse_map() 247 if (*origA == NULL) { in __s_api_parse_map() 252 (void) strlcpy(*origA, sptr, i); in __s_api_parse_map() 267 free(*origA); in __s_api_parse_map() 268 *origA = NULL; in __s_api_parse_map() 284 free(*origA); in __s_api_parse_map() 285 *origA = NULL; in __s_api_parse_map()
|
H A D | ns_config.c | 1644 char *sid, *origA, **mapA; in __ns_ldap_setParamValue() local 2323 i = __s_api_parse_map(cp, &sid, &origA, &mapA); in __ns_ldap_setParamValue() 2360 strdup(origA); in __ns_ldap_setParamValue() 2404 *attr, origA); in __ns_ldap_setParamValue() 2422 free(origA); in __ns_ldap_setParamValue() 2529 free(origA); in __ns_ldap_setParamValue() 2554 map->orig = origA; in __ns_ldap_setParamValue() 2591 "'%s'."), origA); in __ns_ldap_setParamValue() 2610 free(origA); in __ns_ldap_setParamValue()
|
H A D | ns_internal.h | 837 char **origA, char ***mapA);
|