Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_reentrancy.h65 #define php_ctime_r ctime_r
67 char *ctime_r(const time_t *clock, char *buf);
H A Dreentrancy.c59 if (ctime_r(clock, buf) == buf) in php_ctime_r()
89 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.h41 #define ctime_r php_ctime_r macro
H A Dfile.h560 char *ctime_r(const time_t *, char *);
/PHP-8.0/build/
H A Dphp.m41275 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = ctime_r]])],[
1278 AC_DEFINE(MISSING_CTIME_R_DECL,1,[Whether ctime_r is declared])
/PHP-8.0/
H A Dconfigure.ac557 ctime_r \
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1300 +#define ctime_r php_ctime_r
1328 - char *ptr = ctime_r(sec, buf);

Completed in 37 milliseconds