Searched defs:ctime_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c378 char ctime_buf[CTIME_BUF_LEN]; local
379 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL)
380 ctime_buf[0] = '\0';
382 trace_prt(1, "UNMOUNT REQUEST: %s", ctime_buf);
410 char ctime_buf[CTIME_BUF_LEN]; local
411 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL)
412 ctime_buf[0] = '\0';
414 trace_prt(1, "LOOKUP REQUEST: %s", ctime_buf);
452 char ctime_buf[CTIME_BUF_LEN]; local
453 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LE
[all...]

Completed in 58 milliseconds