Searched defs:magic_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Dfile.c1731 * Add the given magic_file filename string to the list of magic
1741 add_to_mlist(char *magic_file, int first) argument
1784 if ((*mlistp = malloc(strlen(magic_file) + 1)) == NULL) {
1790 (void) strlcpy(*mlistp, magic_file, strlen(magic_file) + 1);

Completed in 61 milliseconds