Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash.c120 int bpages, hdrsize, new_table, nsegs, save_errno; local
178 hdrsize = read(hashp->fp, &hashp->hdr, sizeof(HASHHDR));
182 if (hdrsize == -1)
184 if (hdrsize != sizeof(HASHHDR))