Searched refs:seconds (Results 1 – 4 of 4) sorted by relevance
50 double seconds; in main() local63 seconds = ((double) (end - begin)) / (double) ticks_per_second; in main()64 printf("delta %ld seconds %.17g\n", (long) end - (long) begin, seconds); in main()
12 unsigned sleep(unsigned seconds) in sleep() argument16 ts.tv_sec = seconds; in sleep()
28 and quantities of type @code{time_t} resolve to seconds.) @code{size_t}37 Seconds, between 0 and 60 inclusive (60 allows for leap seconds).
446 * libc/time/strftime.c (__strftime): add support for %s (seconds from