HomeSort by: relevance | last modified time | path
    Searched refs:localtime_r (Results 1 - 25 of 153) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl2/xcvs/dist/lib/
time_r.h 1 /* Reentrant time functions like localtime_r.
33 # undef localtime_r macro
38 # define localtime_r rpl_localtime_r macro
54 struct tm *localtime_r (time_t const * restrict, struct tm * restrict);
time_r.c 1 /* Reentrant time functions like localtime_r.
69 localtime_r (time_t const * restrict t, struct tm * restrict tp) function
  /src/tests/lib/libutil/
t_parsedate.c 52 * time_to_tm should usually be localtime_r or gmtime_r.
128 parsecheck("9/10/68", NULL, NULL, localtime_r,
130 parsecheck("9/10/69", NULL, NULL, localtime_r,
132 parsecheck("68-09-10", NULL, NULL, localtime_r,
134 parsecheck("70-09-10", NULL, NULL, localtime_r,
136 parsecheck("2006-11-17", NULL, NULL, localtime_r,
138 parsecheck("10/1/2000", NULL, NULL, localtime_r,
140 parsecheck("12/01/2022", NULL, NULL, localtime_r,
142 parsecheck("20 Jun 1994", NULL, NULL, localtime_r,
144 parsecheck("97 September 2", NULL, NULL, localtime_r,
    [all...]
  /src/external/bsd/file/dist/src/
localtime_r.c 1 /* $NetBSD: localtime_r.c,v 1.1.1.2 2023/08/18 18:36:49 christos Exp $ */
3 /* $File: localtime_r.c,v 1.4 2022/09/24 20:30:13 christos Exp $ */
8 FILE_RCSID("@(#)$File: localtime_r.c,v 1.4 2022/09/24 20:30:13 christos Exp $")
10 __RCSID("$NetBSD: localtime_r.c,v 1.1.1.2 2023/08/18 18:36:49 christos Exp $");
18 localtime_r(const time_t *t, struct tm *tm) function
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
localtime_r.c 1 /* $NetBSD: localtime_r.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
45 localtime_r(const time_t *timer, struct tm *result) function
  /src/external/gpl3/gdb/dist/gnulib/import/
time_r.c 1 /* Reentrant time functions like localtime_r.
41 localtime_r (time_t const * restrict t, struct tm * restrict tp) function
time.in.h 41 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
211 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
216 # undef localtime_r
217 # define localtime_r rpl_localtime_r
219 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
222 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
226 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
230 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
234 _GL_CXXALIASWARN (localtime_r);
382 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
time_r.c 1 /* Reentrant time functions like localtime_r.
41 localtime_r (time_t const * restrict t, struct tm * restrict tp) function
time.in.h 41 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
211 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
216 # undef localtime_r
217 # define localtime_r rpl_localtime_r
219 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
222 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
226 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
230 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
234 _GL_CXXALIASWARN (localtime_r);
382 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
ctime.c 53 /* Some targets provide a localtime_r based on a draft of the POSIX
56 __builtin_choose_expr (__builtin_classify_type (localtime_r (&timev, &ltm))
58 failed = localtime_r (&timev, &ltm) == NULL,
59 failed = localtime_r (&timev, &ltm) != 0);
time_1.h 86 /* If _POSIX is defined localtime_r gets defined by mingw-w64 headers. */
87 #ifdef localtime_r
88 #undef localtime_r macro
92 localtime_r (const time_t * timep, struct tm * result) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
ctime.c 53 /* Some targets provide a localtime_r based on a draft of the POSIX
56 __builtin_choose_expr (__builtin_classify_type (localtime_r (&timev, &ltm))
58 failed = localtime_r (&timev, &ltm) == NULL,
59 failed = localtime_r (&timev, &ltm) != 0);
time_1.h 86 /* If _POSIX is defined localtime_r gets defined by mingw-w64 headers. */
87 #ifdef localtime_r
88 #undef localtime_r macro
92 localtime_r (const time_t * timep, struct tm * result) function
  /src/lib/libc/compat/time/
compat_localtime.c 20 __weak_alias(localtime_r,_localtime_r)
37 __warn_references(localtime_r,
38 "warning: reference to compatibility localtime_r();"
  /src/lib/libc/time/
Makefile.inc 18 ctime.3 localtime_r.3 \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
time.d 478 tm* localtime_r(const scope time_t*, tm*);
486 tm* localtime_r(const scope time_t*, tm*);
493 tm* localtime_r(const scope time_t*, tm*);
500 tm* localtime_r(const scope time_t*, tm*);
507 tm* localtime_r(const scope time_t*, tm*);
514 tm* localtime_r(const scope time_t*, tm*);
521 tm* localtime_r(const scope time_t*, tm*);
528 tm* localtime_r(const scope time_t*, tm*);
535 tm* localtime_r(const scope time_t*, tm*);
542 tm* localtime_r(const scope time_t*, tm*)
    [all...]
  /src/usr.sbin/makefs/cd9660/
cd9660_conversion.c 158 (void)localtime_r(&tim, &t);
182 (void)localtime_r(&tim, &t);
204 (void)localtime_r(&tim, &t);
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_t.c 79 tmptr = localtime_r(&mtime, &tmbuf);
  /src/lib/libc/compat/include/
time.h 89 struct tm *localtime_r(const int32_t * __restrict, struct tm * __restrict);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
time.h 46 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
722 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
727 # undef localtime_r
728 # define localtime_r rpl_localtime_r
730 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
733 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
737 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
741 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
745 _GL_CXXALIASWARN (localtime_r); variable
893 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
time.h 46 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
722 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
727 # undef localtime_r
728 # define localtime_r rpl_localtime_r
730 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
733 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
737 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
741 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
745 _GL_CXXALIASWARN (localtime_r); variable
893 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
time.h 46 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
722 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
727 # undef localtime_r
728 # define localtime_r rpl_localtime_r
730 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
733 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
737 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
741 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
745 _GL_CXXALIASWARN (localtime_r); variable
893 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
time.h 46 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
722 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
727 # undef localtime_r
728 # define localtime_r rpl_localtime_r
730 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
733 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
737 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
741 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
745 _GL_CXXALIASWARN (localtime_r); variable
893 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
time.h 46 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
722 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
727 # undef localtime_r
728 # define localtime_r rpl_localtime_r
730 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
733 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
737 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
741 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
745 _GL_CXXALIASWARN (localtime_r); variable
893 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
time.h 46 localtime_r only if <unistd.h> or <pthread.h> has been included before. */
722 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html> and
727 # undef localtime_r
728 # define localtime_r rpl_localtime_r
730 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
733 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
737 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
741 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
745 _GL_CXXALIASWARN (localtime_r); variable
893 This function is like 'localtime_r', but relies on the argument TZ instea
    [all...]

Completed in 33 milliseconds

1 2 3 4 5 6 7