Searched refs:clock (Results 1 – 6 of 6) sorted by relevance
56 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument58 if (ctime_r(clock, buf) == buf) in php_ctime_r()86 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument88 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()132 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument138 tmp = ctime(clock); in php_ctime_r()
63 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);67 char *ctime_r(const time_t *clock, char *buf);
36 * server with its clock synced to the current system, which is consistent with
66 #include <mach/clock.h>
22576 !:mime rinex/clock23467 # 1 space char after "clock" to get phrase like "clock character device driver CLOCK$"32719 # int32_t clock_tick; /* 40: 100 == clock ticks */
Completed in 147 milliseconds