Searched refs:wordexp (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 513 getservent() setaliasent() wordexp() 842 getrpcbyname_r() readdir64() wordexp() 941 getlogin_r() getutline() getutxline() logout() pututxline() wordexp()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 3775 int res = wordexp("", &w, 0); in TEST() 3781 TEST(MemorySanitizer, wordexp) { in TEST() argument 3783 int res = wordexp("a b c", &w, 0); in TEST() 3794 int res = wordexp("a b c", &w, WRDE_DOOFFS); in TEST()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 4206 INTERCEPTOR(int, wordexp, char *s, __sanitizer_wordexp_t *p, int flags) { 4208 COMMON_INTERCEPTOR_ENTER(ctx, wordexp, s, p, flags); 4213 int res = REAL(wordexp)(s, p, flags); 4227 #define INIT_WORDEXP COMMON_INTERCEPT_FUNCTION(wordexp);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3301 fun:wordexp=uninstrumented
|