Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_reentrancy.h65 #define php_ctime_r ctime_r
67 char *ctime_r(const time_t *clock, char *buf);
H A Dreentrancy.c57 if (ctime_r(clock, buf) == buf) in php_ctime_r()
87 if (ctime_r(clock, buf, 26) != -1) in php_ctime_r()
/php-src/ext/fileinfo/
H A Dphp_libmagic.h43 #define ctime_r php_ctime_r macro
/php-src/ext/fileinfo/libmagic/
H A Dcdf_time.c171 char *ptr = *sec > MAX_CTIME ? NULL : ctime_r(sec, buf); in cdf_ctime()
H A Dfile.h633 char *ctime_r(const time_t *, char *);
/php-src/build/
H A Dphp.m41243 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)(void) = ctime_r]])],[
1246 AC_DEFINE(MISSING_CTIME_R_DECL,1,[Whether ctime_r is declared])
/php-src/
H A Dconfigure.ac584 ctime_r \

Completed in 34 milliseconds