Searched refs:php_ctime_r (Results 1 – 5 of 5) sorted by relevance
72 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);74 #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() function183 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
1655 +#define ctime_r php_ctime_r1719 + char *ptr = php_ctime_r(sec, buf);
Completed in 13 milliseconds