Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dfuncs.c454 rbuf = file_pop_buffer(ms, pb); in file_buffer()
796 file_pop_buffer(struct magic_set *ms, file_pushbuf_t *pb) in file_pop_buffer() function
H A Dcompress.c348 if (file_pop_buffer(ms, pb) != NULL) in file_zmagic()
352 if ((rbuf = file_pop_buffer(ms, pb)) != NULL) { in file_zmagic()
H A Dfile.h630 file_protected char *file_pop_buffer(struct magic_set *, file_pushbuf_t *);
H A Dsoftmagic.c1914 rbuf = file_pop_buffer(ms, pb); in mget()