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

/netbsd-6-1-5-RELEASE/include/
H A Dwordexp.h51 } wordexp_t; typedef in typeref:struct:__anon5023
59 #define WRDE_REUSE 0x8 /* reuse wordexp_t */
77 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
78 void wordfree(wordexp_t *);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dwordexp.c50 static int we_askshell(const char *, wordexp_t *, int);
60 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags)
92 we_askshell(const char *words, wordexp_t *we, int flags)
337 wordfree(wordexp_t *we)

Completed in 52 milliseconds