Home
last modified time | relevance | path

Searched refs:we_offs (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/misc/
Dwordexp.c93 if (we->we_offs > SIZE_MAX/sizeof(void *)/4) in do_wordexp()
95 i += we->we_offs; in do_wordexp()
97 we->we_offs = 0; in do_wordexp()
157 if (wv) for (i=we->we_offs; i; i--) in do_wordexp()
159 we->we_wordc -= we->we_offs; in do_wordexp()
185 for (i=0; i<we->we_wordc; i++) free(we->we_wordv[we->we_offs+i]); in wordfree()
/third_party/musl/src/misc/
Dwordexp.c92 if (we->we_offs > SIZE_MAX/sizeof(void *)/4) in do_wordexp()
94 i += we->we_offs; in do_wordexp()
96 we->we_offs = 0; in do_wordexp()
156 if (wv) for (i=we->we_offs; i; i--) in do_wordexp()
158 we->we_wordc -= we->we_offs; in do_wordexp()
183 for (i=0; i<we->we_wordc; i++) free(we->we_wordv[we->we_offs+i]); in wordfree()
/third_party/musl/ndk_musl_include/
Dwordexp.h24 size_t we_offs; member
/third_party/musl/porting/liteos_m/kernel/include/
Dwordexp.h24 size_t we_offs; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dwordexp.h24 size_t we_offs; member
/third_party/musl/include/
Dwordexp.h24 size_t we_offs; member
/third_party/musl/porting/uniproton/kernel/include/
Dwordexp.h24 size_t we_offs; member
/third_party/musl/libc-test/src/api/
Dwordexp.c12 F(size_t, we_offs) in f()
/third_party/musl/
DWHATSNEW491 - crash in wordfree with uninitialized we_offs
492 - fix wordexp not null-initializing the we_offs initial slots