Searched refs:_F_INTMAX32 (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | vscanf.c | 78 ret = __doscan_u(stdin, fmt, ap, _F_INTMAX32); in _vscanf_c89() 102 ret = __doscan_u(iop, fmt, ap, _F_INTMAX32); in _vfscanf_c89() 144 return (__doscan_u(&strbuf, fmt, ap, _F_INTMAX32)); in _vsscanf_c89()
|
H A D | vwscanf.c | 61 ret = __wdoscan_u(stdin, fmt, ap, _F_INTMAX32); in _vwscanf_c89() 86 ret = __wdoscan_u(iop, fmt, ap, _F_INTMAX32); in _vfwscanf_c89() 135 ret = __wdoscan_u(&strbuf, fmt, ap, _F_INTMAX32); in _vswscanf_c89()
|
H A D | doscan.c | 325 if (!(scflag & _F_INTMAX32)) { in __wdoscan_u()
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | vwprintf.c | 85 count = _wndoprnt(format, ap, stdout, _F_INTMAX32); in _vwprintf_c89() 132 count = _wndoprnt(format, ap, iop, _F_INTMAX32); in _vfwprintf_c89() 169 count = _wndoprnt(format, ap, &siop, _F_INTMAX32); in _vswprintf_c89()
|
H A D | vsprintf.c | 68 count = _ndoprnt(format, ap, &siop, _F_INTMAX32); in _vsprintf_c89()
|
H A D | vprintf.c | 84 count = _ndoprnt(format, ap, stdout, _F_INTMAX32); in _vprintf_c89()
|
H A D | vfprintf.c | 83 count = _ndoprnt(format, ap, iop, _F_INTMAX32); in _vfprintf_c89()
|
H A D | vsnprintf.c | 96 count = _ndoprnt(format, ap, &siop, _F_INTMAX32); in _vsnprintf_c89()
|
H A D | doprnt.c | 888 if (!(prflag & _F_INTMAX32)) { in _wndoprnt() 2318 if (!(prflag & _F_INTMAX32)) { in _wmkarglst() 2517 if (!(prflag & _F_INTMAX32)) { in _wgetarg()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | libc.h | 255 #define _F_INTMAX32 0x1 /* if set read 4 bytes for u/intmax %j */ macro
|