Home
last modified time | relevance | path

Searched defs: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
/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
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c234 char *sformat = format; /* save the beginning of the format */ in _doprnt() local
/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
/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