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

/freebsd-9.3-release/include/
H A Dwordexp.h44 char *we_strings; /* storage for wordv strings */ member in struct:__anon5007
45 __size_t we_nbytes; /* size of we_strings */
/freebsd-9.3-release/lib/libc/gen/
H A Dwordexp.c64 we->we_strings = NULL;
110 size_t sofs; /* Offset into we->we_strings */
202 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
208 we->we_wordv[i] += nstrings - we->we_strings;
209 we->we_strings = nstrings;
211 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) {
238 p = we->we_strings + sofs;
349 free(we->we_strings);
351 we->we_strings = NULL;

Completed in 105 milliseconds