Home
last modified time | relevance | path

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

/openbsd/usr.bin/openssl/
H A Dca.c2122 if (rrow != NULL) { in do_body()
2128 if (rrow == NULL) { in do_body()
2130 if (rrow != NULL) { in do_body()
2138 if (rrow != NULL) { in do_body()
2156 p = rrow[DB_exp_date]; in do_body()
2160 p = rrow[DB_serial]; in do_body()
2164 p = rrow[DB_file]; in do_body()
2168 p = rrow[DB_name]; in do_body()
2480 if (rrow == NULL) { in do_revoke()
2543 rrow[DB_serial]); in do_revoke()
[all …]
H A Docsp.c1299 char *itmp, *row[DB_NUMBER], **rrow; in lookup_serial() local
1312 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
1314 return rrow; in lookup_serial()
/openbsd/usr.bin/yacc/
H A Dclosure.c149 unsigned int *rrow, *vrow; in set_first_derives() local
160 rrow = first_derives + ntokens * rulesetsize; in set_first_derives()
173 SETBIT(rrow, rule); in set_first_derives()
177 rrow += rulesetsize; in set_first_derives()
/openbsd/usr.bin/awk/
H A Dawk.h248 typedef struct rrow { struct
257 } rrow; argument
281 struct rrow re[1]; /* variable: actual size set by calling malloc */
H A Db.c244 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,