Searched refs:BINTEST (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | apprentice.c | 521 apprentice_list(ms->mlist[i], BINTEST); in apprentice_1() 1257 mstart->flag |= BINTEST; in set_test_type() 1267 mstart->flag |= BINTEST; in set_test_type() 1273 mstart->flag |= BINTEST; in set_test_type() 1277 if (mstart->flag & (TEXTTEST|BINTEST)) in set_test_type() 1283 mstart->flag |= BINTEST; in set_test_type() 1442 me[i].mp->flag & BINTEST ? binary : text); in set_text_binary() 1443 if (me[i].mp->flag & BINTEST) { in set_text_binary()
|
| H A D | file.h | 227 #define BINTEST 0x20 /* test is for a binary type (set only macro
|
| H A D | funcs.c | 460 m = file_softmagic(ms, &b, NULL, NULL, BINTEST, looks_text); in file_buffer()
|
| H A D | softmagic.c | 1902 mlp->nmagic, &bb, 0, BINTEST, text, 0, indir_count, in mget()
|