Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_reentrancy.h78 #define php_asctime_r asctime_r
80 char *asctime_r(const struct tm *tm, char *buf);
H A Dreentrancy.c68 if (asctime_r(tm, buf) == buf) in php_asctime_r()
98 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.h40 #define asctime_r php_asctime_r macro
H A Dfile.h545 char *asctime_r(const struct tm *, char *);
/PHP-7.4/build/
H A Dphp.m41130 r = (int) asctime_r(&t, buf, 26);
1145 p = asctime_r(&t, buf, 26);
1290 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = asctime_r]])],[
1293 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1354 +#define asctime_r php_asctime_r
1883 char *asctime_r(const struct tm *, char *);
3134 - pp = asctime_r(tm, buf);
/PHP-7.4/
H A Dconfigure.ac588 asctime_r \

Completed in 44 milliseconds