Home
last modified time | relevance | path

Searched refs:PRINTF_CHK (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dieee128-vsprintf_chk.c31 mode |= PRINTF_CHK; in ___ieee128_vsprintf_chk()
Dieee128-sprintf_chk.c35 mode |= PRINTF_CHK; in ___ieee128_sprintf_chk()
/glibc-2.36/debug/
Dvsprintf_chk.c30 mode |= PRINTF_CHK; in ___vsprintf_chk()
Dsprintf_chk.c34 mode |= PRINTF_CHK; in ___sprintf_chk()
/glibc-2.36/libio/
Diovsprintf.c85 if ((mode_flags & PRINTF_CHK) != 0) in __vsprintf_internal()
DlibioP.h729 #define PRINTF_CHK 0x0004 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.2114176 ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chk
DChangeLog.198467 * debug/sprintf_chk.c (___sprintf_chk): Use PRINTF_CHK.
8475 * libio/libioP.h (PRINTF_CHK): New macro.