Home
last modified time | relevance | path

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

/PHP-5.4/ext/fileinfo/libmagic/
H A Dprint.c53 # define ctime_r php_ctime_r macro
89 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
/PHP-5.4/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-5.4/ext/fileinfo/
H A Dlibmagic.patch1084 +#define ctime_r php_ctime_r
1524 -char *ctime_r(const time_t *, char *);
2761 +# define ctime_r php_ctime_r
/PHP-5.4/
H A Dacinclude.m41340 AC_TRY_COMPILE([#include <time.h>],[char *(*func)() = ctime_r],[
1343 AC_DEFINE(MISSING_CTIME_R_DECL,1,[Whether ctime_r is declared])
H A Dconfigure.in609 ctime_r \
H A DNEWS2901 . Fixed bug #55014 (Compile failure due to improper use of ctime_r()). (Ilia)

Completed in 55 milliseconds