Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod513 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/
Dmsan_test.cpp3775 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/
Dsanitizer_common_interceptors.inc4206 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/
Dlibc_ubuntu1404_abilist.txt3301 fun:wordexp=uninstrumented