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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.file.c74 static int is_suffix (const Char *, const Char *);
662 is_suffix(const Char *check, const Char *template) function
762 if (is_suffix(item, *cp))
H A Dtw.parse.c112 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))

Completed in 117 milliseconds