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

/freebsd-13-stable/include/
H A Dwordexp.h46 char *we_strings; /* storage for wordv strings */ member in struct:__anon7386
47 __size_t we_nbytes; /* size of we_strings */
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c68 we->we_strings = NULL;
133 size_t sofs; /* Offset into we->we_strings */
246 if ((nstrings = realloc(we->we_strings, we->we_nbytes)) == NULL) {
252 we->we_wordv[i] += nstrings - we->we_strings;
253 we->we_strings = nstrings;
255 if (we_read_fully(pdes[0], we->we_strings + sofs, nbytes) != nbytes) {
282 p = we->we_strings + sofs;
407 free(we->we_strings);
409 we->we_strings = NULL;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h376 char *we_strings; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_netbsd.h457 char *we_strings; member in struct:__sanitizer::__sanitizer_wordexp_t

Completed in 75 milliseconds