Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dprint.c50 # define ctime_r php_ctime_r macro
94 pp = ctime_r(&t, buf); in file_fmttime()
H A Dcdf_time.c172 char *ptr = ctime_r(sec, buf); in cdf_ctime()
H A Dcdf.h43 #define ctime_r php_ctime_r macro
H A Dfile.h530 char *ctime_r(const time_t *, char *);
/PHP-7.2/main/
H A Dphp_reentrancy.h76 #define php_ctime_r ctime_r
78 char *ctime_r(const time_t *clock, char *buf);
H A Dreentrancy.c63 if (ctime_r(clock, buf) == buf) in php_ctime_r()
93 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1090 +#define ctime_r php_ctime_r
2852 +# define ctime_r php_ctime_r
3072 + pp = ctime_r(&t, buf);
/PHP-7.2/
H A Dacinclude.m41328 AC_TRY_COMPILE([#include <time.h>],[char *(*func)() = ctime_r],[
1331 AC_DEFINE(MISSING_CTIME_R_DECL,1,[Whether ctime_r is declared])
H A Dconfigure.ac603 ctime_r \

Completed in 31 milliseconds