HomeSort by: relevance | last modified time | path
    Searched defs:mktime (Results 1 - 9 of 9) sorted by relevancy

  /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/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/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/gpl3/binutils/dist/gprofng/src/
collector_module.h 70 time_t (*mktime)(struct tm *timeptr); member in struct:CollectorUtilFuncs
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collector_module.h 70 time_t (*mktime)(struct tm *timeptr); member in struct:CollectorUtilFuncs
  /src/lib/libc/time/
private.h 729 # undef mktime macro
730 # define mktime tz_mktime macro
812 time_t mktime(struct tm *);
1041 not relied upon. Defining it to 0 lets mktime access parts of
1044 mktime likely infer a better value. */
localtime.c 336 /* On platforms where offtime or mktime might overflow,
340 and to #define offtime (if TM_GMTOFF is defined) or mktime (otherwise)
343 to support the offtime or mktime variant. */
371 # undef mktime macro
372 # define mktime timex_mktime macro
2601 ** The "best" way to do mktime I think is based on an idea of Bob
2688 /* Copy to *DEST from *SRC. Copy only the members needed for mktime,
3081 mktime(struct tm *tmp) function
3108 Callers can instead use mktime. */
3122 return mktime(tmp)
    [all...]
  /src/external/gpl2/xcvs/include/
config.h 1204 #define mktime rpl_mktime macro

Completed in 31 milliseconds