Home
last modified time | relevance | path

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

12

/dports/x11/wl-clipboard/wl-clipboard-2.1.0/src/util/
H A Dstring.c37 || str_has_suffix(mime_type, "script") in mime_type_is_text()
38 || str_has_suffix(mime_type, "xml") in mime_type_is_text()
39 || str_has_suffix(mime_type, "yaml"); in mime_type_is_text()
51 || str_has_suffix(mime_type, "pgp-keys"); in mime_type_is_text()
61 int str_has_suffix(const char *string, const char *suffix) { in str_has_suffix() function
H A Dstring.h30 int str_has_suffix(const char *string, const char *suffix);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/bpf/bpftool/
H A Dgen.c36 static bool str_has_suffix(const char *str, const char *suffix) in str_has_suffix() function
56 if (str_has_suffix(name, ".o")) in get_obj_name()
77 if (str_has_suffix(name, ".data")) in get_map_ident()
79 else if (str_has_suffix(name, ".rodata")) in get_map_ident()
81 else if (str_has_suffix(name, ".bss")) in get_map_ident()
83 else if (str_has_suffix(name, ".kconfig")) in get_map_ident()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/bpf/bpftool/
H A Dgen.c36 static bool str_has_suffix(const char *str, const char *suffix) in str_has_suffix() function
56 if (str_has_suffix(name, ".o")) in get_obj_name()
77 if (str_has_suffix(name, ".data")) in get_map_ident()
79 else if (str_has_suffix(name, ".rodata")) in get_map_ident()
81 else if (str_has_suffix(name, ".bss")) in get_map_ident()
83 else if (str_has_suffix(name, ".kconfig")) in get_map_ident()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/bpf/bpftool/
H A Dgen.c36 static bool str_has_suffix(const char *str, const char *suffix) in str_has_suffix() function
56 if (str_has_suffix(name, ".o")) in get_obj_name()
77 if (str_has_suffix(name, ".data")) in get_map_ident()
79 else if (str_has_suffix(name, ".rodata")) in get_map_ident()
81 else if (str_has_suffix(name, ".bss")) in get_map_ident()
83 else if (str_has_suffix(name, ".kconfig")) in get_map_ident()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/terminal/
H A Dterminal.c129 && str_has_suffix(term, "256color") in term_init()
132 } else if (str_has_suffix(term, "-direct")) { in term_init()
/dports/deskutils/gnote/gnote-41.1/src/test/unit/
H A Ddatetimeutests.cpp96 CHECK(Glib::str_has_suffix(date_string, "17:34")); in SUITE()
99 CHECK(Glib::str_has_suffix(date_string.lowercase(), "5:34 pm")); in SUITE()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dstringutils.h47 bool str_has_suffix(const std::string& str, const std::string& suffix);
H A Dstringutils.cc31 Glib::str_has_suffix(const std::string& str, const std::string& suffix) in str_has_suffix() function in Glib
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/util/
H A Dstr-util.h36 static inline bool str_has_suffix(const char *str, const char *suffix) in str_has_suffix() function
/dports/graphics/sane-airscan/sane-airscan-0.99.26/
H A Dtest-uri.c98 if (!str_has_suffix(path, "/")) { in test_fix_end_slash()
H A Dairscan-memstr.c288 str_has_suffix (const char *s, const char *suffix) in str_has_suffix() function
H A Dairscan-escl.c821 sep = str_has_suffix(ctx->location, "/") ? "" : "/"; in escl_load_query()
H A Dairscan-device.c648 if (str_has_suffix(real_uri_str, tail)) { in device_scanner_capabilities_callback()
H A Dairscan.h498 str_has_suffix (const char *s, const char *suffix);
H A Dairscan-http.c1006 if (!str_has_suffix(path, "/")) { in http_uri_fix_end_slash()
/dports/devel/pkgconf/pkgconf-1.8.0/libpkgconf/
H A Dpkg.c41 str_has_suffix(const char *str, const char *suffix) in str_has_suffix() function
615 if (!str_has_suffix(filebuf, PKG_CONFIG_EXT)) in pkgconf_pkg_scan_dir()
736 if (str_has_suffix(name, PKG_CONFIG_EXT)) in pkgconf_pkg_find()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dfilmsimulation.cc21 !Glib::str_has_suffix(dir, G_DIR_SEPARATOR_S) in stripPrefixDir()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dsymbols.cpp784 if(Glib::str_has_suffix(filename, ".vss")) { in getSymbolsTitle()
852 if(Glib::str_has_suffix(filename, ".vss")) { in getSymbolsSet()
880 if(Glib::str_has_suffix(filename, ".svg")) { in getSymbolsSet()
H A Dexport.cpp1154 if (!extension && !Glib::str_has_suffix(filename, ".png")) { in _export_raster()
1160 if(Glib::str_has_suffix(path.c_str(), output_ext->get_extension())) { in _export_raster()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dcompletion.c128 if (!str_has_suffix(dirprefix, "/")) { in do_collect_files()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dfilmsimulation.cc21 !Glib::str_has_suffix(dir, G_DIR_SEPARATOR_S) in stripPrefixDir()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/io/
H A Dresource.cpp335 reject ^= Glib::str_has_suffix(file, ext); in get_filenames_from_path()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dutils.cpp471 if(Glib::str_has_suffix(i, "\r")) { in load_from_string_list()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-plugin-manager.c365 str_has_suffix (const char *haystack, const char *needle) in str_has_suffix() function
476 if (str_has_suffix (entry->d_name, ".plugin")) in load_plugins_from_directory()

12