Home
last modified time | relevance | path

Searched refs:hdrsize (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/lib/libc/db/hash/
Dhash.c102 int bpages, hdrsize, new_table, nsegs, save_errno; in __hash_open() local
140 hdrsize = read(hashp->fp, &hashp->hdr, sizeof(HASHHDR)); in __hash_open()
144 if (hdrsize == -1) in __hash_open()
146 if (hdrsize != sizeof(HASHHDR)) in __hash_open()
/mirbsd/src/usr.bin/file/magdir/
Dos239 # int16 hdrsize; // total size of header
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dqueue.c3947 long hdrsize = 0; local
4316 hdrsize += strlen(bp) - 3;
4597 e->e_msgsize = st.st_size + hdrsize;