Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/gen/
H A Dwordexp.c48 static int we_askshell(const char *, wordexp_t *, int);
75 if ((error = we_askshell(words, we, flags)) != 0) { in wordexp()
125 we_askshell(const char *words, wordexp_t *we, int flags) in we_askshell() function