Searched refs:cupsdGetDateTime (Results 1 – 3 of 3) sorted by relevance
/external/libcups/scheduler/ |
D | log.c | 300 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()
|
D | conf.h | 278 extern char *cupsdGetDateTime(struct timeval *t, cupsd_time_t format);
|
D | ipp.c | 4278 cupsFilePuts(out, cupsdGetDateTime(&tv, CUPSD_TIME_STANDARD)); in copy_banner()
|