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

/freebsd-current/include/
H A Dwordexp.h44 char *we_strings; /* storage for wordv strings */ member in struct:__anon84
45 __size_t we_nbytes; /* size of we_strings */
/freebsd-current/lib/libc/gen/
H A Dwordexp.c64 we->we_strings = NULL;
129 size_t sofs; /* Offset into we->we_strings */
242 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
248 we->we_wordv[i] += nstrings - we->we_strings;
249 we->we_strings = nstrings;
251 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) {
278 p = we->we_strings + sofs;
403 free(we->we_strings);
405 we->we_strings = NULL;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h398 char *we_strings; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_netbsd.h458 char *we_strings; member in struct:__sanitizer::__sanitizer_wordexp_t

Completed in 173 milliseconds