Home
last modified time | relevance | path

Searched refs:asctime_r (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dprint.c49 # define asctime_r php_asctime_r macro
116 pp = asctime_r(tm, buf); in file_fmttime()
120 pp = asctime_r(tm, buf); in file_fmttime()
H A Dcdf.h42 #define asctime_r php_asctime_r macro
H A Dfile.h533 char *asctime_r(const struct tm *, char *);
/PHP-7.2/main/
H A Dphp_reentrancy.h87 #define php_asctime_r asctime_r
89 char *asctime_r(const struct tm *tm, char *buf);
H A Dreentrancy.c70 if (asctime_r(tm, buf) == buf) in php_asctime_r()
100 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
/PHP-7.2/
H A Dacinclude.m41168 r = (int) asctime_r(&t, buf, 26);
1183 p = asctime_r(&t, buf, 26);
1323 AC_TRY_COMPILE([#include <time.h>],[char *(*func)() = asctime_r],[
1326 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
H A Dconfigure.ac601 asctime_r \
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1089 +#define asctime_r php_asctime_r
1601 char *asctime_r(const struct tm *, char *);
2851 +# define asctime_r php_asctime_r
3095 + pp = asctime_r(tm, buf);

Completed in 34 milliseconds