Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Dwordexp.c72 we->we_strings = NULL; in wordexp()
203 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) { in we_askshell()
210 we->we_wordv[ui] += nstrings - we->we_strings; in we_askshell()
211 we->we_strings = nstrings; in we_askshell()
213 if (fread(we->we_strings + sofs, sizeof(char), nbytes, fp) != nbytes) { in we_askshell()
233 p = we->we_strings + sofs; in we_askshell()
341 free(we->we_strings); in wordfree()
343 we->we_strings = NULL; in wordfree()
/netbsd/src/include/
Dwordexp.h49 char *we_strings; /* storage for wordv strings */ member