Home
last modified time | relevance | path

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

/minix3/external/bsd/file/dist/src/
H A Dencoding.c57 private int looks_latin1(const unsigned char *, size_t, unichar *, size_t *);
117 } else if (looks_latin1(buf, nbytes, *ubuf, ulen)) { in file_encoding()
132 } else if (looks_latin1(nbuf, nbytes, *ubuf, ulen)) { in file_encoding()
250 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() function