Home
last modified time | relevance | path

Searched refs:code_mime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/src/
H A Dencoding.c77 const char **code_mime, const char **type) in file_encoding() argument
96 *code_mime = "binary"; in file_encoding()
111 *code_mime = "utf-7"; in file_encoding()
115 *code_mime = "us-ascii"; in file_encoding()
120 *code_mime = "utf-8"; in file_encoding()
124 *code_mime = "utf-8"; in file_encoding()
128 *code_mime = "utf-32le"; in file_encoding()
131 *code_mime = "utf-32be"; in file_encoding()
137 *code_mime = "utf-16le"; in file_encoding()
140 *code_mime = "utf-16be"; in file_encoding()
[all …]
H A Dascmagic.c79 const char *code_mime = NULL; in file_ascmagic() local
92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
H A Dfuncs.c351 const char *code_mime = "binary"; in file_buffer() local
370 &code, &code_mime, &ftype); in file_buffer()
521 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()