Searched refs:asctime_r (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/lib/libc/time/ |
| D | asctime.c | 37 # undef asctime_r 39 # define asctime_r static_asctime_r macro 46 __weak_alias(asctime_r,_asctime_r) 86 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r() function 159 return asctime_r(timeptr, buf_asctime); in asctime() 169 return tmp ? asctime_r(tmp, buf) : NULL; in ctime_rz() 178 return tmp ? asctime_r(tmp, buf) : NULL; in ctime_r()
|
| D | private.h | 193 # define asctime_r _incompatible_asctime_r macro 732 # undef asctime_r 733 # define asctime_r tz_asctime_r macro 764 char *asctime_r(struct tm const *restrict, char *restrict); 798 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r && SUPPORT_POSIX2008 799 extern char *asctime_r(struct tm const *restrict, char *restrict); 1039 #undef asctime_r 1041 char *asctime_r(struct tm const *restrict, char *restrict);
|
| D | Makefile.inc | 12 ctime.3 asctime_r.3 \
|
| 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 5858 changes from Guy Harris to provide asctime_r and ctime_r
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | time_r.h | 30 # undef asctime_r 35 # define asctime_r rpl_asctime_r macro 42 char *asctime_r (struct tm const * restrict, char * restrict);
|
| D | time_r.c | 51 asctime_r (struct tm const * restrict tm, char * restrict buf) in asctime_r() function
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | asctime_r.c | 18 asctime_r(const struct tm *t, char *dst) in asctime_r() function
|
| 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
|
| D | print.c | 304 pp = asctime_r(tm, buf); in file_fmtdatetime()
|
| D | file.h | 667 char *asctime_r(const struct tm *, char *);
|
| /netbsd/src/include/ |
| D | time.h | 176 char *asctime_r(const struct tm * __restrict, char * __restrict);
|
| /netbsd/src/external/bsd/file/dist/ |
| D | configure.ac | 188 AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r localtime…
|
| D | README.md | 72 * `src/asctime_r.c` - replacement for OS's that don't have it.
|
| D | config.h.in | 15 /* Define to 1 if you have the `asctime_r' function. */
|
| D | ChangeLog | 7 * PR/465: psrok1: Avoid muslc asctime_r crash 966 * use ctime_r, asctime_r
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/ |
| D | vms-crtlmap.map | 159 asctime_r
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 212 #define asctime_r _asctime_r macro
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 6601 ./usr/share/man/cat3/asctime_r.0 comp-c-catman .cat 15209 ./usr/share/man/html3/asctime_r.html comp-c-htmlman html 23656 ./usr/share/man/man3/asctime_r.3 comp-c-man .man
|