Searched refs:file_ascmagic (Results 1 – 6 of 6) sorted by relevance
5 # GRR: These types should be recognised in file_ascmagic so these
40 ascmagic.c file_ascmagic()
1279 * src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_ascmagic() function
449 protected int file_ascmagic(struct magic_set *, const unsigned char *, size_t,
258 if ((m = file_ascmagic(ms, ubuf, nb, looks_text)) != 0) { in file_buffer()