Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/third_party/musl/include/
Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/third_party/musl/libc-test/src/api/
Dwordexp.c9 wordexp_t x; in f()
25 {int(*p)(const char*restrict,wordexp_t*restrict,int) = wordexp;} in f()
26 {void(*p)(wordexp_t*) = wordfree;} in f()
/third_party/musl/porting/liteos_a/user/src/misc/
Dwordexp.c27 static int do_wordexp(const char *s, wordexp_t *we, int flags) in do_wordexp()
171 int wordexp(const char *restrict s, wordexp_t *restrict we, int flags) in wordexp()
181 void wordfree(wordexp_t *we) in wordfree()
/third_party/musl/src/misc/
Dwordexp.c26 static int do_wordexp(const char *s, wordexp_t *we, int flags) in do_wordexp()
170 int wordexp(const char *restrict s, wordexp_t *restrict we, int flags) in wordexp()
179 void wordfree(wordexp_t *we) in wordfree()
/third_party/musl/ndk_musl_include/
Dwordexp.h25 } wordexp_t; typedef
/third_party/alsa-lib/src/
Duserfile.c40 wordexp_t we; in snd_user_file()