Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/gen/
H A Dwordexp_test.c67 r = wordexp("hello world", &we, 0); in ATF_TC_BODY()
86 r = wordexp(longdata, &we, 0); in ATF_TC_BODY()
100 r = wordexp("hello world", &we, WRDE_DOOFFS); in ATF_TC_BODY()
118 r = wordexp("hello world", &we, 0); in ATF_TC_BODY()
119 r = wordexp("hello world", &we, WRDE_REUSE); in ATF_TC_BODY()
134 r = wordexp("this is", &we, 0); in ATF_TC_BODY()
136 r = wordexp("a test", &we, WRDE_APPEND); in ATF_TC_BODY()
154 r = wordexp("this is", &we, WRDE_DOOFFS); in ATF_TC_BODY()
156 r = wordexp("a test", &we, WRDE_APPEND|WRDE_DOOFFS); in ATF_TC_BODY()
158 r = wordexp("of wordexp", &we, WRDE_APPEND|WRDE_DOOFFS); in ATF_TC_BODY()
[all …]
/freebsd/include/
H A Dwordexp.h71 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
H A DMakefile36 wchar.h wctype.h wordexp.h xlocale.h
/freebsd/bin/sh/
H A Dbuiltins.def91 wordexpcmd wordexp
/freebsd/lib/libc/gen/
H A DMakefile.inc169 wordexp.c
321 wordexp.3
558 MLINKS+=wordexp.3 wordfree.3
H A Dwordexp.c55 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) in wordexp() function
H A DSymbol.map299 wordexp;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4164 INTERCEPTOR(int, wordexp, char *s, __sanitizer_wordexp_t *p, int flags) {
4166 COMMON_INTERCEPTOR_ENTER(ctx, wordexp, s, p, flags);
4171 int res = REAL(wordexp)(s, p, flags);
4185 #define INIT_WORDEXP COMMON_INTERCEPT_FUNCTION(wordexp);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3306 fun:wordexp=uninstrumented