OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sys_time
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
private.h
706
static time_t
sys_time
(time_t *x) { return time(x); }
function
localtime.c
3286
to
sys_time
invokes the underlying system's 'time' function. */
3291
__time_t r =
sys_time
(0);
Completed in 29 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026