Searched refs:gmtime (Results 51 - 75 of 90) sorted by relevance

1234

/openbsd-current/libexec/ftpd/
H A Dftpcmd.y615 t = gmtime(&stbuf.st_mtime);
619 t = gmtime(&stbuf.st_mtime);
/openbsd-current/gnu/usr.bin/perl/
H A Dtime64.c331 /* Use the system gmtime() if time_t is small enough */
341 result = gmtime(&safe_time);
351 * hopefully before another gmtime that isn't using the mutexes can
556 gmtime is Jan 1st next year.
563 gmtime is Dec 31st, previous year.
H A Dreentr.h1473 # undef gmtime macro
1474 # if !defined(gmtime) && GMTIME_R_PROTO == REENTRANT_PROTO_S_TS
1475 # define gmtime(a) (gmtime_r(a, &PL_reentrant_buffer->_gmtime_struct) ? &PL_reentrant_buffer->_gmtime_struct : 0) macro
1477 # if defined(gmtime)
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dedit.c304 ascnow = asctime (gmtime (&now));
498 ascnow = asctime (gmtime (&now));
H A Dmain.c1108 ftm = gmtime (&unixtime);
H A Dhistory.c1495 tm = gmtime (&t);
H A Dimport.c1176 ftm = gmtime (&now);
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dlog_accum.in212 ($TZ eq 'GMT') ? gmtime(time) : localtime(time);
/openbsd-current/usr.bin/rcs/
H A Dci.c474 t = gmtime(&pb->date);
476 t_head = gmtime(&head_date);
/openbsd-current/usr.sbin/ntpd/
H A Dconstraint.c1049 if ((tm = gmtime(&notbefore)) == NULL)
1062 if ((tm = gmtime(&notafter)) == NULL)
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t551 gmtime 01 -
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t148 getpgrp getppid getpwnam getpwuid gmtime kill lchown link
/openbsd-current/usr.bin/ssh/
H A Dmoduli.c155 gtm = gmtime(&time_now);
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp666 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
771 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
895 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
1962 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcoreamp.t610 test_proto 'gmtime';
611 &CORE::gmtime;
612 pass '&gmtime without args does not crash'; ++$tests;
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dgetdate.c97 extern struct tm *gmtime();
1918 gmt = gmtime (&now);
1923 lazy to dig into how gmtime and locatime allocate the
/openbsd-current/sbin/dhclient/
H A Ddhclient.c2142 if ((tm = gmtime(&t)) == NULL)
2150 if ((tm = gmtime(&t)) == NULL)
2158 if ((tm = gmtime(&t)) == NULL)
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks2.c526 WRAPPER2(struct tm*, gmtime, const time_t *timep)
531 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "gmtime time");
532 result = gmtime (timep);
535 __mf_register (result, sizeof (struct tm), __MF_TYPE_STATIC, "gmtime tm");
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp1094 TM = std::gmtime(&TT);
1619 std::tm *TM = std::gmtime(&TT);
/openbsd-current/usr.sbin/nsd/
H A Drdata.c369 struct tm *tm = gmtime(&time);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp982 tm *tm_date = gmtime(&epoch);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dmkisofs.c709 result[6] = local->tm_yday; /* save yday 'cause gmtime zaps it */
710 local = gmtime(&crtime);
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h449 /* Substitute our own routines for gmtime(), localtime(), and time(),
453 #define gmtime(t) my_gmtime(t) macro
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h525 extern struct tm * gmtime(const time_t *);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h525 extern struct tm * gmtime(const time_t *);

Completed in 324 milliseconds

1234