Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dis_json.c422 file_is_json(struct magic_set *ms, const struct buffer *b) in file_is_json() function
H A Dfile.h559 file_protected int file_is_json(struct magic_set *, const struct buffer *);
H A Dfuncs.c390 m = file_is_json(ms, &b); in file_buffer()