HomeSort by: relevance | last modified time | path
    Searched refs:replace_str (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_flags.inc 48 bool, replace_str, true,
asan_flags.cc 197 if (!f->replace_str && common_flags()->intercept_strlen) {
198 Report("WARNING: strlen interceptor is enabled even though replace_str=0. "
201 if (!f->replace_str && common_flags()->intercept_strchr) {
203 "replace_str=0. Use intercept_strchr=0 to disable them.");
205 if (!f->replace_str && common_flags()->intercept_strndup) {
207 "replace_str=0. Use intercept_strndup=0 to disable them.");
asan_interceptors.cc 381 if (flags()->replace_str) {
402 if (flags()->replace_str) {
429 if (flags()->replace_str) {
444 if (flags()->replace_str) {
460 if (flags()->replace_str) {
474 if (flags()->replace_str) {
488 if (!flags()->replace_str) {
504 if (!flags()->replace_str) {
525 if (!flags()->replace_str) {
541 if (!flags()->replace_str) {
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_flags.inc 47 bool, replace_str, true,
asan_flags.cpp 188 if (!f->replace_str && common_flags()->intercept_strlen) {
189 Report("WARNING: strlen interceptor is enabled even though replace_str=0. "
192 if (!f->replace_str && common_flags()->intercept_strchr) {
194 "replace_str=0. Use intercept_strchr=0 to disable them.");
196 if (!f->replace_str && common_flags()->intercept_strndup) {
198 "replace_str=0. Use intercept_strndup=0 to disable them.");
asan_interceptors.cpp 510 if (flags()->replace_str) {
531 if (flags()->replace_str) {
559 if (flags()->replace_str) {
575 if (flags()->replace_str) {
594 if (flags()->replace_str) {
610 if (flags()->replace_str) {
623 if (!flags()->replace_str)
655 if (!flags()->replace_str) {
677 if (!flags()->replace_str) {
691 if (!flags()->replace_str) {
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_flags.inc 47 bool, replace_str, true,
asan_flags.cpp 188 if (!f->replace_str && common_flags()->intercept_strlen) {
189 Report("WARNING: strlen interceptor is enabled even though replace_str=0. "
192 if (!f->replace_str && common_flags()->intercept_strchr) {
194 "replace_str=0. Use intercept_strchr=0 to disable them.");
196 if (!f->replace_str && common_flags()->intercept_strndup) {
198 "replace_str=0. Use intercept_strndup=0 to disable them.");
asan_interceptors.cpp 372 if (flags()->replace_str) {
393 if (flags()->replace_str) {
421 if (flags()->replace_str) {
436 if (flags()->replace_str) {
452 if (flags()->replace_str) {
466 if (flags()->replace_str) {
479 if (!flags()->replace_str) {
495 if (!flags()->replace_str) {
516 if (!flags()->replace_str) {
531 if (!flags()->replace_str) {
    [all...]
  /src/external/bsd/nsd/dist/
options.c 2510 replace_str(char* str, size_t len, const char* one, const char* two) function
2540 replace_str(f, sizeof(f), "%1", get_char(zone->name, 0));
2542 replace_str(f, sizeof(f), "%2", get_char(zone->name, 1));
2544 replace_str(f, sizeof(f), "%3", get_char(zone->name, 2));
2546 replace_str(f, sizeof(f), "%z", get_end_label(zone, 1));
2548 replace_str(f, sizeof(f), "%y", get_end_label(zone, 2));
2550 replace_str(f, sizeof(f), "%x", get_end_label(zone, 3));
2552 replace_str(f, sizeof(f), "%s", zone->name);
2573 replace_str(f, sizeof(f), "%1", get_char(zone->name, 0));
2575 replace_str(f, sizeof(f), "%2", get_char(zone->name, 1))
    [all...]
options.h 656 void replace_str(char* buf, size_t len, const char* one, const char* two);
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 1820 const char *replace_str (const char *before, const char *after) function
1838 val_sp = replace_str(val_sp, strsave(v));
1839 file_sp = replace_str(file_sp, strsave(f));
1840 line_sp = replace_str(line_sp, strsave(l));
1843 val_br = replace_str(val_br, strsave(v));
1844 file_br = replace_str(file_br, strsave(f));
1845 line_br = replace_str(line_br, strsave(l));
1848 val_fi = replace_str(val_fi, strsave(v));
1849 file_fi = replace_str(file_fi, strsave(f));
1850 line_fi = replace_str(line_fi, strsave(l))
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 3904 const char *replace_str = NULL; local
3987 replace_str = Jim_GetString(argv[i + 2], &replace_len);
4057 int c = replace_str[j];
4063 c = replace_str[++j];
4068 Jim_AppendString(interp, resultObj, replace_str + j, 1);
4072 Jim_AppendString(interp, resultObj, replace_str + j - 1, (j == replace_len) ? 1 : 2);
4077 Jim_AppendString(interp, resultObj, replace_str + j, 1);

Completed in 121 milliseconds