Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/file/src/
H A Dapprentice.c488 apprentice_list(ms->mlist[i], BINTEST); in apprentice_1()
1119 mstart->flag |= BINTEST; in set_test_type()
1129 mstart->flag |= BINTEST; in set_test_type()
1135 mstart->flag |= BINTEST; in set_test_type()
1139 if (mstart->flag & (TEXTTEST|BINTEST)) in set_test_type()
1145 mstart->flag |= BINTEST; in set_test_type()
1300 me[i].mp->flag & BINTEST ? binary : text); in set_text_binary()
1301 if (me[i].mp->flag & BINTEST) { in set_text_binary()
H A Dfile.h204 #define BINTEST 0x20 /* test is for a binary type (set only macro
H A Dfuncs.c445 m = file_softmagic(ms, &b, NULL, NULL, BINTEST, looks_text); in file_buffer()
H A Dsoftmagic.c1826 BINTEST, text, 0, indir_count, name_count, in mget()