HomeSort by: relevance | last modified time | path
    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