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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c431 static struct tm *offtime_u(time_t, long, struct tm *);
484 return (offtime_u((time_t)*timep, 0L, p_tm));
614 * offtime_u() is the function that detects overflow, and sets
615 * errno appropriately. We unlock before the call to offtime_u(),
617 * offtime_u() is MT-safe and does not have to be locked. Use
636 return (offtime_u(*timep, 0L, p_tm));
643 rt = offtime_u(*timep, offset, p_tm);
660 * offtime_u() is the function that detects overflow, and sets
756 (void) offtime_u((time_t)t,
760 (void) offtime_u((time_
1188 offtime_u(time_t t, long offset, struct tm *tmptr) function
[all...]

Completed in 69 milliseconds