HomeSort by: relevance | last modified time | path
    Searched refs:magic_open (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/file/lib/
Makefile 32 MLINKS+= libmagic.3 magic_open.3 \
  /src/external/bsd/file/dist/src/
memtest.c 123 magic_t m = magic_open(0);
125 err(EXIT_FAILURE, "magic_open");
magic.h.in 128 magic_t magic_open(int);
file.c 395 magic = magic_open(flags|MAGIC_CHECK);
497 struct magic_set *magic = magic_open(flags);
magic.c 273 magic_open(int flags) function
apprentice.c 215 if ((ms = magic_open(MAGIC_CHECK)) == NULL) {
  /src/external/bsd/file/dist/tests/
test.c 125 ms = magic_open(flags);
  /src/external/bsd/file/dist/python/
magic.py 70 _open = _libraries['magic'].magic_open
  /src/usr.bin/mail/
mime_attach.c 370 magic = magic_open(MAGIC_MIME);
372 warnx("magic_open: %s", magic_error(magic));

Completed in 32 milliseconds