Home
last modified time | relevance | path

Searched refs:file_ascmagic (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/file/magic/Magdir/
HDunicode5 # These types are recognised in file_ascmagic so these encodings can be
/freebsd-14-stable/contrib/file/
HDMAINT40 ascmagic.c file_ascmagic()
HDChangeLog1951 * src/ascmagic.c (file_ascmagic): Fix three bugs about text files:
/freebsd-14-stable/contrib/file/src/
HDascmagic.c71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic() function
HDfile.h568 file_protected int file_ascmagic(struct magic_set *, const struct buffer *,
HDfuncs.c476 m = file_ascmagic(ms, &b, looks_text); in file_buffer()