Lines Matching defs:endswith
105 char* endswith(const char *s, const char *postfix) {
799 endswith(filename, ".rpmnew") ||
800 endswith(filename, ".rpmsave") ||
801 endswith(filename, ".rpmorig") ||
802 endswith(filename, ".dpkg-old") ||
803 endswith(filename, ".dpkg-new") ||
804 endswith(filename, ".dpkg-tmp") ||
805 endswith(filename, ".dpkg-dist") ||
806 endswith(filename, ".dpkg-bak") ||
807 endswith(filename, ".dpkg-backup") ||
808 endswith(filename, ".dpkg-remove") ||
809 endswith(filename, ".swp");
815 if (endswith(filename, "~"))
1076 return endswith(de->d_name, suffix);