Searched refs:asctime_r (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | print.c | 49 # 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 D | cdf.h | 42 #define asctime_r php_asctime_r macro
|
H A D | file.h | 533 char *asctime_r(const struct tm *, char *);
|
/PHP-7.2/main/ |
H A D | php_reentrancy.h | 87 #define php_asctime_r asctime_r 89 char *asctime_r(const struct tm *tm, char *buf);
|
H A D | reentrancy.c | 70 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 D | acinclude.m4 | 1168 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 D | configure.ac | 601 asctime_r \
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1089 +#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 49 milliseconds