Searched refs:timegm (Results 1 – 25 of 41) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/ |
| D | Local.pm | 125 sub timegm { subroutine 195 return &timegm; 200 return &timegm; 205 return &timegm; 214 my $ref_t = &timegm;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Host/ |
| D | Time.h | 20 extern time_t timegm(struct tm *t);
|
| /openbsd/src/gnu/llvm/lldb/source/Host/android/ |
| D | LibcGlue.cpp | 24 time_t timegm(struct tm *t) { return (time_t)timegm64(t); } in timegm() function
|
| /openbsd/src/lib/libc/hidden/ |
| D | time.h | 47 PROTO_DEPRECATED(timegm);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Local/t/ |
| D | Local.t | 9 timegm 27 timegm
|
| /openbsd/src/include/ |
| D | time.h | 173 time_t timegm(struct tm *);
|
| /openbsd/src/bin/date/ |
| D | date.c | 227 tval = timegm(lt); in setthetime()
|
| /openbsd/src/usr.bin/cvs/ |
| D | entries.c | 225 ent->ce_date = timegm(&dt); in cvs_ent_parse() 480 cvs_directory_date = timegm(&datetm); in cvs_parse_tagfile()
|
| D | rcs.c | 1569 return (timegm(&rdp->rd_date)); in rcs_rev_getdate() 2624 deltatime = timegm(&(rdp->rd_date)); in rcs_translate_tag()
|
| /openbsd/src/usr.sbin/acme-client/ |
| D | revokeproc.c | 58 return timegm(&t); in X509expires()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/ |
| D | Piece.pm | 130 $new_time[c_epoch] = $islocal ? timelocal(@tm_parts) : timegm(@tm_parts); 344 timegm(@{$time}[c_sec .. c_mon], $time->[c_year]+1900);
|
| /openbsd/src/usr.bin/touch/ |
| D | touch.c | 326 tsp[0].tv_sec = utc ? timegm(&tm) : mktime(&tm); in stime_argd()
|
| /openbsd/src/usr.sbin/dhcpd/ |
| D | parse.c | 555 guess = timegm(&tm); in parse_date()
|
| /openbsd/src/lib/libc/time/ |
| D | README | 26 functions, such as timegm, that are not part of the proposed ANSI C standard;
|
| /openbsd/src/usr.sbin/ntpd/ |
| D | constraint.c | 1065 if ((httptime = timegm(&httpsdate->tls_tm)) == -1) in httpsdate_request() 1118 t = timegm(&httpsdate->tls_tm); in httpsdate_query()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| D | NNTP.pm | 598 ? timegm($6, $5, $4, $3, $2 - 1, $1)
|
| D | FTP.pm | 268 ? timegm($8, $7, $6, $5, $4 - 1, $2 eq '19' ? ($3 + 1900) : $1)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| D | Index.pm | 340 $age -= $d[1]>=0 ? Time::Local::timegm(@d[5,4,3,0,1,2]) : 0;
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | x509.c | 919 if ((*t = timegm(&tm)) == -1) in x509_get_time()
|
| /openbsd/src/usr.sbin/httpd/ |
| D | server_file.c | 733 timegm(&tm) >= mtim->tv_sec) in server_file_modified_since()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | Makefile.in | 250 timegm.o: $(srcdir)/compat/timegm.c 251 $(COMPILE) -c $(srcdir)/compat/timegm.c
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1759 timegm
|
| /openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/ |
| D | Tiny.pm | 1016 my $t = @tl_parts ? Time::Local::timegm(@tl_parts) : -1;
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 456 getaliasbyname_r() iswcntrl_l() timegm() 772 fts_read() lcong48() timegm() 1138 getdate_r() gmtime() timegm()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| D | Cocoa.cpp | 1229 epoch = timegm(&tm_epoch); in GetOSXEpoch()
|
12