Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_reentrancy.h74 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);
76 #define php_asctime_r asctime_r macro
H A Dreentrancy.c63 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
93 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
153 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
H A Dmain.c1665 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dprint.c267 pp = php_asctime_r(tm, buf); in file_fmttime()
H A Dcdf.h40 #define asctime_r php_asctime_r
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1262 +#define asctime_r php_asctime_r
2942 + pp = php_asctime_r(tm, buf);
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c268 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()

Completed in 34 milliseconds