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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dwordexp.h24 } wordexp_t; typedef in typeref:struct:__anon1747
33 int wordexp(const char* __restrict, wordexp_t* __restrict, int);
34 void wordfree(wordexp_t*);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dwordexp.c31 int wordexp(const char* s, wordexp_t* we, int flags) {
187 void wordfree(wordexp_t* we) {

Completed in 82 milliseconds