Home
last modified time | relevance | path

Searched refs:php_ctime_r (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/main/
H A Dphp_reentrancy.h72 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);
74 #define php_ctime_r ctime_r macro
H A Dreentrancy.c59 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() function
89 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() function
183 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() function
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf_time.c172 char *ptr = php_ctime_r(sec, buf); in cdf_ctime()
H A Dcdf.h41 #define ctime_r php_ctime_r
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1655 +#define ctime_r php_ctime_r
1719 + char *ptr = php_ctime_r(sec, buf);

Completed in 13 milliseconds