Searched defs:sformat (Results 1 – 6 of 6) sorted by relevance
66 char *dst, *sformat; in __wcsftime_xpg5() local
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
188 char *sformat = format; /* save the beginning of the format */ in _doprnt() local
236 char *sformat = format; /* save the beginning of the format */ in _doprnt() local
558 wchar_t *sformat = (wchar_t *)format; in _wndoprnt() local 561 char *sformat = (char *)format; /* save the beginning of the format */ in _wndoprnt() local
941 static const char *const sformat[] = { "%#d", "%#d", "%#d", "%#lld" }; in print_int_val() local