Home
last modified time | relevance | path

Searched refs:php_asctime_r (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/main/
H A Dphp_reentrancy.h76 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);
78 #define php_asctime_r asctime_r macro
H A Dreentrancy.c66 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
96 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
156 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
H A Dmain.c1765 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c259 pp = php_asctime_r(tm, buf); in file_fmttime()
H A Dcdf.h40 #define asctime_r php_asctime_r
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1354 +#define asctime_r php_asctime_r
3135 + pp = php_asctime_r(tm, buf);
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c268 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()

Completed in 32 milliseconds