Searched refs:asctime_r (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/tzcode/ |
H A D | asctime.c | 65 /* 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 D | private.h | 148 # 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 D | NEWS | 10 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 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 | 29 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
|