Searched refs:is_suffix (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpecList.cpp | 146 auto is_suffix = [](llvm::StringRef a, llvm::StringRef b, in GetFileSpecPointerAtIndex() 154 if (is_suffix(curr_file_dir, file_spec_dir, case_sensitive) || in MemorySize() 155 is_suffix(file_spec_dir, curr_file_dir, case_sensitive)) in MemorySize() 117 auto is_suffix = [](llvm::StringRef a, llvm::StringRef b, FindCompatibleIndex() local
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 74 static int is_suffix (const Char *, const Char *); 662 is_suffix(const Char *check, const Char *template) in is_suffix() function 762 if (is_suffix(item, *cp)) in ignored()
|
H A D | tw.parse.c | 112 static int is_suffix (Char *, Char *); 753 is_suffix(Char *check, Char *template) in is_suffix() function 780 if (is_suffix(item, *cp)) in ignored()
|