Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 20 of 20) sorted by relevance

/debug/
A Dvsprintf_chk.c26 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 Dvasprintf_chk.c34 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 Dvdprintf_chk.c34 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vdprintf_chk() local
36 return __vdprintf_internal (d, format, ap, mode); in __vdprintf_chk()
A Dvwprintf_chk.c27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vwprintf_chk() local
29 return __vfwprintf_internal (stdout, format, ap, mode); in __vwprintf_chk()
A Dsprintf_chk.c28 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 Dvobprintf_chk.c28 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 Dvfwprintf_chk.c27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vfwprintf_chk() local
29 return __vfwprintf_internal (fp, format, ap, mode); in __vfwprintf_chk()
A Dvprintf_chk.c27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vprintf_chk() local
29 return __vfprintf_internal (stdout, format, ap, mode); in ___vprintf_chk()
A Dvfprintf_chk.c27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vfprintf_chk() local
29 return __vfprintf_internal (fp, format, ap, mode); in ___vfprintf_chk()
A Dwprintf_chk.c28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __wprintf_chk() local
33 ret = __vfwprintf_internal (stdout, format, ap, mode); in __wprintf_chk()
A Dasprintf_chk.c29 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 Ddprintf_chk.c28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __dprintf_chk() local
33 ret = __vdprintf_internal (d, format, ap, mode); in __dprintf_chk()
A Dobprintf_chk.c29 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 Dprintf_chk.c28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___printf_chk() local
33 ret = __vfprintf_internal (stdout, format, ap, mode); in ___printf_chk()
A Dfwprintf_chk.c28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __fwprintf_chk() local
33 ret = __vfwprintf_internal (fp, format, ap, mode); in __fwprintf_chk()
A Dvswprintf_chk.c32 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 Dvsnprintf_chk.c32 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 Dfprintf_chk.c28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___fprintf_chk() local
33 ret = __vfprintf_internal (fp, format, ap, mode); in ___fprintf_chk()
A Dswprintf_chk.c33 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 Dsnprintf_chk.c33 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___snprintf_chk() local
38 ret = __vsnprintf_internal (s, maxlen, format, ap, mode); in ___snprintf_chk()

Completed in 26 milliseconds