Searched refs:php_asctime_r (Results 1 – 7 of 7) sorted by relevance
85 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);87 #define php_asctime_r asctime_r macro
68 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function98 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function215 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
1557 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
51 # define asctime_r php_asctime_r
42 #define asctime_r php_asctime_r
263 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()
1126 +#define asctime_r php_asctime_r3050 +# define asctime_r php_asctime_r
Completed in 133 milliseconds