HomeSort by: relevance | last modified time | path
    Searched refs:fncmp (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
system.h 298 extern int fncmp (const char *n1, const char *n2);
315 # define fncmp strcmp macro
fncase.c 137 fncmp (const char *n1, const char *n2) function
  /src/external/gpl2/xcvs/dist/src/
add.c 120 || fncmp (argv[i], CVSADM) == 0)
786 if (fncmp (dir, CVSADM) == 0)
hash.c 391 if (fncmp (p->key, key) == 0)
checkout.c 1011 if (fncmp (repository, repos) != 0)
entries.c 1047 if (fncmp (linefile, finfo->file) == 0)
lock.c 667 if (ignore && !fncmp (ignore, dp->d_name))
recurse.c 1001 if (fncmp (dir, CVSADM) == 0)
client.c 897 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 82 milliseconds