Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcsftime.c66 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()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c234 char *sformat = format; /* save the beginning of the format */ in _doprnt() local
369 _mkarglst(sformat, sargs, arglst); in _doprnt()
388 _getarg(sformat, &targs, position); in _doprnt()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c558 wchar_t *sformat = (wchar_t *)format; in _wndoprnt() local
561 char *sformat = (char *)format; /* save the beginning of the format */ in _wndoprnt() local
776 _wmkarglst(sformat, sargs, arglst, prflag); in _wndoprnt()
778 _mkarglst(sformat, sargs, arglst, prflag); in _wndoprnt()
799 _wgetarg(sformat, &targs, position, prflag); in _wndoprnt()
801 _getarg(sformat, &targs, position, prflag); in _wndoprnt()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c147 const wchar_t *sformat = fmt; /* save the beginning of the format */ in __wdoscan_u() local
150 const char *sformat = sfmt; /* save the beginning of the format */ in __wdoscan_u() local
283 if (_mkarglst(sformat, sargs, arglst) != 0) { in __wdoscan_u()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1001 static const char *const sformat[] = { "%#d", "%#d", "%#d", "%#lld" }; in print_int_val() local
1063 fsp = sformat; in print_int_val()