Searched refs:clock (Results 1 – 6 of 6) sorted by relevance
55 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument57 if (ctime_r(clock, buf) == buf) in php_ctime_r()85 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument87 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()131 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() argument137 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);
25 #include <mach/clock.h>
6990 lua_pushnumber(L,((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC);
26225 !:mime rinex/clock27212 # 1 space char after "clock" to get phrase like "clock character device driver CLOCK$"37923 # int32_t clock_tick; /* 40: 100 == clock ticks */
Completed in 235 milliseconds