Home
last modified time | relevance | path

Searched refs:CTIME_BUF_LEN (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c90 #define CTIME_BUF_LEN 26 macro
379 char ctime_buf[CTIME_BUF_LEN]; in autofs_unmount_1_r()
380 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_unmount_1_r()
411 char ctime_buf[CTIME_BUF_LEN]; in autofs_lookup_1_r()
412 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_lookup_1_r()
453 char ctime_buf[CTIME_BUF_LEN]; in autofs_mntinfo_1_r()
454 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_mntinfo_1_r()