Home
last modified time | relevance | path

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

/dragonfly/contrib/file/
H A DMAINT35 funcs.c: file_buffer()
H A DChangeLog1620 * Centralize all the tests in file_buffer.
/dragonfly/contrib/file/src/
H A Dmagic.c533 if (file_buffer(ms, fd, okstat ? &sb : NULL, inname, buf, CAST(size_t, nbytes)) == -1) in file_or_fd()
559 if (file_buffer(ms, -1, NULL, NULL, buf, nb) == -1) { in magic_buffer()
H A Dcompress.c300 prv = file_buffer(ms, -1, NULL, name, newbuf, nsz); in file_zmagic()
317 if (file_buffer(ms, -1, NULL, NULL, buf, nbytes) == -1) { in file_zmagic()
H A Dfile.h519 protected int file_buffer(struct magic_set *, int, struct stat *, const char *,
H A Dfuncs.c323 file_buffer(struct magic_set *ms, int fd, struct stat *st, in file_buffer() function