Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/iconv/ces/
Dtable.c457 size_t hdrlen; in load_file() local
467 hdrlen = nmlen + EXTTABLE_HEADER_LEN + alignment; in load_file()
476 if ((buf = malloc (hdrlen)) == NULL) in load_file()
479 if (fread ((void *) buf, 1, hdrlen, file) != hdrlen) in load_file()
482 cur += hdrlen; in load_file()