Searched refs:asctime_r (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/main/ |
H A D | php_reentrancy.h | 76 #define php_asctime_r asctime_r 78 char *asctime_r(const struct tm *tm, char *buf);
|
H A D | reentrancy.c | 66 if (asctime_r(tm, buf) == buf) in php_asctime_r() 96 if (asctime_r(tm, buf, 26) != -1) in php_asctime_r()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | cdf.h | 40 #define asctime_r php_asctime_r macro
|
H A D | file.h | 563 char *asctime_r(const struct tm *, char *);
|
/PHP-8.0/build/ |
H A D | php.m4 | 1108 r = (int) asctime_r(&t, buf, 26); 1123 p = asctime_r(&t, buf, 26); 1270 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[char *(*func)() = asctime_r]])],[ 1273 AC_DEFINE(MISSING_ASCTIME_R_DECL,1,[Whether asctime_r is declared])
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 1299 +#define asctime_r php_asctime_r 1943 char *asctime_r(const struct tm *, char *); 3213 - pp = asctime_r(tm, buf);
|
/PHP-8.0/ |
H A D | configure.ac | 555 asctime_r \
|
Completed in 32 milliseconds