Searched refs:BINTEST (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | apprentice.c | 525 apprentice_list(ms->mlist[i], BINTEST); in apprentice_1() 1262 mstart->flag |= BINTEST; in set_test_type() 1272 mstart->flag |= BINTEST; in set_test_type() 1276 if (mstart->flag & (TEXTTEST|BINTEST)) in set_test_type() 1285 mstart->flag |= BINTEST; in set_test_type() 1292 mstart->flag |= BINTEST; in set_test_type() 1451 me[i].mp->flag & BINTEST ? binary : text); in set_text_binary() 1452 if (me[i].mp->flag & BINTEST) { in set_text_binary()
|
| H A D | file.h | 231 #define BINTEST 0x20 /* test is for a binary type (set only macro
|
| H A D | funcs.c | 466 m = file_softmagic(ms, &b, NULL, NULL, BINTEST, looks_text); in file_buffer()
|
| H A D | softmagic.c | 1936 mlp->nmagic, &bb, 0, BINTEST, text, 0, indir_count, in mget()
|