/debug/ |
A D | wprintf_chk.c | 30 int ret; in __wprintf_chk() local 33 ret = __vfwprintf_internal (stdout, format, ap, mode); in __wprintf_chk() 36 return ret; in __wprintf_chk()
|
A D | asprintf_chk.c | 31 int ret; in __asprintf_chk() local 34 ret = __vasprintf_internal (result_ptr, format, ap, mode); in __asprintf_chk() 37 return ret; in __asprintf_chk()
|
A D | dprintf_chk.c | 30 int ret; in __dprintf_chk() local 33 ret = __vdprintf_internal (d, format, ap, mode); in __dprintf_chk() 36 return ret; in __dprintf_chk()
|
A D | obprintf_chk.c | 31 int ret; in __obstack_printf_chk() local 34 ret = __obstack_vprintf_internal (obstack, format, ap, mode); in __obstack_printf_chk() 37 return ret; in __obstack_printf_chk()
|
A D | printf_chk.c | 30 int ret; in ___printf_chk() local 33 ret = __vfprintf_internal (stdout, format, ap, mode); in ___printf_chk() 36 return ret; in ___printf_chk()
|
A D | fwprintf_chk.c | 30 int ret; in __fwprintf_chk() local 33 ret = __vfwprintf_internal (fp, format, ap, mode); in __fwprintf_chk() 36 return ret; in __fwprintf_chk()
|
A D | fprintf_chk.c | 30 int ret; in ___fprintf_chk() local 33 ret = __vfprintf_internal (fp, format, ap, mode); in ___fprintf_chk() 36 return ret; in ___fprintf_chk()
|
A D | sprintf_chk.c | 30 int ret; in ___sprintf_chk() local 40 ret = __vsprintf_internal (s, slen, format, ap, mode); in ___sprintf_chk() 43 return ret; in ___sprintf_chk()
|
A D | swprintf_chk.c | 35 int ret; in __swprintf_chk() local 38 ret = __vswprintf_internal (s, maxlen, format, ap, mode); in __swprintf_chk() 41 return ret; in __swprintf_chk()
|
A D | snprintf_chk.c | 35 int ret; in ___snprintf_chk() local 38 ret = __vsnprintf_internal (s, maxlen, format, ap, mode); in ___snprintf_chk() 41 return ret; in ___snprintf_chk()
|
A D | tst-backtrace.h | 25 volatile int ret; variable 32 do { printf ("Failure on line %d\n", __LINE__); ret = 1; } while (0)
|
A D | test-strcpy_chk.c | 41 char *ret = dst; in simple_strcpy_chk() local 47 return ret; in simple_strcpy_chk() 95 ret = 1; in do_one_test() 106 ret = 1; in do_one_test() 114 ret = 1; in do_one_test() 224 ret = 1; in do_random_tests() 238 ret = 1; in do_random_tests() 247 ret = 1; in do_random_tests() 258 ret = 1; in do_random_tests() 267 ret = 1; in do_random_tests() [all …]
|
A D | tst-backtrace3.c | 78 return ret; in do_test()
|
A D | tst-backtrace2.c | 100 return ret; in do_test()
|
A D | segfault.c | 210 int ret = access (name, R_OK | W_OK); in install_handler() local 212 if (ret == 0 || (ret == -1 && errno == ENOENT)) in install_handler()
|
A D | tst-backtrace4.c | 118 return ret; in do_test()
|
A D | tst-backtrace5.c | 149 return ret; in do_test()
|
A D | tst-chk1.c | 70 volatile int ret; variable 111 do { printf ("Failure on line %d\n", __LINE__); ret = 1; } while (0) 1578 ret = 1; in do_test() 1725 return ret; in do_test()
|