Lines Matching refs:j
1599 size_t j;
1602 j = strlen(serialfile);
1604 j = strlen(serialfile) + strlen(suffix) + 1;
1605 if (j >= BSIZE) {
1647 size_t i, j;
1650 j = strlen(serialfile) + strlen(new_suffix);
1651 if (i > j)
1652 j = i;
1653 if (j + 1 >= BSIZE) {
1809 int j;
1811 j = (int)(strlen(dbfile) + strlen(suffix));
1812 if (j + 6 >= BSIZE) {
1831 j = TXT_DB_write(out, db->db);
1833 if (j <= 0)
1856 size_t i, j;
1859 j = strlen(dbfile) + strlen(new_suffix);
1860 if (i > j)
1861 j = i;
1862 if (j + 6 >= BSIZE) {