Searched refs:asctime_r (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/tzcode/ |
H A D | asctime.c | 60 # undef asctime_r 62 # define asctime_r static_asctime_r macro 68 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r() function 141 return asctime_r(timeptr, buf_asctime); in asctime() 150 return tmp ? asctime_r(tmp, buf) : NULL; in ctime_r()
|
H A D | private.h | 181 # define asctime_r _incompatible_asctime_r macro 716 # undef asctime_r 717 # define asctime_r tz_asctime_r macro 748 char *asctime_r(struct tm const *restrict, char *restrict); 782 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r && SUPPORT_POSIX2008 783 extern char *asctime_r(struct tm const *restrict, char *restrict); 1021 #undef asctime_r 1023 char *asctime_r(struct tm const *restrict, char *restrict);
|
H A D | NEWS | 113 Support POSIX.1-2024, which removes asctime_r and ctime_r. 193 POSIX.1-2024 removes asctime_r and ctime_r and does not let 5853 changes from Guy Harris to provide asctime_r and ctime_r
|
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/ |
H A D | deprecatedFunctionUsage.ql | 21 f.getName() = "asctime_r" or 45 else if f.getName() = "asctime_r" then
|
/freebsd/contrib/file/src/ |
H A D | asctime_r.c | 12 asctime_r(const struct tm *t, char *dst) in asctime_r() function
|
H A D | Makefile.in | 170 am__depfiles_remade = $(DEPDIR)/asctime_r.Plo $(DEPDIR)/asprintf.Plo \ 233 asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \ 514 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asctime_r.Plo@am__quote@ # am--include-marker 742 -rm -f $(DEPDIR)/asctime_r.Plo 823 -rm -f $(DEPDIR)/asctime_r.Plo
|
H A D | print.c | 332 pp = asctime_r(tm, buf); in file_fmtdatetime()
|
H A D | file.h | 682 char *asctime_r(const struct tm *, char *);
|
/freebsd/lib/libc/stdtime/ |
H A D | Symbol.map | 30 asctime_r;
|
H A D | Makefile.inc | 30 ctime.3 asctime_r.3
|
/freebsd/include/ |
H A D | time.h | 156 char *asctime_r(const struct tm *, char *);
|
/freebsd/contrib/file/ |
H A D | configure.ac | 207 AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r localtime…
|
H A D | README.md | 72 * `src/asctime_r.c` - replacement for OS's that don't have it.
|
H A D | config.h.in | 15 /* Define to 1 if you have the 'asctime_r' function. */
|
H A D | ChangeLog | 39 * PR/465: psrok1: Avoid muslc asctime_r crash 998 * use ctime_r, asctime_r
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1390 INTERCEPTOR(char *, asctime_r, __sanitizer_tm *tm, char *result) { 1392 COMMON_INTERCEPTOR_ENTER(ctx, asctime_r, tm, result); 1396 char *res = REAL(asctime_r)(tm, result); 1425 COMMON_INTERCEPT_FUNCTION(asctime_r); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1361 fun:asctime_r=uninstrumented
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 113 Support POSIX.1-2024, which removes asctime_r and ctime_r. 193 POSIX.1-2024 removes asctime_r and ctime_r and does not let 5853 changes from Guy Harris to provide asctime_r and ctime_r
|