Home
last modified time | relevance | path

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

/external/libcups/cups/
Dstring-private.h208 extern char *_cupsStrDate(char *buf, size_t bufsize, time_t timeval) _CUPS_PRIVATE;
Dlibcups2.def60 _cupsStrDate
Dstring.c145 _cupsStrDate(char *buf, /* I - Buffer */ in _cupsStrDate() function
/external/libcups/scheduler/
Dtestsub.c428 printf(" (%s)", _cupsStrDate(vstring, sizeof(vstring), ippDateToTime(val->date))); in print_attributes()
/external/libcups/systemv/
Dlpstat.c803 _cupsStrDate(printer_state_time, sizeof(printer_state_time), ptime); in show_accepting()
1458 _cupsStrDate(date, sizeof(date), jobtime); in show_jobs()
1772 _cupsStrDate(printer_state_time, sizeof(printer_state_time), ptime); in show_printers()
/external/libcups/cgi-bin/
Dipp-var.c1166_cupsStrDate(valptr, sizeof(value) - (size_t)(valptr - value), (time_t)ippGetInteger(attr, i)); in cgiSetIPPObjectVars()