Home
last modified time | relevance | path

Searched refs:cdate (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D10overload.t11 is $t->cdate, 'Tue Jan 1 00:00:00 1980', 'got expected gmtime with int secs';
14 is $t->cdate, 'Tue Jan 1 00:00:00 1980', 'got same time with overloaded secs';
20 is $t->cdate, 'Tue Jan 1 01:00:00 1980', 'add overloaded value';
23 is $t->cdate, 'Tue Jan 1 00:00:00 1980', 'sub overloaded value';
H A D02core_dst.t52 cmp_ok($t->cdate, 'eq', 'Tue Jul 9 12:07:11 2013');
H A D02core.t40 cmp_ok($t->cdate, 'eq', 'Tue Feb 29 12:34:56 2000');
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h279 byte cdate[4]; /* File's creation date. */ member
346 byte cdate[4]; member
H A Dapple.c586 hfs_ent->crdate = d_toutime(d_getl(info->cdate)); in get_mb_info()
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm641 use overload '""' => \&cdate,
645 sub cdate { subroutine
661 return $reverse ? $rhs cmp $lhs->cdate : $lhs->cdate cmp $rhs;
/openbsd/usr.bin/cvs/
H A Drcs.c2547 time_t cdate; in rcs_translate_tag() local
2588 cdate = cvs_specified_date; in rcs_translate_tag()
2590 cdate = cvs_directory_date; in rcs_translate_tag()
2592 if (cdate == -1) { in rcs_translate_tag()
2627 if (deltatime > cdate) { in rcs_translate_tag()
2646 if (deltatime < cdate) { in rcs_translate_tag()
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq4.pod1152 say "Now is: ${\ $t->cdate() }";