Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dprint.c51 # define asctime_r php_asctime_r macro
113 pp = asctime_r(tm, buf); in file_fmttime()
H A Dcdf.h42 #define asctime_r php_asctime_r macro
/PHP-5.5/main/
H A Dphp_reentrancy.h87 #define php_asctime_r asctime_r
89 char *asctime_r(const struct tm *tm, char *buf);
H A Dreentrancy.c70 if (asctime_r(tm, buf) == buf) in php_asctime_r()
100 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
/PHP-5.5/
H A Dacinclude.m41180 r = (int) asctime_r(&t, buf, 26);
1195 p = asctime_r(&t, buf, 26);
1335 AC_TRY_COMPILE([#include <time.h>],[char *(*func)() = asctime_r],[
1338 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
H A Dconfigure.in607 asctime_r \
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1083 +#define asctime_r php_asctime_r
1527 -char *asctime_r(const struct tm *, char *);
2760 +# define asctime_r php_asctime_r

Completed in 25 milliseconds