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

/freebsd-10-stable/contrib/one-true-awk/
H A Dawk.h208 typedef struct rrow { struct
216 } rrow; typedef in typeref:struct:rrow
229 struct rrow re[1]; /* variable: actual size set by calling malloc */
H A Db.c138 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL)
/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c1642 OPENSSL_STRING *rrow = NULL; local
1878 rrow = TXT_DB_get_by_index(db->db, DB_name, crow);
1879 if (rrow != NULL) {
1885 if (rrow == NULL) {
1886 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1887 if (rrow != NULL) {
1896 if (rrow != NULL) {
1898 if (rrow[DB_type][0] == 'E')
1900 else if (rrow[DB_type][0] == 'R')
1902 else if (rrow[DB_typ
2332 char *row[DB_NUMBER], **rrow, **irow; local
2439 char *row[DB_NUMBER], **rrow; local
2514 char **rrow, *a_tm_s; local
[all...]
H A Docsp.c1089 char *itmp, *row[DB_NUMBER], **rrow; local
1101 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1103 return rrow;
/freebsd-10-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 134 milliseconds