Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/file/dist/
DMAINT35 funcs.c: file_buffer()
DChangeLog1680 * Centralize all the tests in file_buffer.
/netbsd/src/external/bsd/file/dist/src/
Dmagic.c539 if (file_buffer(ms, fd, okstat ? &sb : NULL, inname, buf, CAST(size_t, nbytes)) == -1) in file_or_fd()
565 if (file_buffer(ms, -1, NULL, NULL, buf, nb) == -1) { in magic_buffer()
Dcompress.c328 prv = file_buffer(ms, -1, NULL, name, newbuf, in file_zmagic()
346 if (file_buffer(ms, -1, NULL, NULL, buf, nbytes) == -1) in file_zmagic()
Dfile.h531 file_protected int file_buffer(struct magic_set *, int, struct stat *,
Dfuncs.c329 file_buffer(struct magic_set *ms, int fd, struct stat *st, in file_buffer() function