Home
last modified time | relevance | path

Searched refs:xdg_mime_mime_type_equal (Results 1 – 25 of 25) sorted by relevance

/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dxdgmime.h58 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_mime_type_equal) macro
89 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c686 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
H A Dxdgmimecache.c302 xdg_mime_mime_type_equal (mime_types[n], non_match)) in cache_magic_lookup_data()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/xdg_mime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c719 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/third_party/xdg_mime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c719 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/audio/fatfrog-lv2/FatFrog.lv2-1.0/libxputty/xputty/xdgmime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c721 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/audio/littlefly-lv2/LittleFly.lv2-1.0/libxputty/xputty/xdgmime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c721 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/xputty/xdgmime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c721 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/audio/mamba/Mamba-2.2/libxputty/xputty/xdgmime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c721 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/audio/fluida-lv2/Fluida.lv2-0.7/libxputty/xputty/xdgmime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c721 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/misc/shared-mime-info/shared-mime-info-ef58b2b2f7ad4070171c6e45e3b3764daa3ff2c1/src/xdgmime/src/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
98 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dtest-mime.c66 actual = xdg_mime_mime_type_equal (mime_a, mime_b); in test_alias()
H A Dxdgmime.c721 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/devel/glib20/glib-2.70.4/gio/xdgmime/
H A Dxdgmime.h57 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
100 int xdg_mime_mime_type_equal (const char *mime_a,
H A Dxdgmime.c789 xdg_mime_mime_type_equal (const char *mime_a, in xdg_mime_mime_type_equal() function
/dports/archivers/xarchiver/xarchiver-0.5.4.16/src/xdgmime/
H A Dxdgmime.h59 #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) macro
/dports/misc/shared-mime-info/shared-mime-info-ef58b2b2f7ad4070171c6e45e3b3764daa3ff2c1/src/xdgmime/
H A DChangeLog338 * src/xdgmime.c: (xdg_mime_unalias_mime_type), (xdg_mime_mime_type_equal):
585 (xdg_mime_mime_type_equal), (xdg_mime_mime_type_subclass),
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgcontenttype.c236 res = xdg_mime_mime_type_equal (type1, type2); in g_content_type_equals()