OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sflen
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/locale/
wcsftime.c
69
size_t n,
sflen
;
local in function:wcsftime_l
78
sflen
= wcstombs_l(NULL, format, 0, loc);
79
if (
sflen
== (size_t)-1)
81
if ((sformat = malloc(
sflen
+ 1)) == NULL)
83
wcstombs_l(sformat, format,
sflen
+ 1, loc);
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025