Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/nls/
H A Dcatopen.c221 int hdr_offset, i, index, j, msgs, nmsgs, nsets, off, txt_offset; in verify_msgcat() local
228 txt_offset = ntohl(cat->__msg_txt_offset); in verify_msgcat()
231 if (nsets < 1 || hdr_offset < 0 || txt_offset < 0) in verify_msgcat()
276 if (remain - txt_offset < off || in verify_msgcat()
277 memchr((char *) catd->__data + sizeof(*cat) + txt_offset + off, in verify_msgcat()
278 '\0', remain - txt_offset - off) == NULL) in verify_msgcat()