Searched refs:tm (Results 276 - 300 of 673) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmkconfig.sh22 # config.h, tconfig.h, bconfig.h, tm.h, and tm_p.h.
82 # If this is tm.h, now include insn-constants.h and insn-flags.h only
87 tm.h )
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmkconfig.sh23 # config.h, tconfig.h, bconfig.h, tm.h, and tm_p.h.
75 # If this is tm.h, now include insn-constants.h and insn-flags.h only
80 tm.h )
H A Dsys-types.h7 struct tm;
59 struct tm;
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dparms.c443 struct tm tm; local
456 memset(&tm, 0, sizeof(tm));
458 ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &tm);
465 &tm.tm_year, &tm.tm_mon, &tm.tm_mday,
466 &tm.tm_hour, &tm
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dprivate.h182 extern char * asctime_r(struct tm const *, char *);
284 char *asctime_r(struct tm const *, char *);
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dftp.c406 struct tm tm; local
458 &tm.tm_year, &tm.tm_mon, &tm.tm_mday,
459 &tm.tm_hour, &tm.tm_min, &tm.tm_sec) != 6) {
463 tm.tm_mon--;
464 tm
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dsvr4_machdep.c532 uint64_t tm; local
569 tm = ts.tv_nsec;
570 tm += ts.tv_sec * (uint64_t)1000000000u;
571 tf->tf_out[0] = (tm >> 32) & 0x00000000ffffffffUL;
572 tf->tf_out[1] = tm & 0x00000000ffffffffUL;
587 tm = (rtime.tv_sec + tv.tv_sec - stime.tv_sec) * 1000000ull;
588 tm += rtime.tv_usec + tv.tv_usec;
589 tm -= stime.tv_usec;
590 tm *= 1000u;
591 tf->tf_out[0] = (tm >> 3
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsvr4_32_machdep.c590 uint64_t tm; local
621 tm = ts.tv_nsec;
622 tm += ts.tv_sec * (uint64_t)1000000000u;
623 tf->tf_out[0] = (tm >> 32) & 0x00000000ffffffffffUL;
624 tf->tf_out[1] = tm & 0x00000000ffffffffffUL;
639 tm = (rtime.tv_sec + tv.tv_sec - stime.tv_sec) * 1000000ull;
640 tm += rtime.tv_usec + tv.tv_usec;
641 tm -= stime.tv_usec;
642 tm *= 1000u;
643 tf->tf_out[0] = (tm >> 3
[all...]
H A Dsvr4_machdep.c618 uint64_t tm; local
649 tm = ts.tv_nsec;
650 tm += ts.tv_sec * (uint64_t)1000000000u;
651 tf->tf_out[0] = (tm >> 32) & 0x00000000ffffffffUL;
652 tf->tf_out[1] = tm & 0x00000000ffffffffUL;
667 tm = (rtime.tv_sec + tv.tv_sec - stime.tv_sec) * 1000000ull;
668 tm += rtime.tv_usec + tv.tv_usec;
669 tm -= stime.tv_usec;
670 tm *= 1000u;
671 tf->tf_out[0] = (tm >> 3
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/cal/
H A Dcal.c219 struct tm *local_time;
491 struct tm *tm; local
494 tm = localtime(&t);
495 tm->tm_year += TM_YEAR_BASE;
496 tm->tm_mon++;
497 tm->tm_yday++; /* jan 1 is 1 for us, not 0 */
512 if (hilite && year == tm->tm_year &&
513 (julian ? (day == tm->tm_yday) :
514 (month == tm
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c290 tm_diff (const struct tm *a, const struct tm *b)
385 const struct tm *tp extra_args_spec LOCALE_PARAM_PROTO)
395 expressions might not be valid in every situation. The `struct tm'
440 struct tm copy = *tp;
1075 struct tm ltm;
1296 struct tm gtm;
1297 struct tm ltm;
1308 struct tm tm; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h39 #include <ctime> // For struct tm
215 const tm* __tm) const throw ();
329 __timepunct<char>::_M_put(char*, size_t, const char*, const tm*) const throw ();
339 const tm*) const throw ();
409 * results into a user-supplied struct tm. The result is returned by
412 * If there is a valid time string according to format @a x, @a tm will
422 * @param tm Pointer to struct tm to fill in.
427 ios_base::iostate& __err, tm* __tm) const
434 * results into a user-supplied struct tm
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Ddebugrm.c131 struct tm *tm; local
135 tm = localtime(&t);
136 len = strftime(buf, buflen, "%Y/%m/%d:%T ", tm);
H A Dlogger.c186 struct tm *tm; local
197 tm = localtime(&p->tbuf[j]);
198 strftime(ts, sizeof(ts), "%B %d %T", tm);
H A Dplog.c113 struct tm *tm; local
116 tm = localtime(&t);
117 len = strftime(p, reslen, "%Y-%m-%d %T: ", tm);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrptime.c191 set_week_number_sun (struct tm *timeptr, int wnum)
207 set_week_number_mon (struct tm *timeptr, int wnum)
223 set_week_number_mon4 (struct tm *timeptr, int wnum)
243 strptime (const char *buf, const char *format, struct tm *timeptr)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dexpspeed.c229 double tm; local
307 tm=Time_F(STOP);
328 sizes[i],sizes[i],sizes[i],tm*1000.0/num,tm*mul_c[i]/num, num);
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_move.c39 MARK fm1, fm2, m, tm; local
64 tm.lno = cmdp->lineno;
65 tm.cno = 0;
66 if (put(sp, &cb, NULL, &tm, &m, 1))
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dtime.c200 struct tm tm; local
208 ldap_pvt_gmtime( &currtime, &tm );
209 lutil_gentime( tmbuf, sizeof( tmbuf ), &tm );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dprintmsg.c55 struct tm *ltm;
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-ntp.c248 struct tm *tm; local
251 tm = localtime(&seconds);
252 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_graph.py169 tm = tick_mark.square
172 tm = tick_mark.dia
175 tm = tick_mark.tri
178 tm = tick_mark.dtri
181 tm = tick_mark.star
184 tm = tick_mark.plus5
195 tm = tick_mark.x5
197 tm = tick_mark.gray70dia
200 tm = tick_mark.dia
202 tm
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/char/
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);

Completed in 343 milliseconds

<<11121314151617181920>>