Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dasctime.c65 /* Publish asctime_r and ctime_r only when supporting older POSIX. */
70 # undef asctime_r in asctime_r()
72 # define asctime_r static_asctime_r in asctime_r()
78 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r()
130 return asctime_r(timeptr, buf_asctime); in ctime()
139 return tmp ? asctime_r(tmp, buf) : NULL;
66 asctime_r(struct tm const *restrict timeptr, char *restrict buf) asctime_r() function
H A Dprivate.h148 # define asctime_r _incompatible_asctime_r
154 /* Fix asctime_r on Solaris 11. */
675 # undef asctime_r
676 # define asctime_r tz_asctime_r
707 char *asctime_r(struct tm const *restrict, char *restrict);
741 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r && SUPPORT_POSIX2008
742 extern char *asctime_r(struct tm const *restrict, char *restrict);
976 #undef asctime_r
978 char *asctime_r(struct tm const *restrict, char *restrict);
149 # define asctime_r _incompatible_asctime_r global() macro
608 # define asctime_r tz_asctime_r global() macro
H A DNEWS10 Support POSIX.1-2024, which removes asctime_r and ctime_r.
90 POSIX.1-2024 removes asctime_r and ctime_r and does not let
5750 changes from Guy Harris to provide asctime_r and ctime_r
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdeprecatedFunctionUsage.ql21 f.getName() = "asctime_r" or
45 else if f.getName() = "asctime_r" then
/freebsd/contrib/file/src/
H A Dasctime_r.c12 asctime_r(const struct tm *t, char *dst) in asctime_r() function
H A DMakefile.in170 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 Dprint.c332 pp = asctime_r(tm, buf); in file_fmtdatetime()
H A Dfile.h682 char *asctime_r(const struct tm *, char *);
/freebsd/lib/libc/stdtime/
H A DSymbol.map30 asctime_r;
H A DMakefile.inc29 ctime.3 asctime_r.3
/freebsd/include/
H A Dtime.h156 char *asctime_r(const struct tm *, char *);
/freebsd/contrib/file/
H A Dconfigure.ac207 AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r localtime…
H A DREADME.md72 * `src/asctime_r.c` - replacement for OS's that don't have it.
H A Dconfig.h.in15 /* Define to 1 if you have the 'asctime_r' function. */
H A DChangeLog39 * 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 Dsanitizer_common_interceptors.inc1390 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 Dlibc_ubuntu1404_abilist.txt1361 fun:asctime_r=uninstrumented
/freebsd/contrib/tzdata/
H A DNEWS113 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