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

/freebsd-10.1-release/include/
H A Dwordexp.h46 } wordexp_t; typedef in typeref:struct:__anon5531
54 #define WRDE_REUSE 0x8 /* reuse wordexp_t */
71 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
72 void wordfree(wordexp_t *);
/freebsd-10.1-release/lib/libc/gen/
H A Dwordexp.c44 static int we_askshell(const char *, wordexp_t *, int);
55 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags)
103 we_askshell(const char *words, wordexp_t *we, int flags)
331 wordfree(wordexp_t *we)
/freebsd-10.1-release/tools/regression/lib/libc/gen/
H A Dtest-wordexp.c61 wordexp_t we;

Completed in 42 milliseconds