Home
last modified time | relevance | path

Searched refs:asctime_r (Results 1 – 7 of 7) sorted by last modified time

/PHP-8.1/
H A Dconfigure.ac563 asctime_r \
/PHP-8.1/build/
H A Dphp.m41112 r = (int) asctime_r(&t, buf, 26);
1127 p = asctime_r(&t, buf, 26);
1274 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = asctime_r]])],[
1277 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1262 +#define asctime_r php_asctime_r
1723 char *asctime_r(const struct tm *, char *);
2941 - pp = asctime_r(tm, buf);
/PHP-8.1/main/
H A Dreentrancy.c65 if (asctime_r(tm, buf) == buf) in php_asctime_r()
95 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
H A Dphp_reentrancy.h76 #define php_asctime_r asctime_r
78 char *asctime_r(const struct tm *tm, char *buf);
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.h40 #define asctime_r php_asctime_r macro
H A Dfile.h583 char *asctime_r(const struct tm *, char *);

Completed in 42 milliseconds