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

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1273 char *tmp_dbId = NULL; local
1284 tmp_dbId = s_strndup(tmp_map->dbId, strlen(tmp_map->dbId));
1285 if (!tmp_dbId)
1289 id = (char *)strtok_r(tmp_dbId, COMMA_STRING, &lasts);
1293 free(tmp_dbId);
1297 free(tmp_dbId);
1301 free(tmp_dbId);
1306 free(tmp_dbId);
1311 if (tmp_dbId)
1312 free(tmp_dbId);
[all...]
H A Dnis_parse_ldap_map.c105 char *tmp_dbId; local
127 tmp_dbId = s_strndup(attrib_val, s - attrib_val);
128 if (tmp_dbId == NULL) {
132 if (strchr(tmp_dbId, COMMA_CHAR)) {
134 nm = check_domain_specific_order(tmp_dbId,
142 free(tmp_dbId);
146 free(tmp_dbId);

Completed in 27 milliseconds