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