HomeSort by: relevance | last modified time | path
    Searched refs:timegm (Results 1 - 16 of 16) sorted by relevancy

  /src/tests/lib/libc/time/
t_mktime.c 82 atf_tc_set_md_var(tc, "descr", "Test timegm(3) close to the epoch");
95 t = timegm(&tms);
104 t = timegm(&tms);
119 t = timegm(&tms);
132 t = timegm(&tms);
143 t = timegm(&tms);
  /src/lib/libc/compat/time/
compat_localtime.c 26 __weak_alias(timegm,_timegm)
57 __warn_references(timegm,
58 "warning: reference to compatibility timegm();"
  /src/lib/libc/time/
Makefile.inc 24 offtime.3 timegm.3 \
private.h 717 # undef timegm
718 # define timegm tz_timegm macro
780 time_t timegm(struct tm *);
794 #if !HAVE_DECL_TIMEGM && !defined timegm
795 time_t timegm(struct tm *);
strftime.c 715 gct = timegm(&tmp);
localtime.c 2588 timegm(struct tm *tmp) function in typeref:typename:time_t
  /src/lib/libc/compat/include/
time.h 93 int32_t timegm(struct tm *);
  /src/include/
time.h 205 time_t timegm(struct tm *) __RENAME(__timegm50);
  /src/usr.bin/touch/
touch.c 496 tsp[0].tv_sec = tsp[1].tv_sec = timegm(&tm);
  /src/usr.bin/mail/
format.c 617 * XXX - this will get overwritten later by timegm(3).
749 tm->tm_isdst = -1; /* let timegm(3) determine tm_isdst */
764 if ((otime = timegm(tm)) == (time_t)-1 ||
  /src/share/examples/refuse/ian/libfetch/
ftp.c 466 t = timegm(&tm);
http.c 495 *mtime = timegm(&tm);
  /src/usr.bin/ftp/
util.c 753 rtime = timegm(&timebuf);
fetch.c 914 *mtime = timegm(&parsed);
  /src/lib/libc/include/
namespace.h 756 #define timegm _timegm macro
  /src/libexec/httpd/
bozohttpd.c 985 *timestamp = timegm(&tm);

Completed in 28 milliseconds