Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c1844 if (rrow != NULL) { in do_body()
1850 if (rrow == NULL) { in do_body()
1852 if (rrow != NULL) { in do_body()
1861 if (rrow != NULL) { in do_body()
1878 p = rrow[DB_exp_date]; in do_body()
1882 p = rrow[DB_serial]; in do_body()
1886 p = rrow[DB_file]; in do_body()
1890 p = rrow[DB_name]; in do_body()
2163 if (rrow == NULL) { in do_revoke()
2270 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()
/freebsd/contrib/byacc/
H A Dclosure.c56 unsigned *rrow; in set_first_derives() local
72 rrow = first_derives; in set_first_derives()
91 SETBIT(rrow, rule); in set_first_derives()
96 rrow += rulesetsize; in set_first_derives()
/freebsd/contrib/one-true-awk/
H A Dawk.h246 typedef struct rrow { struct
255 } rrow; argument
279 struct rrow re[1]; /* variable: actual size set by calling malloc */
H A Db.c240 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt * sizeof(rrow))) == NULL) in mkdfa()
H A DFIXES.1e831 ltype int to long in struct rrow to reduce some 64-bit
1207 changed struct rrow (awk.h) to use long instead of int for lval,