Home
last modified time | relevance | path

Searched refs:mytime (Results 1 – 5 of 5) sorted by relevance

/minix/lib/libc/resolv/
H A Dres_debug.c1182 struct tm *mytime; in p_secstodate() local
1186 mytime = gmtime_r(&myclock, &res); in p_secstodate()
1188 mytime = gmtime(&myclock); in p_secstodate()
1190 mytime->tm_year += 1900; in p_secstodate()
1191 mytime->tm_mon += 1; in p_secstodate()
1193 mytime->tm_year, mytime->tm_mon, mytime->tm_mday, in p_secstodate()
1194 mytime->tm_hour, mytime->tm_min, mytime->tm_sec); in p_secstodate()
/minix/external/public-domain/xz/bin/xz/
H A DMakefile9 tuklib_physmem.c tuklib_progname.c mytime.c
/minix/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-parse.c602 time_t mytime = 0; in limited_read_time() local
616 mytime = (mytime << 8) + c; in limited_read_time()
618 *dest = mytime; in limited_read_time()
/minix/usr.sbin/syslogd/
H A Dsyslogd.c4677 time_t mytime; in make_timestamp() local
4684 mytime = *in_now; in make_timestamp()
4687 mytime = now = tv.tv_sec; in make_timestamp()
4691 strlcpy(timestamp, ctime(&mytime) + 4, sizeof(timestamp)); in make_timestamp()
4694 localtime_r(&mytime, &ltime); in make_timestamp()
/minix/external/public-domain/xz/dist/
H A DChangeLog1832 xz: Move some of the timing code into mytime.[hc].
1842 src/xz/mytime.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1843 src/xz/mytime.h | 47 ++++++++++++++++++++++++++++