Searched refs:tm (Results 351 - 375 of 673) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D4.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/
H A Dbig_tuples.cc63 tuple<int,const int&> tm(pair1);
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/xkeyboard-config/symbols/
H A DMakefile25 terminate th tj tm tr tw typo tz \
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.unix.c98 static struct tm *getlt(void);
108 static struct tm *
127 struct tm *lt = getlt();
139 struct tm *lt = getlt();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D1.cc35 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0);
48 // put(iter_type s, ios_base& str, char_type fill, const tm* t,
H A D2.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0);
H A D3.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0);
H A D4.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/
H A Dbig_tuples.cc61 tuple<int,const int&> tm(pair1);
/netbsd-6-1-5-RELEASE/usr.bin/skeyinit/
H A Dskeyinit.c59 struct tm *tm; local
336 tm = localtime(&now);
337 (void)strftime(tbuf, sizeof(tbuf), " %b %d,%Y %T", tm);
/netbsd-6-1-5-RELEASE/usr.sbin/tpctl/
H A Dmain.c386 struct termios tm, raw; local
388 if (tcgetattr(fd, &tm) < 0)
390 raw = tm;
401 tcsetattr(fd, TCSANOW, &tm);
/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dftp.c476 struct tm tm; local
527 &tm.tm_year, &tm.tm_mon, &tm.tm_mday,
528 &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6) {
532 tm.tm_mon--;
533 tm
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dlutil.h201 struct tm;
207 lutil_localtime LDAP_P(( char *s, size_t smax, const struct tm *tm,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Dmeter.c90 time_t tm;
93 time( &tm );
94 now = (double) tm;
/netbsd-6-1-5-RELEASE/sbin/newfs_msdos/
H A Dnewfs_msdos.c260 struct tm *tm; local
635 tm = localtime(&now);
694 x = (((u_int)(1 + tm->tm_mon) << 8 |
695 (u_int)tm->tm_mday) +
696 ((u_int)tm->tm_sec << 8 |
698 ((u_int)(1900 + tm->tm_year) +
699 ((u_int)tm->tm_hour << 8 |
700 (u_int)tm->tm_min));
735 x = (u_int)tm
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_iso9660.c370 static time_t time_from_tm(struct tm *);
2731 struct tm tm; local
2733 memset(&tm, 0, sizeof(tm));
2734 tm.tm_year = v[0];
2735 tm.tm_mon = v[1] - 1;
2736 tm.tm_mday = v[2];
2737 tm.tm_hour = v[3];
2738 tm
2752 struct tm tm; local
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_smb.c441 int64_t tm; local
471 smb_time_local2NT(atime, tzoff, &tm);
473 tm = 0;
474 mb_put_int64le(mbp, tm);
476 smb_time_local2NT(mtime, tzoff, &tm);
478 tm = 0;
479 mb_put_int64le(mbp, tm);
480 mb_put_int64le(mbp, tm); /* change time */
544 int64_t tm; local
561 smb_time_local2NT(atime, svtz, &tm);
672 u_long tm; local
[all...]
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dhttp.c482 struct tm tm; local
486 r = strptime(p, "%a, %d %b %Y %H:%M:%S GMT", &tm);
493 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
494 tm.tm_hour, tm.tm_min, tm.tm_sec));
495 *mtime = timegm(&tm);
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/cdplay/
H A Dcdplay.c643 u_int n, tr1, tr2, m1, m2, s1, s2, f1, f2, tm, ts, tf; local
769 toc2msf(tr1-1, &tm, &ts, &tf);
770 addmsf(&m1, &s1, &f1, tm, ts, tf);
772 toc2msf(tr1, &tm, &ts, &tf);
774 if ((m1 > tm) || ((m1 == tm) && ((s1 > ts) || ((s1 == ts) &&
800 toc2msf(tr2, &tm, &ts, &tf);
801 addmsf(&m2, &s2, &f2, tm, ts, tf);
805 toc2msf(n, &tm, &ts, &tf);
807 if ((tr2 < n) && ((m2 > tm) || ((m
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppdump/
H A Dpppdump.c519 struct tm *tm; local
540 tm = localtime(&start_time);
541 printf("time %.2d:%.2d:%.2d.%d", tm->tm_hour, tm->tm_min,
542 tm->tm_sec, start_time_tenths);
/netbsd-6-1-5-RELEASE/etc/etc.vax/
H A DMAKEDEV.conf34 ht[0-9]*|tm[0-9]*|mt[0-9]*|ts[0-9]*|ut[0-9]*)
38 tm*) name=tm; unit=${i#tm}; blk=5; chr=14;;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dconn.c271 struct tm tm; local
284 ldap_pvt_gmtime( &c->c_starttime, &tm );
286 ctmbv.bv_len = lutil_gentime( buf2, sizeof( buf2 ), &tm );
289 ldap_pvt_gmtime( &c->c_activitytime, &tm );
290 mtmbv.bv_len = lutil_gentime( buf3, sizeof( buf3 ), &tm );
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dmain.c1289 struct tm *ftm;
1344 struct tm date;
1353 date_to_tm (struct tm *dest, const char *source)
1377 The SOURCE date is a pointer to a struct tm. DEST should point to
1380 tm_to_internet (char *dest, const struct tm *source)
1417 struct tm ltm = *(localtime (&unixtime));
1434 struct tm ltm = *(gmtime (&unixtime));
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntrace/
H A Dtrace.c136 time_t tm; local
369 time(&tm);
375 Rx, Tx, ctime(&tm));
381 unit, ctime(&tm));
499 struct tm *s;
838 struct tm *tmp;
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_subs.c199 struct tm tm_store;
200 struct tm *tm; local
202 tm = gmtime_r(&tv->tv_sec, &tm_store);
203 if (tm == NULL) {
207 strftime(buf1, sizeof(buf1), "%Y%m%dT%H%M%S", tm);

Completed in 535 milliseconds

<<11121314151617181920>>