Searched refs:rrow (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Dawk.h224 typedef struct rrow { struct
232 } rrow; typedef in typeref:struct:rrow
245 struct rrow re[1]; /* variable: actual size set by calling malloc */
H A Db.c144 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL)
/freebsd-13-stable/crypto/openssl/apps/
H A Dca.c1406 OPENSSL_STRING *rrow = NULL; local
1761 rrow = TXT_DB_get_by_index(db->db, DB_name, crow);
1762 if (rrow != NULL) {
1768 if (rrow == NULL) {
1769 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1770 if (rrow != NULL) {
1779 if (rrow != NULL) {
1781 if (rrow[DB_type][0] == DB_TYPE_EXP)
1783 else if (rrow[DB_type][0] == DB_TYPE_REV)
1785 else if (rrow[DB_typ
2055 char *row[DB_NUMBER], **rrow, **irow; local
2159 char *row[DB_NUMBER], **rrow; local
2228 char **rrow; local
[all...]
H A Docsp.c1270 char *itmp, *row[DB_NUMBER], **rrow; local
1282 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1284 return rrow;
/freebsd-13-stable/contrib/byacc/
H A Dclosure.c58 unsigned *rrow; local
77 rrow = first_derives + ntokens * rulesetsize;
95 SETBIT(rrow, rule);
100 rrow += rulesetsize;

Completed in 127 milliseconds