Searched refs:startdate (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/ntp/scripts/ |
| H A D | summary.in | 25 my ($log_date_pattern, $statsdir, $outputdir, $skip_time_steps, $startdate, 40 $startdate = $opts->{'start-date'}; 54 die "$startdate: invalid start date|$`|$&|$'" 55 unless ($startdate =~ m/.*$log_date_pattern$/); 66 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n"; 83 if ($date ge $startdate && $date le $enddate) { 90 if ($date ge $startdate && $date le $enddate) { 97 if ($date ge $startdate && $date le $enddate) {
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | create_unbound_ad_servers.cmd | 12 …rvers/serverlist.php?hostformat=nohtml&showintro=1&startdate%5Bday%5D=&startdate%5Bmonth%5D=&start…
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ca.c | 95 int multirdn, int email_dn, const char *startdate, 104 int multirdn, int email_dn, const char *startdate, 247 char *prog, *startdate = NULL, *enddate = NULL; in ca_main() local 311 startdate = opt_arg(); in ca_main() 806 if (startdate == NULL) { in ca_main() 808 if (startdate == NULL) in ca_main() 811 if (startdate != NULL && !ASN1_TIME_set_string_X509(NULL, startdate)) { in ca_main() 816 if (startdate == NULL) in ca_main() 817 startdate = "today"; in ca_main() 1267 int multirdn, int email_dn, const char *startdate, in certify() argument [all …]
|
| H A D | x509.c | 180 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; in x509_main() local 375 startdate = ++num; in x509_main() 427 startdate = ++num; in x509_main() 765 } else if (startdate == i) { in x509_main()
|
| H A D | apps.c | 2759 int set_cert_times(X509 *x, const char *startdate, const char *enddate, in set_cert_times() argument 2762 if (startdate == NULL || strcmp(startdate, "today") == 0) { in set_cert_times() 2766 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate)) in set_cert_times()
|
| H A D | apps.h | 88 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | ca.pod | 27 [B<-startdate date>] 172 =item B<-startdate date> 447 The same as the B<-startdate> option. The start date to certify 750 certificate validity period (specified by any of B<-startdate>,
|
| H A D | x509.pod | 29 [B<-startdate>] 243 =item B<-startdate>
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 12135 *) Fix -startdate and -enddate (which was missing) arguments to 'ca'
|