Searched refs:mime (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/file/src/
H A Dfsmagic.c70 int mime = ms->flags & MAGIC_MIME; local
71 if ((mime & MAGIC_MIME_TYPE) &&
75 else if (!mime) {
88 handle_mime(struct magic_set *ms, int mime, const char *str) argument
90 if ((mime & MAGIC_MIME_TYPE)) {
93 if ((mime & MAGIC_MIME_ENCODING) && file_printf(ms,
97 if ((mime & MAGIC_MIME_ENCODING) && file_printf(ms, "binary") == -1)
106 int mime = ms->flags & MAGIC_MIME; local
171 if (!mime) {
191 if (mime) {
[all...]
H A Dis_tar.c70 int mime = ms->flags & MAGIC_MIME; local
79 if (file_printf(ms, "%s", mime ? "application/x-tar" :
H A Dreadcdf.c50 const char *mime; member in struct:nv
76 const char *mime; member in struct:cv
99 for (i = 0; cv[i].mime != NULL; i++) {
101 return cv[i].mime;
104 fprintf(stderr, "unknown mime %" PRIx64 ", %" PRIx64 "\n", clsid[0],
125 rv = nv[i].mime;
377 const char *mime; member in struct:sinfo
433 si->mime) == -1)
H A Dascmagic.c108 int mime = ms->flags & MAGIC_MIME; local
196 if (mime) {
197 if (!file_printedlen(ms) && (mime & MAGIC_MIME_TYPE) != 0) {
H A Dcompress.c111 int mime = ms->flags & MAGIC_MIME; local
134 (mime == MAGIC_MIME || mime == 0)) {
135 if (file_printf(ms, mime ?
140 if (!mime && file_printf(ms, ")") == -1)
H A Dfuncs.c179 int mime = ms->flags & MAGIC_MIME; local
284 if ((!mime || (mime & MAGIC_MIME_TYPE)) &&
285 file_printf(ms, "%s", mime ? type : def) == -1) {
H A Dapprentice.c165 DECLARE_FIELD(mime),
3083 /* Compatibility with old code that looked in .mime */
3085 if (asprintf(&buf, "%.*s.mime%s", (int)(q - fn), fn, ext) < 0)
3096 /* Compatibility with old code that looked in .mime */
3097 if (strstr(p, ".mime") != NULL)
/freebsd-10.2-release/usr.sbin/sendmail/
H A DMakefile18 macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c \
/freebsd-10.2-release/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
/freebsd-10.2-release/contrib/file/magic/
H A DMakefile.am148 $(MAGIC_FRAGMENT_DIR)/mime \
H A DMakefile.in420 $(MAGIC_FRAGMENT_DIR)/mime \

Completed in 74 milliseconds