Home
last modified time | relevance | path

Searched refs:cvs_casecmp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfilesubr.c987 cvs_casecmp (str1, str2) in cvs_casecmp() function
1062 if (cvs_casecmp (dp->d_name, fname) == 0)
H A Dadd.c362 if (cvs_casecmp (dp->d_name, finfo.file) == 0)
H A Dcvs.h583 extern int cvs_casecmp PROTO ((char *, char *));
H A DChangeLog-972586 * cvs.h, filesubr.c (cvs_casecmp, fopen_case): New functions.