Home
last modified time | relevance | path

Searched refs:recno (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.bin/tail/
H A Dread.c143 int blen, cnt, recno, wrap; in lines() local
148 blen = cnt = recno = wrap = 0; in lines()
159 if ((int)llines[recno].blen < cnt) { in lines()
160 llines[recno].blen = cnt + 256; in lines()
161 if ((llines[recno].l = realloc(llines[recno].l, in lines()
162 llines[recno].blen)) == NULL) in lines()
165 bcopy(sp, llines[recno].l, llines[recno].len = cnt); in lines()
168 if (++recno == off) { in lines()
170 recno = 0; in lines()
180 llines[recno].l = sp; in lines()
[all …]
/freebsd/lib/libc/db/
H A Dchangelog2 recno: #ifdef out use of mmap, it's not portable enough.
5 recno: Rework fixed-length records so that closing and reopening
7 signed comparison in recno input reading functions.
26 recno: Affected by cursor changes. New cursor structures should
44 recno: Don't put the record if rec_search fails, in rec_rdelete.
63 btree/recno:
70 btree/recno:
82 recno: Fixed bug in sorted page splits.
84 Allow recno to specify the name of the underlying btree;
86 btree/recno:
[all …]
H A DREADME30 recno The fixed/variable length record routines.
/freebsd/lib/libc/db/test/
H A Drun.test40 recno)
85 $PROG -o $TMP3 recno $TMP2
123 $PROG -o $TMP3 recno $TMP2
182 $PROG -i psize=$psize -o $TMP3 recno $TMP2
247 $PROG -o $TMP3 recno $TMP2
283 $PROG -o $TMP3 recno $TMP2
333 $PROG -o $TMP3 recno $TMP2
359 for type in btree recno; do
377 $PROG -o $TMP3 recno $TMP2
456 for type in btree recno; do
[all …]
H A Ddbtest.c264 static recno_t recno; local
265 recno = atoi(p + 1);
266 key.data = &recno;
267 key.size = sizeof(recno);
H A DREADME72 Dbtest requires two arguments, the type of access "hash", "recno"
/freebsd/lib/libc/db/test/btree.tests/
H A Dmain.c108 int recno; /* use record numbers */ variable
153 recno = 1;
165 if (recno)
229 if (recno && commands[i].rconv) {
274 if (!recno) {
305 if (recno)
345 if (recno)
403 if (recno)
444 if (!recno) {
474 if (!recno) {
[all …]
/freebsd/lib/libc/db/recno/
H A Drec_search.c58 __rec_search(BTREE *t, recno_t recno, enum SRCHOP op) in __rec_search() argument
75 t->bt_cur.index = recno - total; in __rec_search()
80 if (++idx == top || total + r->nrecs > recno) in __rec_search()
H A DMakefile.inc1 .PATH: ${LIBC_SRCTOP}/db/recno
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_int.c195 fifolog_int_read(const struct fifolog_file *ff, off_t recno) in fifolog_int_read() argument
200 if (recno >= ff->logsize) in fifolog_int_read()
202 recno++; /* label sector */ in fifolog_int_read()
203 i = pread(ff->fd, ff->recbuf, ff->recsize, recno * ff->recsize); in fifolog_int_read()
H A Dfifolog_write_poll.c153 f->recno = o + 1; in fifolog_write_open()
224 (f->recno + 1) * f->ff->recsize); in fifolog_write_output()
239 f->recno++; in fifolog_write_output()
244 if (f->recno >= f->ff->logsize) in fifolog_write_output()
246 f->recno = 1; in fifolog_write_output()
H A Dlibfifolog_int.h44 int fifolog_int_read(const struct fifolog_file *ff, off_t recno);
H A Dfifolog_write.h52 off_t recno; member
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh133 atf_check -o file:exp "$(prog_db)" recno in
220 atf_check -o file:exp "$(prog_db)" recno in
305 atf_check "$(prog_db)" -o out recno in
373 atf_check -o file:exp "$(prog_db)" recno in
411 atf_check -o file:exp "$(prog_db)" recno in
463 atf_check "$(prog_db)" -o out recno in
553 h_delete recno
697 h_cursor_flags recno
730 atf_check -o file:exp "$(prog_db)" recno in
H A Dh_db.c285 static recno_t recno; in main() local
286 recno = atoi(p + 1); in main()
287 key.data = &recno; in main()
288 key.size = sizeof(recno); in main()
H A DREADME65 Dbtest requires two arguments, the type of access "hash", "recno"
/freebsd/sbin/dump/
H A Ditime.c228 int recno; variable
235 recno = 0; in getrecord()
238 recno++; in getrecord()
241 dumpdates, recno); in getrecord()
/freebsd/lib/libc/db/man/
H A DMakefile.inc3 MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok468 recno
/freebsd/tools/sched/
H A Dschedgraph.py636 self.recno = lineno
655 ("KTR Line ", self.recno)