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

1 2 3 4 5 6 7

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
tm2time.c 55 t = mktime (&tm);
58 t += t - mktime (gmtime (&t));
  /src/sbin/dump/
unctime.c 61 return mktime(&then);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
time.h 38 #undef mktime macro
52 using std::mktime;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
time.h 38 #undef mktime macro
52 using std::mktime;
  /src/lib/libc/time/
Makefile.inc 20 ctime.3 mktime.3 \
getdate.c 177 mktime(&tm);
208 * Set to 'sane' values; mktime(3) does funny things otherwise.
241 mktime(&tm);
260 * mktime() will normalize all values and also check that the
266 if (mktime(rtmp) < 0) {
  /src/crypto/external/apache2/openssl/dist/test/testutil/
helper.c 72 timestamp_utc = mktime(timestamp_tm);
83 timestamp_local = mktime(timestamp_tm);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
time.d 35 @system time_t mktime(scope tm* timeptr); // @system: MT-Safe env locale
  /src/usr.bin/at/
stime.c 110 tmptime = mktime(t);
  /src/usr.bin/chpass/
util.c 93 if ((*store = mktime(&tm)) == (time_t) -1)
  /src/external/gpl3/gdb/dist/gnulib/import/
time.in.h 198 # define mktime rpl_mktime
200 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
201 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
203 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
206 _GL_CXXALIASWARN (mktime);
394 This function is like 'mktime', but relies on the argument TZ instead
  /src/external/gpl3/gdb.old/dist/gnulib/import/
time.in.h 198 # define mktime rpl_mktime
200 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
201 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
203 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
206 _GL_CXXALIASWARN (mktime);
394 This function is like 'mktime', but relies on the argument TZ instead
  /src/external/gpl2/xcvs/dist/lib/
mktime.c 20 __RCSID("$NetBSD: mktime.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
24 mktime. */
48 /* Make it work even if the system's libc has its own mktime routine. */
49 # define mktime my_mktime macro
508 mktime (struct tm *tp) function
511 /* POSIX.1 8.1.1 requires that whenever mktime() is called, the
521 weak_alias (mktime, timelocal)
525 libc_hidden_def (mktime)
562 printf ("mktime (");
594 tl = mktime (&tmk)
    [all...]
  /src/external/bsd/ntp/dist/libntp/
mktime.c 1 /* $NetBSD: mktime.c,v 1.6 2024/08/18 20:47:13 christos Exp $ */
41 * This implementation of mktime is lifted straight from the NetBSD (BSD 4.4)
46 * it to mktime.
60 * and your vendor doesn't supply mktime(), you'll have to edit this variable
70 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
104 ** The "best" way to do mktime I think is based on an idea of Bob
286 mktime( function
  /src/lib/libc/compat/include/
time.h 66 int32_t mktime(struct tm *);
  /src/external/bsd/ntp/dist/sntp/libopts/
time.c 122 tm = mktime(&stm);
  /src/external/bsd/wpa/dist/src/utils/
os_win32.c 82 t_local = mktime(&tm);
87 t1 = mktime(tm1);
90 t2 = mktime(tm1);
  /src/tests/lib/libc/time/
t_mktime.c 62 atf_tc_set_md_var(tc, "descr", "Test mktime(3) with negative year");
75 t = mktime(&tms);
  /src/external/bsd/ntp/lib/libntp/
Makefile 47 mktime.c \
  /src/external/gpl3/gcc/dist/contrib/
dglib.pm 42 use POSIX qw(mktime);
136 my $time = mktime($6, $5, $4, $3, $monmap{$2}, $7 - 1900);
  /src/external/gpl3/gcc.old/dist/contrib/
dglib.pm 42 use POSIX qw(mktime);
136 my $time = mktime($6, $5, $4, $3, $monmap{$2}, $7 - 1900);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
time.h 709 # define mktime rpl_mktime
711 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
714 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
717 _GL_CXXALIASWARN (mktime);
905 This function is like 'mktime', but relies on the argument TZ instead
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
time.h 709 # define mktime rpl_mktime
711 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
714 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
717 _GL_CXXALIASWARN (mktime);
905 This function is like 'mktime', but relies on the argument TZ instead
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
time.h 709 # define mktime rpl_mktime
711 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
714 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
717 _GL_CXXALIASWARN (mktime);
905 This function is like 'mktime', but relies on the argument TZ instead
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
time.h 709 # define mktime rpl_mktime
711 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
712 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
714 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
717 _GL_CXXALIASWARN (mktime);
905 This function is like 'mktime', but relies on the argument TZ instead

Completed in 44 milliseconds

1 2 3 4 5 6 7