Searched refs:timespec_fmt (Results 1 – 2 of 2) sorted by relevance
46 static const char timespec_fmt[] = "{tv_sec=%lld, tv_nsec=%llu}"; variable51 tprintf(timespec_fmt, (long long) t->tv_sec, in print_timespec_t()129 static char buf[sizeof(timespec_fmt) + 3 * sizeof(t)]; in MPERS_PRINTER_DECL()137 xsprintf(buf, timespec_fmt, in MPERS_PRINTER_DECL()
16528 * print_timespec.c (timespec_fmt): Change tv_sec format to %lld and23173 * print_time.c (timespec_fmt): New constant.