Searched refs:clock (Results 1 – 6 of 6) sorted by relevance
59 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument61 if (ctime_r(clock, buf) == buf) in php_ctime_r()89 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument91 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()135 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument141 tmp = ctime(clock); in php_ctime_r()
65 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);69 char *ctime_r(const time_t *clock, char *buf);
33 * server with its clock synced to the current system, which is consistent with
66 #include <mach/clock.h>
19951 !:mime rinex/clock27857 # int32_t clock_tick; /* 40: 100 == clock ticks */
Completed in 125 milliseconds