Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c113 int bpages, hdrsize, new_table, nsegs, save_errno; local
171 hdrsize = read(hashp->fp, &hashp->hdr, sizeof(HASHHDR));
175 if (hdrsize == -1)
177 if (hdrsize != sizeof(HASHHDR))