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

/freebsd-10.1-release/include/
H A Dwordexp.h44 char *we_strings; /* storage for wordv strings */ member in struct:__anon5531
45 __size_t we_nbytes; /* size of we_strings */
/freebsd-10.1-release/lib/libc/gen/
H A Dwordexp.c64 we->we_strings = NULL;
110 size_t sofs; /* Offset into we->we_strings */
189 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
195 we->we_wordv[i] += nstrings - we->we_strings;
196 we->we_strings = nstrings;
198 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) {
225 p = we->we_strings + sofs;
337 free(we->we_strings);
339 we->we_strings = NULL;

Completed in 55 milliseconds