Searched refs:fncmp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dsystem.h298 extern int fncmp (const char *n1, const char *n2);
315 # define fncmp strcmp macro
H A Dfncase.c137 fncmp (const char *n1, const char *n2) function
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dadd.c120 || fncmp (argv[i], CVSADM) == 0)
786 if (fncmp (dir, CVSADM) == 0)
H A Dhash.c391 if (fncmp (p->key, key) == 0)
H A Dentries.c1047 if (fncmp (linefile, finfo->file) == 0)
H A Dlock.c667 if (ignore && !fncmp (ignore, dp->d_name))
H A Dcheckout.c1011 if (fncmp (repository, repos) != 0)
H A Drecurse.c1001 if (fncmp (dir, CVSADM) == 0)
H A Dclient.c897 dir_name path: the checking for "fncmp (dir, CVSADM)". */
961 if (fncmp (dir, CVSADM) == 0)
4768 cases where fncmp is just strcmp anyway. */

Completed in 123 milliseconds