Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dprint.c52 # 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.h517 char *ctime_r(const time_t *, char *);
/PHP-7.0/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.0/ext/fileinfo/
H A Dlibmagic.patch1127 +#define ctime_r php_ctime_r
3051 +# define ctime_r php_ctime_r
3106 + pp = ctime_r(&t, buf);
/PHP-7.0/
H A Dacinclude.m41341 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 Dconfigure.in622 ctime_r \

Completed in 42 milliseconds