Searched defs:tmp_dbId (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1257 char *tmp_dbId = NULL; local
1268 tmp_dbId = s_strndup(tmp_map->dbId, strlen(tmp_map->dbId));
1269 if (!tmp_dbId)
1273 id = (char *)strtok_r(tmp_dbId, COMMA_STRING, &lasts);
1277 free(tmp_dbId);
1281 free(tmp_dbId);
1285 free(tmp_dbId);
1290 free(tmp_dbId);
1295 if (tmp_dbId)
1296 free(tmp_dbId);
[all...]
H A Dnis_parse_ldap_map.c104 char *tmp_dbId; local
126 tmp_dbId = s_strndup(attrib_val, s - attrib_val);
127 if (tmp_dbId == NULL) {
131 if (strchr(tmp_dbId, COMMA_CHAR)) {
133 nm = check_domain_specific_order(tmp_dbId,
141 free(tmp_dbId);
145 free(tmp_dbId);

Completed in 49 milliseconds