Searched refs:ctime_r (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | print.c | 52 # define ctime_r php_ctime_r macro 94 pp = ctime_r(&t, buf); in file_fmttime()
|
H A D | cdf_time.c | 172 char *ptr = ctime_r(sec, buf); in cdf_ctime()
|
H A D | cdf.h | 43 #define ctime_r php_ctime_r macro
|
H A D | file.h | 517 char *ctime_r(const time_t *, char *);
|
/PHP-7.1/main/ |
H A D | php_reentrancy.h | 76 #define php_ctime_r ctime_r 78 char *ctime_r(const time_t *clock, char *buf);
|
H A D | reentrancy.c | 63 if (ctime_r(clock, buf) == buf) in php_ctime_r() 93 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 1127 +#define ctime_r php_ctime_r 3051 +# define ctime_r php_ctime_r 3106 + pp = ctime_r(&t, buf);
|
/PHP-7.1/ |
H A D | acinclude.m4 | 1341 AC_TRY_COMPILE([#include <time.h>],[char *(*func)() = ctime_r],[ 1344 AC_DEFINE(MISSING_CTIME_R_DECL,1,[Whether ctime_r is declared])
|
H A D | configure.in | 622 ctime_r \
|
Completed in 36 milliseconds