Searched refs:enddate (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libssl/src/apps/ |
| D | ca.c | 198 char *enddate, long days, int batch, char *ext_sect, CONF *conf, 204 char *startdate, char *enddate, long days, int batch, 211 char *startdate, char *enddate, long days, char *ext_sect, 218 int email_dn, char *startdate, char *enddate, long days, int batch, 284 char *enddate=NULL; in MAIN() local 363 enddate= *(++argv); in MAIN() 1081 if (enddate == NULL) in MAIN() 1083 enddate=NCONF_get_string(conf,section, in MAIN() 1085 if (enddate == NULL) in MAIN() 1088 if (enddate && !ASN1_UTCTIME_set_string(NULL,enddate)) in MAIN() [all …]
|
| D | x509.c | 180 int text=0,serial=0,subject=0,issuer=0,startdate=0,enddate=0; in MAIN() local 427 enddate= ++num; in MAIN() 434 enddate= ++num; in MAIN() 908 else if (enddate == i) in MAIN()
|
| /mirbsd/src/gnu/usr.bin/rcs/src/ |
| D | rlog.c | 188 char enddate[datesize]; member 884 cmpdate(root->date, pd->enddate) <= 0) 923 (!pdate->enddate[0] 924 || ne <= cmpdate(pdate->enddate, root->date)) 1031 (nextdate->enddate)[0] = '\0'; 1040 switchflag ? nextdate->enddate : nextdate->strtdate); 1042 strlcpy(nextdate->enddate,nextdate->strtdate,datesize); 1058 *nextdate->enddate= '\0'; 1070 switchflag ? nextdate->strtdate : nextdate->enddate);
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | ca.pod | 25 [B<-enddate date>] 134 =item B<-enddate date> 343 the same as the B<-enddate> option. Either this option or
|
| D | x509.pod | 29 [B<-enddate>] 195 =item B<-enddate>
|