Home
last modified time | relevance | path

Searched refs:rrow (Results 1 – 8 of 8) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c1764 if (rrow != NULL) { in do_body()
1770 if (rrow == NULL) { in do_body()
1772 if (rrow != NULL) { in do_body()
1781 if (rrow != NULL) { in do_body()
1798 p = rrow[DB_exp_date]; in do_body()
1802 p = rrow[DB_serial]; in do_body()
1806 p = rrow[DB_file]; in do_body()
1810 p = rrow[DB_name]; in do_body()
2087 if (rrow == NULL) { in do_revoke()
2194 if (rrow == NULL) { in get_certificate_status()
[all …]
H A Docsp.c1270 char *itmp, *row[DB_NUMBER], **rrow; in lookup_serial() local
1282 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
1284 return rrow; in lookup_serial()
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dca.c1824 if (rrow != NULL) { in do_body()
1830 if (rrow == NULL) { in do_body()
1832 if (rrow != NULL) { in do_body()
1841 if (rrow != NULL) { in do_body()
1858 p = rrow[DB_exp_date]; in do_body()
1862 p = rrow[DB_serial]; in do_body()
1866 p = rrow[DB_file]; in do_body()
1870 p = rrow[DB_name]; in do_body()
2143 if (rrow == NULL) { in do_revoke()
2250 if (rrow == NULL) { in get_certificate_status()
[all …]
H A Docsp.c1180 char *itmp, *row[DB_NUMBER], **rrow; in lookup_serial() local
1194 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
1196 return rrow; in lookup_serial()
/netbsd/external/bsd/byacc/dist/
H A Dclosure.c62 unsigned *rrow; in set_first_derives() local
79 rrow = first_derives + ntokens * rulesetsize; in set_first_derives()
98 SETBIT(rrow, rule); in set_first_derives()
103 rrow += rulesetsize; in set_first_derives()
/netbsd/external/historical/nawk/dist/
H A Dawk.h237 typedef struct rrow { struct
245 } rrow; argument
258 struct rrow re[1]; /* variable: actual size set by calling malloc */
H A Db.c202 if ((f = calloc(1, sizeof(fa) + poscnt * sizeof(rrow))) == NULL) in mkdfa()
H A DFIXES661 ltype int to long in struct rrow to reduce some 64-bit
1037 changed struct rrow (awk.h) to use long instead of int for lval,