Searched refs:tm_hour (Results 1 - 25 of 166) sorted by relevance

1234567

/external/tcpdump/
H A Dgmt2local.c52 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D2-1-buildonly.c20 t.tm_hour = 17;
/external/syslinux/gpxe/src/include/
H A Dtime.h9 int tm_hour; /* hours */ member in struct:tm
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
H A D1-1.c45 time_ptr.tm_hour = HOUR;
55 time_ptr.tm_mday, time_ptr.tm_hour,
/external/compiler-rt/test/msan/
H A Dmktime.cc15 tm.tm_hour = 13;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
H A D1-1.c27 tm_ptr.tm_hour = 0;
/external/linux-kselftest/tools/testing/selftests/timers/
H A Drtctest_setdate.c59 sscanf(time, "%d:%d:%d", &new.tm_hour, &new.tm_min, &new.tm_sec);
63 new.tm_hour, new.tm_min, new.tm_sec);
82 current.tm_hour, current.tm_min, current.tm_sec);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
H A D1-1.c45 if ((tm_ptr->tm_hour >= 0) && (tm_ptr->tm_hour <= 23)) {
46 printf("hour %02d\n", tm_ptr->tm_hour);
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
H A Dget_time.pass.cpp53 assert(t.tm_hour == 13);
65 assert(t.tm_hour == 13);
77 assert(t.tm_hour == 13);
89 assert(t.tm_hour == 13);
H A Dget_time_wide.pass.cpp53 assert(t.tm_hour == 13);
65 assert(t.tm_hour == 13);
77 assert(t.tm_hour == 13);
89 assert(t.tm_hour == 13);
H A Dget_one.pass.cpp57 assert(t.tm_hour == 23);
73 assert(t.tm_hour == 23);
85 assert(t.tm_hour == 23);
101 assert(t.tm_hour == 23);
120 assert(t.tm_hour == 23);
136 assert(t.tm_hour == 23);
149 assert(t.tm_hour == 23);
165 assert(t.tm_hour == 23);
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Dtestfrmw.c59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Dget_many.pass.cpp50 assert(t.tm_hour == 22);
64 assert(t.tm_hour == 22);

Completed in 344 milliseconds

1234567