Searched refs:php_ctime_r (Results 1 – 5 of 5) sorted by relevance
65 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);67 #define php_ctime_r ctime_r macro
59 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() function89 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() function135 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() function
172 char *ptr = php_ctime_r(sec, buf); in cdf_ctime()
41 #define ctime_r php_ctime_r
1355 +#define ctime_r php_ctime_r1392 + char *ptr = php_ctime_r(sec, buf);
Completed in 16 milliseconds