Home
last modified time | relevance | path

Searched refs:rfc822time (Results 1 – 10 of 10) sorted by relevance

/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dmailutime.pl58 my $time = rfc822time($date);
77 sub rfc822time($) { subroutine
H A Dmknmz.pl510 my $date = rfc822time($mtime);
524 sub rfc822time ($) subroutine
1609 print REGLIST "## indexed: " . rfc822time(time()) . "\n\n";
1895 print REGLIST "## deleted: " . rfc822time(time()) . "\n\n";
/dports/mail/fdm/fdm-2.0/
H A Dmail-time.c31 rfc822time(time_t t, char *buf, size_t len) in rfc822time() function
H A Dreplace.c163 if (rfc822time(t, rtime, sizeof rtime) != NULL) in default_tags()
H A Dchild-fetch.c619 if (rfc822time(t, rtime, sizeof rtime) != NULL) in fetch_enqueue()
649 if (rfc822time(time(NULL), rtime, sizeof rtime) != NULL) { in fetch_enqueue()
H A Dfdm.h907 char *rfc822time(time_t, char *, size_t);
/dports/databases/namazu2/namazu-2.0.21/scripts/
H A Dmailutime.in104 sub rfc822time($) {
H A Dmknmz.in618 my $date = util::rfc822time($mtime);
1891 print $fh_registry &_("## deleted: ") . util::rfc822time(time()) . "\n\n";
1916 print $fh_registry &_("## indexed: ") . util::rfc822time(time()) . "\n\n";
/dports/databases/namazu2/namazu-2.0.21/pl/
H A Dutil.pl113 sub rfc822time ($) subroutine
/dports/databases/namazu2/namazu-2.0.21/
H A DChangeLog1595 * pl/time.pl: Added a new file. (A rfc822time relation and
1600 * pl/util.pl (rfc822time): Added timezone.
4552 * script/mailutime.in (rfc822time): Fixed, 'no day of week' date format.