Searched refs:tm_hour (Results 126 - 150 of 256) sorted by relevance

1234567891011

/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_core.c759 t.tm_hour = asl_core_str_to_uint32(p, len);
760 if (t.tm_hour > 23) return false;
857 t.tm_hour = asl_core_str_to_uint32(p, len);
858 if (t.tm_hour > 23) return false;
964 t.tm_hour = asl_core_str_to_uint32(p, len);
965 if (t.tm_hour > 23) return false;
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzdump.c210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
734 result += newp->tm_hour - oldp->tm_hour;
850 timeptr->tm_mday, timeptr->tm_hour,
951 fprintf(fp, "%02d:%02d:%02d", loc.tm_hour, loc.tm_min, loc.tm_sec);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y729 StartDay = (TclpGetDate((TclpTime_t)&Start, 0)->tm_hour + 1) % 24;
730 FutureDay = (TclpGetDate((TclpTime_t)&Future, 0)->tm_hour + 1) % 24;
802 (time_t) tm->tm_hour, (time_t) tm->tm_min, (time_t) tm->tm_sec,
832 (time_t) tm->tm_hour, (time_t) tm->tm_min, (time_t) tm->tm_sec,
1131 Start -= ((tm->tm_hour * 60L * 60L) +
H A DtclDate.c510 StartDay = (TclpGetDate((TclpTime_t)&Start, 0)->tm_hour + 1) % 24;
511 FutureDay = (TclpGetDate((TclpTime_t)&Future, 0)->tm_hour + 1) % 24;
583 (time_t) tm->tm_hour, (time_t) tm->tm_min, (time_t) tm->tm_sec,
613 (time_t) tm->tm_hour, (time_t) tm->tm_min, (time_t) tm->tm_sec,
912 Start -= ((tm->tm_hour * 60L * 60L) +
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c604 lt->tm_hour = ATOI2(timearg);
605 if (lt->tm_hour < 0 || lt->tm_hour > 23)
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dder_put.c446 tm.tm_hour, tm.tm_min, tm.tm_sec);
450 tm.tm_hour, tm.tm_min, tm.tm_sec);
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-der_put.c463 tm.tm_hour, tm.tm_min, tm.tm_sec);
467 tm.tm_hour, tm.tm_min, tm.tm_sec);
/macosx-10.10/WebCore-7600.1.25/html/
H A DFTPDirectoryDocument.cpp199 if (!(fileTime.tm_hour == 0 && fileTime.tm_min == 0 && fileTime.tm_sec == 0)) {
200 int hour = fileTime.tm_hour;
/macosx-10.10/cron-39/cron/
H A Dcron.c215 hour = tm->tm_hour -FIRST_HOUR;
275 otzhour = otztm.tm_hour -FIRST_HOUR;
/macosx-10.10/system_cmds-643.1.1/ac.tproj/
H A Dac.c478 secs -= 3600 * ltm->tm_hour;
529 secs -= 3600 * ltm->tm_hour;
/macosx-10.10/zlib-55/zlib/contrib/untgz/
H A Duntgz.c199 local->tm_hour, local->tm_min, local->tm_sec);
224 st.wHour = (WORD)loctm->tm_hour;
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_recover/
H A Ddb_recover.c286 t->tm_hour = ATOI2(arg);
/macosx-10.10/BerkeleyDB-21/db/db_recover/
H A Ddb_recover.c271 t->tm_hour = ATOI2(arg);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil.h163 int tm_hour; /* hours 0-23 */ member in struct:lutil_tm
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_cb_dbg.c69 now->tm_hour, now->tm_min, now->tm_sec, (long)tv.tv_usec);
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dutil.c116 (int)now->tm_hour, (int)now->tm_min, (int)now->tm_sec, (long)tv.tv_usec);
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dextra.c220 gmt_tm.tm_hour = field;
/macosx-10.10/ncurses-44/ncurses/test/
H A Dtclock.c190 hours = (t->tm_hour + (t->tm_min / 60.0));
/macosx-10.10/remote_cmds-47/wall.tproj/
H A Dwall.c280 lt->tm_hour, lt->tm_min, lt->tm_zone);
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dutil.c165 lt->tm_hour = 0;
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixTime.c326 timeZone = (12 - stm->tm_hour)*60 + (0 - stm->tm_min);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dras2tif.c110 ct->tm_hour, ct->tm_min, ct->tm_sec);
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.sched.c161 if ((dif_hour = hours - ltp->tm_hour) < 0)
/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dunzip.h88 uInt tm_hour; /* hours since midnight - [0,23] */ member in struct:tm_unz_s
/macosx-10.10/zsh-61/zsh/Src/Builtins/
H A Dsched.c286 t -= tm->tm_sec + tm->tm_min * 60 + tm->tm_hour * 3600;

Completed in 822 milliseconds

1234567891011