Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_reentrancy.h76 #define php_asctime_r asctime_r
78 char *asctime_r(const struct tm *tm, char *buf);
H A Dreentrancy.c66 if (asctime_r(tm, buf) == buf) in php_asctime_r()
96 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.h40 #define asctime_r php_asctime_r macro
H A Dfile.h563 char *asctime_r(const struct tm *, char *);
/PHP-8.0/build/
H A Dphp.m41108 r = (int) asctime_r(&t, buf, 26);
1123 p = asctime_r(&t, buf, 26);
1270 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = asctime_r]])],[
1273 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1299 +#define asctime_r php_asctime_r
1943 char *asctime_r(const struct tm *, char *);
3213 - pp = asctime_r(tm, buf);
/PHP-8.0/
H A Dconfigure.ac555 asctime_r \

Completed in 65 milliseconds