Home
last modified time | relevance | path

Searched refs:_toutc (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
DHiRes.xs253 #define _toutc(secs) ((secs) == (time_t) -1 ? (time_t) -1 : \ macro
365 if (!VMSISH_TIME) tp->tv_sec = _toutc(tp->tv_sec);
/mirbsd/src/gnu/usr.bin/perl/vms/
Dvms.c6038 #define _toutc(secs) ((secs) == (time_t) -1 ? (time_t) -1 : \ macro
6279 when = _toutc(when); /* convert to utc */
6290 when = _toutc(when); /* convert to utc */
6392 if (!VMSISH_TIME) when = _toutc(when);
6418 if (VMSISH_TIME) when = _toutc(when); /* Input was local time */
6450 if (VMSISH_TIME) when = _toutc(when);
6459 if (VMSISH_TIME) whenutc = _toutc(when); /* input was truelocal */
6935 statbufp->st_mtime = _toutc(statbufp->st_mtime);
6936 statbufp->st_atime = _toutc(statbufp->st_atime);
6937 statbufp->st_ctime = _toutc(statbufp->st_ctime);
[all …]