Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dsoftmagic.c65 file_private int print_sep(struct magic_set *, int);
315 if (print_sep(ms, *firstline) == -1) in match()
438 if (print_sep(ms, *firstline) in match()
2523 if (print_sep(ms, firstline) == -1) in handle_annotation()
2532 if (print_sep(ms, firstline) == -1) in handle_annotation()
2543 if (print_sep(ms, firstline) == -1) in handle_annotation()
2557 print_sep(struct magic_set *ms, int firstline) in print_sep() function