Searched refs:_toutc (Results 1 – 2 of 2) sorted by relevance
253 #define _toutc(secs) ((secs) == (time_t) -1 ? (time_t) -1 : \ macro365 if (!VMSISH_TIME) tp->tv_sec = _toutc(tp->tv_sec);
6038 #define _toutc(secs) ((secs) == (time_t) -1 ? (time_t) -1 : \ macro6279 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 …]