Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_reentrancy.h85 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);
87 #define php_asctime_r asctime_r macro
H A Dreentrancy.c68 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
98 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
215 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
H A Dmain.c1459 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dprint.c51 # define asctime_r php_asctime_r
H A Dcdf.h42 #define asctime_r php_asctime_r
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c369 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1083 +#define asctime_r php_asctime_r
2760 +# define asctime_r php_asctime_r

Completed in 30 milliseconds