Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_reentrancy.h65 PHPAPI char *php_ctime_r(const time_t *clock, char *buf);
67 #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
135 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r() function
/PHP-7.4/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.4/ext/fileinfo/
H A Dlibmagic.patch1355 +#define ctime_r php_ctime_r
1392 + char *ptr = php_ctime_r(sec, buf);

Completed in 15 milliseconds