Searched refs:sformat (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | wcsftime.c | 66 char *dst, *sformat; in __wcsftime_xpg5() local 72 sformat = dst = NULL; in __wcsftime_xpg5() 83 if ((sformat = malloc(sflen + 1)) == NULL) in __wcsftime_xpg5() 86 (void) wcsrtombs(sformat, &formatp, sflen + 1, &mbs); in __wcsftime_xpg5() 101 if (strftime(dst, maxsize, sformat, timeptr) == 0) in __wcsftime_xpg5() 109 free(sformat); in __wcsftime_xpg5() 115 free(sformat); in __wcsftime_xpg5()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doprnt.c | 188 char *sformat = format; /* save the beginning of the format */ in _doprnt() local 399 _mkarglst(sformat, sargs, arglst); in _doprnt() 406 _getarg(sformat, &args_width, val); in _doprnt() 445 _mkarglst(sformat, sargs, arglst); in _doprnt() 452 _getarg(sformat, &args_prec, val); in _doprnt() 473 _mkarglst(sformat, sargs, arglst); in _doprnt() 480 _getarg(sformat, &args, index); in _doprnt()
|
/titanic_41/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 236 char *sformat = format; /* save the beginning of the format */ in _doprnt() local 371 _mkarglst(sformat, sargs, arglst); in _doprnt() 390 _getarg(sformat, &targs, position); in _doprnt()
|
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 558 wchar_t *sformat = (wchar_t *)format; in _wndoprnt() local 561 char *sformat = (char *)format; /* save the beginning of the format */ in _wndoprnt() local 774 _wmkarglst(sformat, sargs, arglst, prflag); in _wndoprnt() 776 _mkarglst(sformat, sargs, arglst, prflag); in _wndoprnt() 797 _wgetarg(sformat, &targs, position, prflag); in _wndoprnt() 799 _getarg(sformat, &targs, position, prflag); in _wndoprnt()
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | doscan.c | 148 const wchar_t *sformat = fmt; /* save the beginning of the format */ in __wdoscan_u() local 151 const char *sformat = sfmt; /* save the beginning of the format */ in __wdoscan_u() local 284 if (_mkarglst(sformat, sargs, arglst) != 0) { in __wdoscan_u()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 940 static const char *const sformat[] = { "%#d", "%#d", "%#d", "%#lld" }; in print_int_val() local 1011 fsp = sformat; in print_int_val()
|