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 - 2
of
2
) 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);
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 20 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025