Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dwordexp.c66 we->we_strings = NULL; in wordexp()
242 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) { in we_askshell()
248 we->we_wordv[i] += nstrings - we->we_strings; in we_askshell()
249 we->we_strings = nstrings; in we_askshell()
251 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) { in we_askshell()
278 p = we->we_strings + sofs; in we_askshell()
403 free(we->we_strings); in wordfree()
405 we->we_strings = NULL; in wordfree()
/dragonfly/include/
H A Dwordexp.h44 char *we_strings; /* storage for wordv strings */ member