Lines Matching refs:mode_flags
73 && (mode_flags & PRINTF_LDBL_USES_FLOAT128) != 0) \
104 if ((mode_flags & PRINTF_LDBL_USES_FLOAT128) != 0) \
924 if ((mode_flags & PRINTF_FORTIFY) != 0) \
1167 unsigned int mode_flags);
1179 vfprintf (FILE *s, const CHAR_T *format, va_list ap, unsigned int mode_flags) in vfprintf() argument
1236 return buffered_vfprintf (s, format, ap, mode_flags); in vfprintf()
1532 if (__glibc_unlikely ((mode_flags & PRINTF_LDBL_IS_DBL) != 0)) in vfprintf()
1604 save_errno, grouping, thousands_sep, mode_flags); in vfprintf()
1620 unsigned int mode_flags) in printf_positional() argument
1708 memset (args_type, (mode_flags & PRINTF_FORTIFY) != 0 ? '\xff' : '\0', in printf_positional()
1775 if (__glibc_unlikely ((mode_flags & PRINTF_LDBL_IS_DBL) != 0)) in printf_positional()
1781 else if ((mode_flags & PRINTF_LDBL_USES_FLOAT128) != 0) in printf_positional()
1807 assert ((mode_flags & PRINTF_FORTIFY) != 0); in printf_positional()
1945 if (__glibc_unlikely ((mode_flags & PRINTF_LDBL_IS_DBL) != 0)) in printf_positional()
2228 unsigned int mode_flags) in buffered_vfprintf() argument
2261 result = vfprintf (hp, format, args, mode_flags); in buffered_vfprintf()