Searched refs:tm (Results 76 - 100 of 492) sorted by relevance

1234567891011>>

/freebsd-9.3-release/gnu/usr.bin/gdb/arch/powerpc64/
H A DMakefile13 tm.h:
14 echo '#include "powerpc/tm-ppc-eabi.h"' > ${.TARGET}
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dder_get.c319 struct tm tm; local
321 memset(&tm, 0, sizeof(tm));
323 &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour,
324 &tm.tm_min, &tm
[all...]
H A Dder_locl.h56 time_t _der_timegm (struct tm *);
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dtime.c107 struct tm stm;
108 time_t tm; local
118 tm = mktime(&stm);
125 od->optArg.argInt = tm;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetdate.y76 extern struct tm *gmtime();
77 extern struct tm *localtime();
693 struct tm *tm;
697 tm = localtime(&now);
698 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
709 struct tm *tm;
715 tm = localtime(&Start);
716 Month = 12 * (tm
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dnexus.c499 struct efi_tm tm; local
501 efi_get_time(&tm);
508 if (tm.tm_year < 2005)
511 ct.nsec = tm.tm_nsec;
512 ct.sec = tm.tm_sec;
513 ct.min = tm.tm_min;
514 ct.hour = tm.tm_hour;
515 ct.day = tm.tm_mday;
516 ct.mon = tm.tm_mon;
517 ct.year = tm
526 struct efi_tm tm; local
[all...]
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.c78 struct tm tp1, tp2;
150 struct tm tm; local
155 localtime_r(&t, &tm);
156 utcoffset = tm.tm_gmtoff;
H A Dcalendar.h156 extern const struct tm tm0;
158 void settimes(time_t,int before, int after, int friday, struct tm *tp1, struct tm *tp2);
179 void generatedates(struct tm *tp1, struct tm *tp2);
H A Dio.c95 struct tm tm; local
104 tm.tm_sec = 0;
105 tm.tm_min = 0;
106 tm.tm_hour = 0;
107 tm.tm_wday = 0;
193 tm.tm_mon = month[i] - 1;
194 tm.tm_mday = day[i];
195 tm.tm_year = year[i] - 1900;
197 d_first ? "%e %b" : "%b %e", &tm);
[all...]
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas.c125 static int mprsas_send_abort(struct mpr_softc *sc, struct mpr_command *tm,
127 static int mprsas_send_reset(struct mpr_softc *sc, struct mpr_command *tm,
240 struct mpr_command *tm; local
243 tm = mpr_alloc_high_priority_command(sc);
244 if (tm != NULL) {
253 return tm;
257 mprsas_free_tm(struct mpr_softc *sc, struct mpr_command *tm) argument
260 if (tm == NULL)
274 mpr_free_high_priority_command(sc, tm);
363 mprsas_remove_volume(struct mpr_softc *sc, struct mpr_command *tm) argument
539 mprsas_remove_device(struct mpr_softc *sc, struct mpr_command *tm) argument
617 mprsas_remove_complete(struct mpr_softc *sc, struct mpr_command *tm) argument
1203 struct mpr_command *tm = data; local
1214 mprsas_logical_unit_reset_complete(struct mpr_softc *sc, struct mpr_command *tm) argument
1306 mprsas_target_reset_complete(struct mpr_softc *sc, struct mpr_command *tm) argument
1381 mprsas_send_reset(struct mpr_softc *sc, struct mpr_command *tm, uint8_t type) argument
1451 mprsas_abort_complete(struct mpr_softc *sc, struct mpr_command *tm) argument
1535 mprsas_send_abort(struct mpr_softc *sc, struct mpr_command *tm, struct mpr_command *cm) argument
2902 struct mpr_command *tm; local
2940 mprsas_resetdev_complete(struct mpr_softc *sc, struct mpr_command *tm) argument
[all...]
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas.c137 static int mpssas_send_abort(struct mps_softc *sc, struct mps_command *tm, struct mps_command *cm);
138 static int mpssas_send_reset(struct mps_softc *sc, struct mps_command *tm, uint8_t type);
227 struct mps_command *tm; local
230 tm = mps_alloc_high_priority_command(sc);
231 if (tm != NULL) {
240 return tm;
244 mpssas_free_tm(struct mps_softc *sc, struct mps_command *tm) argument
247 if (tm == NULL)
261 mps_free_high_priority_command(sc, tm);
352 mpssas_remove_volume(struct mps_softc *sc, struct mps_command *tm) argument
533 mpssas_remove_device(struct mps_softc *sc, struct mps_command *tm) argument
608 mpssas_remove_complete(struct mps_softc *sc, struct mps_command *tm) argument
1175 struct mps_command *tm = data; local
1186 mpssas_logical_unit_reset_complete(struct mps_softc *sc, struct mps_command *tm) argument
1278 mpssas_target_reset_complete(struct mps_softc *sc, struct mps_command *tm) argument
1353 mpssas_send_reset(struct mps_softc *sc, struct mps_command *tm, uint8_t type) argument
1411 mpssas_abort_complete(struct mps_softc *sc, struct mps_command *tm) argument
1495 mpssas_send_abort(struct mps_softc *sc, struct mps_command *tm, struct mps_command *cm) argument
3065 struct mps_command *tm; local
3099 mpssas_resetdev_complete(struct mps_softc *sc, struct mps_command *tm) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos_internal.c53 struct tm tm; local
60 os_memset(&tm, 0, sizeof(tm));
61 tm.tm_year = year - 1900;
62 tm.tm_mon = month - 1;
63 tm.tm_mday = day;
64 tm.tm_hour = hour;
65 tm.tm_min = min;
66 tm
[all...]
/freebsd-9.3-release/usr.bin/find/
H A Dgetdate.y639 struct tm *tm;
643 tm = localtime(&now);
644 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
653 struct tm *tm;
659 tm = localtime(&Start);
660 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
664 Convert(Month, (time_t)tm
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dtmdiff.c169 void ms_time_get(MS_TM * tm) argument
176 times(&tm->ms_tms);
179 GetThreadTimes(tm->thread_id, &tmpa, &tmpb, &tmpc, &(tm->ms_win32));
181 tm->ms_clock = clock();
184 tm->ticks = tickGet();
186 ftime(&tm->ms_timeb);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbnspeed.c185 double tm; local
198 tm = Time_F(STOP);
200 tm * 1000.0 / num);
212 tm = Time_F(STOP);
214 tm * 1000.0 / num);
227 tm = Time_F(STOP);
229 tm * 1000.0 / num);
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dgetdate.y571 struct tm *ltm;
628 struct tm *tm;
632 tm = localtime(&now);
633 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
642 struct tm *tm;
648 tm = localtime(&Start);
649 Month = 12 * (tm->tm_year + 1900) + tm
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dcut.c67 cut(sp, namep, fm, tm, flags)
70 MARK *fm, *tm;
104 (LF_ISSET(CUT_LINEMODE) || fm->lno != tm->lno)) {
115 (LF_ISSET(CUT_LINEMODE) || fm->lno != tm->lno)) {
143 for (lno = fm->lno; lno <= tm->lno; ++lno)
151 if (cut_line(sp, fm->lno, fm->cno, fm->lno != tm->lno ?
152 ENTIRE_LINE : (tm->cno - fm->cno) + 1, cbp))
156 for (lno = fm->lno; ++lno < tm->lno;)
161 if (tm->lno != fm->lno &&
162 cut_line(sp, lno, 0, tm
[all...]
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dmisc.c398 register struct tm *t = localtime(&now);
571 struct tm *tm = localtime(&t); local
574 if (tm->tm_year >= 100)
575 tm->tm_year += 1900;
578 DowNames[tm->tm_wday],
579 tm->tm_mday,
580 MonthNames[tm->tm_mon],
581 tm->tm_year,
582 tm
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_filter.c42 ex_filter(sp, cmdp, fm, tm, rp, cmd, ftype)
45 MARK *fm, *tm, *rp;
236 _exit(ex_writefp(sp, "filter", ifp, fm, tm, NULL, NULL, 1));
254 if (ex_readfp(sp, "filter", ofp, tm, &nread, 1))
266 (cut(sp, NULL, fm, tm, CUT_LINEMODE) ||
267 del(sp, fm, tm, 1))) {
/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrind.sh41 tm="/usr/share/tmac"
107 fi | cat $tm/tmac.vgrind -
123 fi | cat $tm/tmac.vgrind -
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_bbu.c72 struct tm tm; local
75 memset(&tm, 0, sizeof(tm));
76 tm.tm_year = 100;
77 basetime = timegm(&tm);
/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c375 struct tm *tm; local
378 tm = localtime(&t);
379 y = tm->tm_year + 1900;
380 m = tm->tm_mon + 1;
479 struct tm *tm1;
541 struct tm tm; local
559 memset(&tm, 0, sizeof(tm));
764 struct tm tm; /* for strftime printing local names of local
855 struct tm tm; /* for strftime printing local names of local
952 struct tm tm; local
1076 struct tm tm; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600RegisterInfo.cpp23 R600RegisterInfo::R600RegisterInfo(AMDGPUTargetMachine &tm) argument
24 : AMDGPURegisterInfo(tm),
25 TM(tm)
/freebsd-9.3-release/contrib/ofed/management/libibcommon/src/
H A Dstack.c144 time_t tm; local
154 tm = time(0);
156 ctime(&tm), x, getpid());
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_ctime.h68 using ::tm;

Completed in 245 milliseconds

1234567891011>>