Searched refs:magic_file (Results 1 – 15 of 15) sorted by relevance
41 Use with the -magic magic_file option, where magic_file is a file
1565 if(magic_file && init_magic(magic_file) != 0)1705 if (magic_file && hfs_last == MAP_LAST) {1749 if (magic_file && hfs_last == MAG_LAST) {1787 if (magic_file) in clean_hfs()
130 char *magic_file = 0; /* name of magic file */ variable1132 magic_file = optarg; in FDECL2()1224 …if (*afpfile || probe || mac_name || nomacfiles || hfs_select || hfs_boot_file || magic_file || hf… in FDECL2()
314 extern char *magic_file; /* magic file for CREATOR/TYPE matching */
42 Use with the -magic magic_file option, where magic_file is a file
147 r = magic_file(m, argv[0]); in main()
372 p = magic_file(ms, buf); in file_fsmagic()
132 const char *magic_file(magic_t, const char *);
419 magic_file(struct magic_set *ms, const char *inname) in magic_file() function
657 type = magic_file(ms, std_in ? NULL : inname); in process()
137 if ((result = magic_file(ms, argv[0])) == NULL) { in main()
30 magic.c magic_file()
2123 * make NULL in magic_file mean stdin2124 * Fix "-" argument to file to pass NULL to magic_file
78 _file = _libraries['magic'].magic_file
379 cp = magic_file(magic, filename); in content_type_by_name()