Home
last modified time | relevance | path

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

/nss/nss_files/
A Dfiles-network.c61 char *newp = (char *) alloca (strlen (addr) + (4 - n) * 2 + 1);
62 cp = stpcpy (newp, addr);
70 addr = newp;
/nss/
A Dmakedb.c332 struct db_option *newp; in parse_opt() local
349 newp = xmalloc (sizeof (*newp)); in parse_opt()
350 newp->dbid = arg[0]; in parse_opt()
351 newp->next = db_options; in parse_opt()
352 db_options = newp; in parse_opt()
543 newp->validx = nentry->idx; in process_input()
544 newp->hashval = __hash_string (key); in process_input()
545 memcpy (newp->str, key, keylen); in process_input()
547 struct dbentry **found = tsearch (newp, &last_database->entries, in process_input()
552 if (*found != newp) in process_input()
[all …]

Completed in 5 milliseconds