Searched refs:localtime (Results 26 - 29 of 29) sorted by last modified time

12

/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp538 tm* testTime = localtime(&testTimeInSecs);
1769 printf("localtime for '%s'\n", tz);
1775 printf("\tPROBLEM: localtime(\"%ld\") = NULL\n", nowSecs);
1779 printf("\tPROBLEM: localtime().tm_year = %d (expected %d)\n",
1784 printf("\tPROBLEM: localtime().tm_mon = %d (expected %d)\n",
1789 printf("\tPROBLEM: localtime().tm_mday = %d (expected %d)\n",
1794 printf("\tPROBLEM: localtime().tm_hour = %d (expected %d)\n",
1799 printf("\tPROBLEM: localtime().tm_min = %d (expected %d)\n",
1804 printf("\tPROBLEM: localtime().tm_sec = %d (expected %d)\n",
1809 printf("\tPROBLEM: localtime()
[all...]
/haiku/src/bin/unzip/
H A Dlist.c272 t = localtime(&(z_utime.mtime));
H A Dtimezone.c16 * localtime()
23 * 17 Jun 00, Paul Kienitz, added the PD-based tzset(), localtime(), and so on
556 struct tm *localtime(when) function
659 ltm = localtime(&then);
690 if (tm != ltm) /* `tm' may already point to localtime's internal storage */
H A Dzipinfo.c2142 t = (d_t_str[0] == (char)1)? gmtime(modtimez) : localtime(modtimez);
2144 t = localtime(modtimez);

Completed in 174 milliseconds

12