HomeSort by: relevance | last modified time | path
    Searched defs:recno (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/tail/
read.c 143 int blen, cnt, recno, wrap; local
153 blen = cnt = recno = wrap = 0;
165 if (lines[recno].blen < cnt) {
166 if ((n = realloc(lines[recno].l,
169 lines[recno].l = n;
170 lines[recno].blen = cnt + 256;
172 memmove(lines[recno].l, sp, lines[recno].len = cnt);
175 if (++recno == off) {
177 recno = 0
    [all...]
  /src/sbin/dump/
itime.c 233 int recno; variable
240 recno = 0;
243 recno++;
246 dumpdates, recno);
  /src/external/bsd/nvi/dist/common/
db1.c 216 recno_t recno = 1; local
225 key1.data = &recno;
226 key1.size = sizeof recno;
  /src/external/ibm-public/postfix/dist/src/global/
header_body_checks.c 452 int recno; member in struct:__anon23091
499 dp->recno,
507 dp->recno,
515 dp->recno += 1;
539 dp->recno, rec_type, (long) offset, buf);
543 dp->recno, rec_type, (long) offset, out);
547 dp->recno += 1;
618 context.recno = 0;
  /src/tests/lib/libc/db/
h_db.c 274 errx(1, "line %zu: 'K' not available for recno",
281 static recno_t recno; local
282 recno = atoi(p + 1);
283 key.data = &recno;
284 key.size = sizeof(recno);
606 if (!strcmp(s, "recno"))
608 errx(1, "%s: unknown type (use btree, hash or recno)", s);

Completed in 21 milliseconds