Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/file/
Dtext.c110 text_try_test(const void *base, size_t size, int (*f)(u_char)) in text_try_test() function
125 if (text_try_test(base, size, text_is_ascii)) in text_get_type()
127 if (text_try_test(base, size, text_is_latin1)) in text_get_type()
129 if (text_try_test(base, size, text_is_extended)) in text_get_type()