Searched refs:is_suffix (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf-strtab.c284 is_suffix (const struct elf_strtab_hash_entry *A, function
356 if (is_suffix (e, cmp))
H A Dmerge.c576 is_suffix (const struct sec_merge_hash_entry *A, function
637 && is_suffix (e, cmp))
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c77 static int is_suffix (const Char *, const Char *);
665 is_suffix(const Char *check, const Char *template) function
765 if (is_suffix(item, *cp))
H A Dtw.parse.c116 static int is_suffix (Char *, Char *);
748 /* is_suffix():
753 is_suffix(Char *check, Char *template) function
765 } /* end is_suffix */
780 if (is_suffix(item, *cp))
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lang.c283 is_suffix (const char *str, const char *suffix)
766 is_suffix (ada_type_name (desc_base_type (type)), "___XUT")
767 || is_suffix (ada_type_name (desc_base_type (type)), "___XUT___XVE");
777 if (is_suffix (ada_type_name (base_type), "___XVE"))
282 is_suffix (const char *str, const char *suffix) function

Completed in 138 milliseconds