Home
last modified time | relevance | path

Searched refs:pdate (Results 1 – 4 of 4) sorted by relevance

/NextBSD/gnu/usr.bin/rcs/rlog/
HDrlog.c916 struct Datepairs const *pdate; local
923 pdate = datelist;
924 while( pdate ) {
925 ne = pdate->ne_date;
927 (!pdate->strtdate[0]
928 || ne <= cmpdate(root->date, pdate->strtdate))
930 (!pdate->enddate[0]
931 || ne <= cmpdate(pdate->enddate, root->date))
934 pdate = pdate->dnext;
936 if (!pdate) {
[all …]
/NextBSD/crypto/openssl/doc/crypto/
HDCMS_get0_RecipientInfos.pod18 …o *ri, X509_ALGOR **palg, ASN1_OCTET_STRING **pid, ASN1_GENERALIZEDTIME **pdate, ASN1_OBJECT **pot…
53 present is written to B<pdate>, if the B<other> field is present the components
/NextBSD/crypto/openssl/crypto/cms/
HDcms_env.c631 ASN1_GENERALIZEDTIME **pdate, in CMS_RecipientInfo_kekri_get0_id() argument
645 if (pdate) in CMS_RecipientInfo_kekri_get0_id()
646 *pdate = rkid->date; in CMS_RecipientInfo_kekri_get0_id()
HDcms.h221 ASN1_GENERALIZEDTIME **pdate,