Home
last modified time | relevance | path

Searched refs:I18N (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/stdio-common/
Dvfscanf-internal.c68 #define I18N 0x0400 /* I: use locale's digits */ macro
519 flags |= I18N; in __vfwscanf_internal()
1438 if (base == 10 && __builtin_expect ((flags & I18N) != 0, 0)) in __vfwscanf_internal()
2174 if (__builtin_expect ((flags & I18N) != 0, 0) in __vfwscanf_internal()
/glibc-2.36/manual/
Dstdio.texi21 * Streams and I18N:: Streams in internationalized applications.
130 unoriented at program start (@pxref{Streams and I18N}).
705 @node Streams and I18N
/glibc-2.36/ChangeLog.old/
DChangeLog.126476 * manual/stdio.texi (Streams and I18N): Fix typos.
DChangeLog.115661 * stdio-common/vfscanf.c (__vfscanf): Fix I18N number
DChangeLog.1411259 [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and