Searched refs:startdate (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/ntp/scripts/ |
| HD | summary.in | 31 my $startdate = "19700101"; # first data file to use (YYYYMMDD) 38 "start-date=s" => \$startdate, 64 die "$startdate: invalid start date|$`|$&|$'" 65 unless ($startdate =~ m/.*$log_date_pattern$/); 336 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n"; 353 if ($date ge $startdate && $date le $enddate) { 360 if ($date ge $startdate && $date le $enddate) { 367 if ($date ge $startdate && $date le $enddate) {
|
| /trueos/crypto/openssl/apps/ |
| HD | ca.c | 203 int multirdn, int email_dn, char *startdate, char *enddate, 211 int multirdn, int email_dn, char *startdate, 221 int multirdn, int email_dn, char *startdate, 231 int email_dn, char *startdate, char *enddate, long days, 298 char *startdate = NULL; in MAIN() local 379 startdate = *(++argv); in MAIN() 1050 if (startdate == NULL) { in MAIN() 1051 startdate = NCONF_get_string(conf, section, in MAIN() 1053 if (startdate == NULL) in MAIN() 1056 if (startdate && !ASN1_TIME_set_string(NULL, startdate)) { in MAIN() [all …]
|
| HD | x509.c | 187 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = in MAIN() local 414 startdate = ++num; in MAIN() 419 startdate = ++num; in MAIN() 834 } else if (startdate == i) { in MAIN()
|
| /trueos/crypto/openssl/doc/apps/ |
| HD | ca.pod | 25 [B<-startdate date>] 154 =item B<-startdate date> 392 the same as the B<-startdate> option. The start date to certify
|
| HD | x509.pod | 28 [B<-startdate>] 207 =item B<-startdate>
|
| /trueos/crypto/openssl/ |
| HD | CHANGES | 8807 *) Fix -startdate and -enddate (which was missing) arguments to 'ca'
|