Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dlog.c300 cupsdGetDateTime(struct timeval *t, /* I - Time value or NULL for current */ in cupsdGetDateTime() function
824 …strlcpy(bufptr, cupsdGetDateTime(NULL, LogTimeFormat), sizeof(buffer) - (size_t)(bufptr - buffer)); in cupsdLogPage()
1195 cupsdGetDateTime(&(con->start), LogTimeFormat), in cupsdLogRequest()
1272 cupsdGetDateTime(NULL, LogTimeFormat), message); in cupsdWriteErrorLog()
Dconf.h278 extern char *cupsdGetDateTime(struct timeval *t, cupsd_time_t format);
Dipp.c4278 cupsFilePuts(out, cupsdGetDateTime(&tv, CUPSD_TIME_STANDARD)); in copy_banner()