| /src/external/bsd/file/dist/src/ |
| asctime_r.c | 1 /* $NetBSD: asctime_r.c,v 1.1.1.4 2023/08/18 18:36:49 christos Exp $ */ 3 /* $File: asctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $ */ 8 FILE_RCSID("@(#)$File: asctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $") 10 __RCSID("$NetBSD: asctime_r.c,v 1.1.1.4 2023/08/18 18:36:49 christos Exp $"); 16 /* asctime_r is not thread-safe anyway */ 18 asctime_r(const struct tm *t, char *dst) function
|
| /src/external/gpl2/xcvs/dist/lib/ |
| time_r.h | 30 # undef asctime_r macro 35 # define asctime_r rpl_asctime_r macro 42 char *asctime_r (struct tm const * restrict, char * restrict);
|
| time_r.c | 51 asctime_r (struct tm const * restrict tm, char * restrict buf) function
|
| /src/lib/libc/time/ |
| asctime.c | 32 /* Publish asctime_r and ctime_r only when supporting older POSIX. */ 37 # undef asctime_r macro 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) function 159 return asctime_r(timeptr, buf_asctime); 169 return tmp ? asctime_r(tmp, buf) : NULL; 178 return tmp ? asctime_r(tmp, buf) : NULL;
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 948 # undef asctime_r macro 949 _GL_WARN_ON_USE (asctime_r, "asctime_r can overrun buffers in some cases - "
|