Searched refs:asctime_r (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/main/ |
H A D | php_reentrancy.h | 78 #define php_asctime_r asctime_r 80 char *asctime_r(const struct tm *tm, char *buf);
|
H A D | reentrancy.c | 68 if (asctime_r(tm, buf) == buf) in php_asctime_r() 98 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | cdf.h | 40 #define asctime_r php_asctime_r macro
|
H A D | file.h | 545 char *asctime_r(const struct tm *, char *);
|
/PHP-7.4/build/ |
H A D | php.m4 | 1130 r = (int) asctime_r(&t, buf, 26); 1145 p = asctime_r(&t, buf, 26); 1290 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = asctime_r]])],[ 1293 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
|
/PHP-7.4/ext/fileinfo/ |
H A D | libmagic.patch | 1354 +#define asctime_r php_asctime_r 1883 char *asctime_r(const struct tm *, char *); 3134 - pp = asctime_r(tm, buf);
|
/PHP-7.4/ |
H A D | configure.ac | 588 asctime_r \
|
Completed in 32 milliseconds