Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2776 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/
Dmsan_test.cc3237 TEST(MemorySanitizer, wordexp) { in TEST() argument
3239 int res = wordexp("a b c", &w, 0); in TEST()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3552 fun:wordexp=uninstrumented