Searched refs:get_current_dir_name (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 1293 TEST(MemorySanitizer, get_current_dir_name) { in TEST() argument 1294 char* res = get_current_dir_name(); in TEST()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 3313 INTERCEPTOR(char *, get_current_dir_name, int fake) { 3315 COMMON_INTERCEPTOR_ENTER(ctx, get_current_dir_name, fake); 3319 char *res = REAL(get_current_dir_name)(fake); 3325 COMMON_INTERCEPT_FUNCTION(get_current_dir_name);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 3458 INTERCEPTOR(char *, get_current_dir_name, int fake) { 3460 COMMON_INTERCEPTOR_ENTER(ctx, get_current_dir_name, fake); 3464 char *res = REAL(get_current_dir_name)(fake); 3470 COMMON_INTERCEPT_FUNCTION(get_current_dir_name);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 3367 INTERCEPTOR(char *, get_current_dir_name, int fake) { 3369 COMMON_INTERCEPTOR_ENTER(ctx, get_current_dir_name, fake); 3373 char *res = REAL(get_current_dir_name)(fake); 3379 COMMON_INTERCEPT_FUNCTION(get_current_dir_name);
|