Home
last modified time | relevance | path

Searched refs:php_ctime_r (Results 1 – 5 of 5) sorted by last modified time

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

Completed in 28 milliseconds