Searched defs:gmtsub (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | localtime.c | 146 static void gmtsub P((const time_t * timep, long offset, 1042 gmtsub(timep, offset, tmp); 1082 ** gmtsub is to gmtime as localsub is to localtime. 1086 gmtsub(timep, offset, tmp) function 1116 gmtsub(timep, 0L, &tm); 1125 gmtsub(timep, offset, &tm); 1411 return time1(tmp, gmtsub, 0L); 1420 return time1(tmp, gmtsub, offset);
|
Completed in 62 milliseconds