Home
last modified time | relevance | path

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

/php-src/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.c64 if (asctime_r(tm, buf) == buf) in php_asctime_r()
94 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
/php-src/ext/fileinfo/
H A Dphp_libmagic.h41 #define asctime_r php_asctime_r macro
H A Dlibmagic.patch1576 char *asctime_r(const struct tm *, char *);
2832 - pp = asctime_r(tm, buf);
/php-src/ext/fileinfo/libmagic/
H A Dfile.h636 char *asctime_r(const struct tm *, char *);
/php-src/build/
H A Dphp.m41076 r = (int) asctime_r(&t, buf, 26);
1091 p = asctime_r(&t, buf, 26);
1238 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)(void) = asctime_r]])],[
1241 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
/php-src/
H A Dconfigure.ac582 asctime_r \

Completed in 26 milliseconds