Home
last modified time | relevance | path

Searched refs:nentry (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/nss/
Dmakedb.c515 struct valstrentry *nentry = xmalloc (sizeof (struct valstrentry) in process_input() local
518 nentry->idx = extrastrlen; in process_input()
520 nentry->idx = valstrlen; in process_input()
521 nentry->extra_string = last_database->extra_string; in process_input()
522 memcpy (nentry->str, data, datalen); in process_input()
524 struct valstrentry **fdata = tsearch (nentry, &valstrtree, in process_input()
529 if (*fdata != nentry) in process_input()
532 free (nentry); in process_input()
533 nentry = *fdata; in process_input()
543 newp->validx = nentry->idx; in process_input()