Searched refs:wordexp (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2776 INTERCEPTOR(int, wordexp, char *s, __sanitizer_wordexp_t *p, int flags) { 2778 COMMON_INTERCEPTOR_ENTER(ctx, wordexp, s, p, flags); 2783 int res = REAL(wordexp)(s, p, flags); 2796 #define INIT_WORDEXP COMMON_INTERCEPT_FUNCTION(wordexp);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3237 TEST(MemorySanitizer, wordexp) { in TEST() argument 3239 int res = wordexp("a b c", &w, 0); in TEST()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3552 fun:wordexp=uninstrumented
|