Home
last modified time | relevance | path

Searched refs:ret (Results 1 – 18 of 18) sorted by relevance

/debug/
A Dwprintf_chk.c30 int ret; in __wprintf_chk() local
33 ret = __vfwprintf_internal (stdout, format, ap, mode); in __wprintf_chk()
36 return ret; in __wprintf_chk()
A Dasprintf_chk.c31 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 Ddprintf_chk.c30 int ret; in __dprintf_chk() local
33 ret = __vdprintf_internal (d, format, ap, mode); in __dprintf_chk()
36 return ret; in __dprintf_chk()
A Dobprintf_chk.c31 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 Dprintf_chk.c30 int ret; in ___printf_chk() local
33 ret = __vfprintf_internal (stdout, format, ap, mode); in ___printf_chk()
36 return ret; in ___printf_chk()
A Dfwprintf_chk.c30 int ret; in __fwprintf_chk() local
33 ret = __vfwprintf_internal (fp, format, ap, mode); in __fwprintf_chk()
36 return ret; in __fwprintf_chk()
A Dfprintf_chk.c30 int ret; in ___fprintf_chk() local
33 ret = __vfprintf_internal (fp, format, ap, mode); in ___fprintf_chk()
36 return ret; in ___fprintf_chk()
A Dsprintf_chk.c30 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 Dswprintf_chk.c35 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 Dsnprintf_chk.c35 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 Dtst-backtrace.h25 volatile int ret; variable
32 do { printf ("Failure on line %d\n", __LINE__); ret = 1; } while (0)
A Dtest-strcpy_chk.c41 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 Dtst-backtrace3.c78 return ret; in do_test()
A Dtst-backtrace2.c100 return ret; in do_test()
A Dsegfault.c210 int ret = access (name, R_OK | W_OK); in install_handler() local
212 if (ret == 0 || (ret == -1 && errno == ENOENT)) in install_handler()
A Dtst-backtrace4.c118 return ret; in do_test()
A Dtst-backtrace5.c149 return ret; in do_test()
A Dtst-chk1.c70 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()

Completed in 32 milliseconds