OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_asctime
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
asctime.c
62
static char
buf_asctime
[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1];
variable in typeref:typename:char[]
72
char stackbuf[sizeof
buf_asctime
];
99
size_t bufsize = (buf ==
buf_asctime
100
? sizeof
buf_asctime
: STD_ASCTIME_BUF_SIZE);
159
return asctime_r(timeptr,
buf_asctime
);
asctime.c
62
static char
buf_asctime
[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1];
variable in typeref:typename:char[]
72
char stackbuf[sizeof
buf_asctime
];
99
size_t bufsize = (buf ==
buf_asctime
100
? sizeof
buf_asctime
: STD_ASCTIME_BUF_SIZE);
159
return asctime_r(timeptr,
buf_asctime
);
Completed in 122 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025