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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dwordexp.h23 size_t we_offs; member in struct:__anon1747
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dwordexp.c105 if (we->we_offs > SIZE_MAX / sizeof(void*) / 4)
107 i += we->we_offs;
109 we->we_offs = 0;
173 for (i = we->we_offs; i; i--)
175 we->we_wordc -= we->we_offs;
192 free(we->we_wordv[we->we_offs + i]);

Completed in 44 milliseconds