Searched defs:sformat (Results 1 – 5 of 5) sorted by relevance
66 char *dst, *sformat; in __wcsftime_xpg5() local
147 const wchar_t *sformat = fmt; /* save the beginning of the format */ in __wdoscan_u() local150 const char *sformat = sfmt; /* save the beginning of the format */ in __wdoscan_u() local
234 char *sformat = format; /* save the beginning of the format */ in _doprnt() local
558 wchar_t *sformat = (wchar_t *)format; in _wndoprnt() local561 char *sformat = (char *)format; /* save the beginning of the format */ in _wndoprnt() local
1001 static const char *const sformat[] = { "%#d", "%#d", "%#d", "%#lld" }; in print_int_val() local