Searched refs:ctime_r (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/main/ |
H A D | php_reentrancy.h | 65 #define php_ctime_r ctime_r 67 char *ctime_r(const time_t *clock, char *buf);
|
H A D | reentrancy.c | 59 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 D | cdf.h | 41 #define ctime_r php_ctime_r macro
|
H A D | file.h | 560 char *ctime_r(const time_t *, char *);
|
/PHP-8.0/build/ |
H A D | php.m4 | 1275 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 D | configure.ac | 557 ctime_r \
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 1300 +#define ctime_r php_ctime_r 1328 - char *ptr = ctime_r(sec, buf);
|
Completed in 24 milliseconds