Searched refs:pdate (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.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
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/cms/
H A Dcms_env.c555 ASN1_GENERALIZEDTIME **pdate,
569 if (pdate)
570 *pdate = rkid->date;
552 CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri, X509_ALGOR **palg, ASN1_OCTET_STRING **pid, ASN1_GENERALIZEDTIME **pdate, ASN1_OBJECT **potherid, ASN1_TYPE **pothertype) argument
H A Dcms.h215 ASN1_GENERALIZEDTIME **pdate,

Completed in 114 milliseconds