Home
last modified time | relevance | path

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

/debug/
A Dvasprintf_chk.c30 __vasprintf_chk (char **result_ptr, int flag, const char *format, va_list ap) in __vasprintf_chk() argument
34 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vasprintf_chk()
A Dvdprintf_chk.c30 __vdprintf_chk (int d, int flag, const char *format, va_list ap) in __vdprintf_chk() argument
34 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vdprintf_chk()
A Dvwprintf_chk.c23 __vwprintf_chk (int flag, const wchar_t *format, va_list ap) in __vwprintf_chk() argument
27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vwprintf_chk()
A Dvobprintf_chk.c23 __obstack_vprintf_chk (struct obstack *obstack, int flag, const char *format, in __obstack_vprintf_chk() argument
28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __obstack_vprintf_chk()
A Dvfwprintf_chk.c23 __vfwprintf_chk (FILE *fp, int flag, const wchar_t *format, va_list ap) in __vfwprintf_chk() argument
27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vfwprintf_chk()
A Dvprintf_chk.c23 ___vprintf_chk (int flag, const char *format, va_list ap) in ___vprintf_chk() argument
27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vprintf_chk()
A Dvfprintf_chk.c23 ___vfprintf_chk (FILE *fp, int flag, const char *format, va_list ap) in ___vfprintf_chk() argument
27 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vfprintf_chk()
A Dwprintf_chk.c24 __wprintf_chk (int flag, const wchar_t *format, ...) in __wprintf_chk() argument
28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __wprintf_chk()
A Dasprintf_chk.c25 __asprintf_chk (char **result_ptr, int flag, const char *format, ...) in __asprintf_chk() argument
29 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __asprintf_chk()
A Ddprintf_chk.c24 __dprintf_chk (int d, int flag, const char *format, ...) in __dprintf_chk() argument
28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __dprintf_chk()
A Dobprintf_chk.c24 __obstack_printf_chk (struct obstack *obstack, int flag, const char *format, in __obstack_printf_chk() argument
29 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __obstack_printf_chk()
A Dprintf_chk.c24 ___printf_chk (int flag, const char *format, ...) in ___printf_chk() argument
28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___printf_chk()
A Dfwprintf_chk.c24 __fwprintf_chk (FILE *fp, int flag, const wchar_t *format, ...) in __fwprintf_chk() argument
28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __fwprintf_chk()
A Dvswprintf_chk.c24 __vswprintf_chk (wchar_t *s, size_t maxlen, int flag, size_t slen, in __vswprintf_chk() argument
32 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __vswprintf_chk()
A Dvsnprintf_chk.c24 ___vsnprintf_chk (char *s, size_t maxlen, int flag, size_t slen, in ___vsnprintf_chk() argument
32 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vsnprintf_chk()
A Dfprintf_chk.c24 ___fprintf_chk (FILE *fp, int flag, const char *format, ...) in ___fprintf_chk() argument
28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___fprintf_chk()
A Dvsprintf_chk.c21 ___vsprintf_chk (char *s, int flag, size_t slen, const char *format, in ___vsprintf_chk() argument
26 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___vsprintf_chk()
A Dsprintf_chk.c24 ___sprintf_chk (char *s, int flag, size_t slen, const char *format, ...) in ___sprintf_chk() argument
28 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___sprintf_chk()
A Dswprintf_chk.c25 __swprintf_chk (wchar_t *s, size_t maxlen, int flag, size_t slen, in __swprintf_chk() argument
33 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in __swprintf_chk()
A Dsnprintf_chk.c25 ___snprintf_chk (char *s, size_t maxlen, int flag, size_t slen, in ___snprintf_chk() argument
33 unsigned int mode = (flag > 0) ? PRINTF_FORTIFY : 0; in ___snprintf_chk()

Completed in 20 milliseconds