Home
last modified time | relevance | path

Searched defs:sformat (Results 1 – 6 of 6) sorted by relevance

/titanic_52/usr/src/lib/libc/port/locale/
H A Dwcsftime.c66 char *dst, *sformat; in __wcsftime_xpg5() local
/titanic_52/usr/src/lib/libc/port/stdio/
H A Ddoscan.c148 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
/titanic_52/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c188 char *sformat = format; /* save the beginning of the format */ in _doprnt() local
/titanic_52/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c236 char *sformat = format; /* save the beginning of the format */ in _doprnt() local
/titanic_52/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
/titanic_52/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c941 static const char *const sformat[] = { "%#d", "%#d", "%#d", "%#lld" }; in print_int_val() local