Searched refs:offtime_u (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c371 static struct tm *offtime_u(int64_t, long, struct tm *);
435 return (offtime_u(*timep, 0L, p_tm));
468 return (offtime_u(*timep, 0L, p_tm));
606 * offtime_u() is the function that detects overflow, and sets
607 * errno appropriately. We unlock before the call to offtime_u(),
609 * offtime_u() is MT-safe and does not have to be locked. Use
628 return (offtime_u(t, 0L, p_tm));
635 rt = offtime_u(t, offset, p_tm);
658 * offtime_u() is the function that detects overflow, and sets
762 (void) offtime_u(
1276 offtime_u(int64_t t, long offset, struct tm *tmptr) function
[all...]

Completed in 17 milliseconds