/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 372 if (flags()->replace_str) { in DEFINE_REAL() 393 if (flags()->replace_str) { in INTERCEPTOR() 421 if (flags()->replace_str) { in INTERCEPTOR() 436 if (flags()->replace_str) { in INTERCEPTOR() 452 if (flags()->replace_str) { in INTERCEPTOR() 466 if (flags()->replace_str) { in INTERCEPTOR() 479 if (!flags()->replace_str) { in INTERCEPTOR() 495 if (!flags()->replace_str) { in INTERCEPTOR() 516 if (!flags()->replace_str) { in INTERCEPTOR() 531 if (!flags()->replace_str) { in INTERCEPTOR() [all …]
|
H A D | asan_flags.cpp | 188 if (!f->replace_str && common_flags()->intercept_strlen) { in InitializeFlags() 192 if (!f->replace_str && common_flags()->intercept_strchr) { in InitializeFlags() 196 if (!f->replace_str && common_flags()->intercept_strndup) { in InitializeFlags()
|
H A D | asan_flags.inc | 47 bool, replace_str, true,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 384 if (flags()->replace_str) { in DEFINE_REAL() 405 if (flags()->replace_str) { in INTERCEPTOR() 432 if (flags()->replace_str) { in INTERCEPTOR() 447 if (flags()->replace_str) { in INTERCEPTOR() 463 if (flags()->replace_str) { in INTERCEPTOR() 477 if (flags()->replace_str) { in INTERCEPTOR() 491 if (!flags()->replace_str) { in INTERCEPTOR() 507 if (!flags()->replace_str) { in INTERCEPTOR() 528 if (!flags()->replace_str) { in INTERCEPTOR() 544 if (!flags()->replace_str) { in INTERCEPTOR() [all …]
|
H A D | asan_flags.cc | 195 if (!f->replace_str && common_flags()->intercept_strlen) { in InitializeFlags() 199 if (!f->replace_str && common_flags()->intercept_strchr) { in InitializeFlags() 203 if (!f->replace_str && common_flags()->intercept_strndup) { in InitializeFlags()
|
H A D | asan_flags.inc | 46 bool, replace_str, true,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 381 if (flags()->replace_str) { in DEFINE_REAL() 402 if (flags()->replace_str) { in INTERCEPTOR() 429 if (flags()->replace_str) { in INTERCEPTOR() 444 if (flags()->replace_str) { in INTERCEPTOR() 460 if (flags()->replace_str) { in INTERCEPTOR() 474 if (flags()->replace_str) { in INTERCEPTOR() 488 if (!flags()->replace_str) { in INTERCEPTOR() 504 if (!flags()->replace_str) { in INTERCEPTOR() 525 if (!flags()->replace_str) { in INTERCEPTOR() 541 if (!flags()->replace_str) { in INTERCEPTOR() [all …]
|
H A D | asan_flags.cc | 197 if (!f->replace_str && common_flags()->intercept_strlen) { in InitializeFlags() 201 if (!f->replace_str && common_flags()->intercept_strchr) { in InitializeFlags() 205 if (!f->replace_str && common_flags()->intercept_strndup) { in InitializeFlags()
|
H A D | asan_flags.inc | 48 bool, replace_str, true,
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | options.c | 2057 replace_str(char* str, size_t len, const char* one, const char* two) in replace_str() function 2087 replace_str(f, sizeof(f), "%1", get_char(zone->name, 0)); in config_cook_string() 2089 replace_str(f, sizeof(f), "%2", get_char(zone->name, 1)); in config_cook_string() 2091 replace_str(f, sizeof(f), "%3", get_char(zone->name, 2)); in config_cook_string() 2093 replace_str(f, sizeof(f), "%z", get_end_label(zone, 1)); in config_cook_string() 2095 replace_str(f, sizeof(f), "%y", get_end_label(zone, 2)); in config_cook_string() 2097 replace_str(f, sizeof(f), "%x", get_end_label(zone, 3)); in config_cook_string() 2099 replace_str(f, sizeof(f), "%s", zone->name); in config_cook_string() 2120 replace_str(f, sizeof(f), "%1", get_char(zone->name, 0)); in config_make_zonefile() 2122 replace_str(f, sizeof(f), "%2", get_char(zone->name, 1)); in config_make_zonefile() [all …]
|
H A D | options.h | 567 void replace_str(char* buf, size_t len, const char* one, const char* two);
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
H A D | post-html.cpp | 1820 const char *replace_str (const char *before, const char *after) in replace_str() function 1838 val_sp = replace_str(val_sp, strsave(v)); in set() 1839 file_sp = replace_str(file_sp, strsave(f)); in set() 1840 line_sp = replace_str(line_sp, strsave(l)); in set() 1843 val_br = replace_str(val_br, strsave(v)); in set() 1844 file_br = replace_str(file_br, strsave(f)); in set() 1845 line_br = replace_str(line_br, strsave(l)); in set() 1848 val_fi = replace_str(val_fi, strsave(v)); in set() 1849 file_fi = replace_str(file_fi, strsave(f)); in set() 1850 line_fi = replace_str(line_fi, strsave(l)); in set() [all …]
|