Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_reentrancy.h67 #define php_ctime_r ctime_r
69 char *ctime_r(const time_t *clock, char *buf);
H A Dreentrancy.c61 if (ctime_r(clock, buf) == buf) in php_ctime_r()
91 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.h41 #define ctime_r php_ctime_r macro
H A Dfile.h542 char *ctime_r(const time_t *, char *);
/PHP-7.4/build/
H A Dphp.m41295 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = ctime_r]])],[
1298 AC_DEFINE(MISSING_CTIME_R_DECL,1,[Whether ctime_r is declared])
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1355 +#define ctime_r php_ctime_r
1391 - char *ptr = ctime_r(sec, buf);
/PHP-7.4/
H A Dconfigure.ac590 ctime_r \

Completed in 42 milliseconds