/debug/ |
A D | vsprintf_chk.c | 26 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vsprintf_chk() local 30 mode |= PRINTF_CHK; in ___vsprintf_chk() 35 return __vsprintf_internal (s, slen, format, ap, mode); in ___vsprintf_chk()
|
A D | vasprintf_chk.c | 34 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vasprintf_chk() local 36 return __vasprintf_internal (result_ptr, format, ap, mode); in __vasprintf_chk()
|
A D | vdprintf_chk.c | 34 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vdprintf_chk() local 36 return __vdprintf_internal (d, format, ap, mode); in __vdprintf_chk()
|
A D | vwprintf_chk.c | 27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vwprintf_chk() local 29 return __vfwprintf_internal (stdout, format, ap, mode); in __vwprintf_chk()
|
A D | sprintf_chk.c | 28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___sprintf_chk() local 34 mode |= PRINTF_CHK; in ___sprintf_chk() 40 ret = __vsprintf_internal (s, slen, format, ap, mode); in ___sprintf_chk()
|
A D | vobprintf_chk.c | 28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __obstack_vprintf_chk() local 30 return __obstack_vprintf_internal (obstack, format, ap, mode); in __obstack_vprintf_chk()
|
A D | vfwprintf_chk.c | 27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vfwprintf_chk() local 29 return __vfwprintf_internal (fp, format, ap, mode); in __vfwprintf_chk()
|
A D | vprintf_chk.c | 27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vprintf_chk() local 29 return __vfprintf_internal (stdout, format, ap, mode); in ___vprintf_chk()
|
A D | vfprintf_chk.c | 27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vfprintf_chk() local 29 return __vfprintf_internal (fp, format, ap, mode); in ___vfprintf_chk()
|
A D | wprintf_chk.c | 28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __wprintf_chk() local 33 ret = __vfwprintf_internal (stdout, format, ap, mode); in __wprintf_chk()
|
A D | asprintf_chk.c | 29 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __asprintf_chk() local 34 ret = __vasprintf_internal (result_ptr, format, ap, mode); in __asprintf_chk()
|
A D | dprintf_chk.c | 28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __dprintf_chk() local 33 ret = __vdprintf_internal (d, format, ap, mode); in __dprintf_chk()
|
A D | obprintf_chk.c | 29 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __obstack_printf_chk() local 34 ret = __obstack_vprintf_internal (obstack, format, ap, mode); in __obstack_printf_chk()
|
A D | printf_chk.c | 28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___printf_chk() local 33 ret = __vfprintf_internal (stdout, format, ap, mode); in ___printf_chk()
|
A D | fwprintf_chk.c | 28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __fwprintf_chk() local 33 ret = __vfwprintf_internal (fp, format, ap, mode); in __fwprintf_chk()
|
A D | vswprintf_chk.c | 32 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vswprintf_chk() local 34 return __vswprintf_internal (s, maxlen, format, ap, mode); in __vswprintf_chk()
|
A D | vsnprintf_chk.c | 32 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vsnprintf_chk() local 34 return __vsnprintf_internal (s, maxlen, format, ap, mode); in ___vsnprintf_chk()
|
A D | fprintf_chk.c | 28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___fprintf_chk() local 33 ret = __vfprintf_internal (fp, format, ap, mode); in ___fprintf_chk()
|
A D | swprintf_chk.c | 33 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __swprintf_chk() local 38 ret = __vswprintf_internal (s, maxlen, format, ap, mode); in __swprintf_chk()
|
A D | snprintf_chk.c | 33 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___snprintf_chk() local 38 ret = __vsnprintf_internal (s, maxlen, format, ap, mode); in ___snprintf_chk()
|