Searched defs:days (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/generators/ | ||
H A D | mod_status.c | 131 int days, hrs, mins, secs; local 138 days = (int)(tsecs / 24); 140 if (days) 141 ap_rprintf(r, " %d day%s", days, days == 1 ? "" : "s"); |
Completed in 12 milliseconds