Searched refs:wordexp_t (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | wordexp.h | 25 } 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/ |
D | wordexp.h | 25 } wordexp_t; typedef 34 int wordexp (const char *__restrict, wordexp_t *__restrict, int); 35 void wordfree (wordexp_t *);
|
/third_party/musl/include/ |
D | wordexp.h | 25 } 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/ |
D | wordexp.h | 25 } 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/ |
D | wordexp.c | 9 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/ |
D | wordexp.c | 27 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/ |
D | wordexp.c | 26 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/ |
D | wordexp.h | 25 } wordexp_t; typedef
|
/third_party/alsa-lib/src/ |
D | userfile.c | 40 wordexp_t we; in snd_user_file()
|