OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_prefix_copy
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/time/
zdump.c
1072
char *
f_prefix_copy
= oversized ? xmalloc(f_prefix_copy_size) : fbuf;
local in function:istrftime
1073
memcpy(
f_prefix_copy
, f, f_prefix_len);
1074
strcpy(
f_prefix_copy
+ f_prefix_len, "X");
1075
formatted_len = strftime(b, s,
f_prefix_copy
, tm);
1077
free(
f_prefix_copy
);
Completed in 12 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025