Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dapprentice.c527 apprentice_list(ms->mlist[i], BINTEST); in apprentice_1()
1251 mstart->flag |= BINTEST; in set_test_type()
1261 mstart->flag |= BINTEST; in set_test_type()
1267 mstart->flag |= BINTEST; in set_test_type()
1271 if (mstart->flag & (TEXTTEST|BINTEST)) in set_test_type()
1277 mstart->flag |= BINTEST; in set_test_type()
1434 me[i].mp->flag & BINTEST ? binary : text); in set_text_binary()
1435 if (me[i].mp->flag & BINTEST) { in set_text_binary()
H A Dfile.h220 #define BINTEST 0x20 /* test is for a binary type (set only macro
H A Dfuncs.c466 m = file_softmagic(ms, &b, NULL, NULL, BINTEST, looks_text); in file_buffer()
H A Dsoftmagic.c1904 mlp->nmagic, &bb, 0, BINTEST, text, 0, indir_count, in mget()