Home
last modified time | relevance | path

Searched refs:enddate (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/ntp/scripts/
Dsummary.in26 $enddate, $peer_dist_limit);
41 $enddate = $opts->{'end-date'};
42 if (!$enddate){
43 $enddate = `date -u +%Y%m%d`;
44 chomp $enddate;
45 --$enddate;
56 die "$enddate: invalid end date"
57 unless ($enddate =~ m/.*$log_date_pattern$/);
66 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n";
83 if ($date ge $startdate && $date le $enddate) {
[all …]
/freebsd-9-stable/gnu/usr.bin/rcs/rlog/
Drlog.c185 char enddate[datesize]; member
891 cmpdate(root->date, pd->enddate) <= 0)
930 (!pdate->enddate[0]
931 || ne <= cmpdate(pdate->enddate, root->date))
1037 (nextdate->enddate)[0] = '\0';
1046 switchflag ? nextdate->enddate : nextdate->strtdate);
1048 VOID strcpy(nextdate->enddate,nextdate->strtdate);
1064 *nextdate->enddate= '\0';
1076 switchflag ? nextdate->strtdate : nextdate->enddate);
/freebsd-9-stable/crypto/openssl/apps/
Dca.c204 char *startdate, char *enddate, long days, int batch,
212 char *startdate, char *enddate, long days, int batch,
221 char *enddate, long days, char *ext_sect, CONF *conf,
230 char *startdate, char *enddate, long days, int batch,
297 char *enddate = NULL; in MAIN() local
379 enddate = *(++argv); in MAIN()
1033 if (enddate == NULL) { in MAIN()
1034 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE); in MAIN()
1035 if (enddate == NULL) in MAIN()
1038 if (enddate && !ASN1_UTCTIME_set_string(NULL, enddate)) { in MAIN()
[all …]
Dx509.c180 0, enddate = 0; in MAIN() local
389 enddate = ++num; in MAIN()
395 enddate = ++num; in MAIN()
794 } else if (enddate == i) { in MAIN()
/freebsd-9-stable/crypto/openssl/test/
Dtestss101 $x509cmd -subject -issuer -startdate -enddate -noout -in $Ucert
123 $x509cmd -subject -issuer -startdate -enddate -noout -in $P1cert
145 $x509cmd -subject -issuer -startdate -enddate -noout -in $P2cert
/freebsd-9-stable/crypto/openssl/tools/
Dc_info8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
/freebsd-9-stable/crypto/openssl/doc/apps/
Dca.pod26 [B<-enddate date>]
159 =item B<-enddate date>
393 the same as the B<-enddate> option. Either this option or
Dx509.pod28 [B<-enddate>]
191 =item B<-enddate>
/freebsd-9-stable/crypto/openssl/
DCHANGES7503 *) Fix -startdate and -enddate (which was missing) arguments to 'ca'