strncmp           701 gtags-cscope/display.c 		if ((int)strlen(s) >= 3 && strncmp(slash - 3, ".ss", 3) == 0) {
strncmp           253 htags/common.c 				if (!strncmp("@PARENT_DIR@",
strncmp           233 htags/fileindex.c 	if (!strncmp(path, dir, length) && *(path + length) == '/')
strncmp           544 htags/htags.c  				if (!strncmp(start, tab[i].name, length))
strncmp           542 libglibc/getopt.c 	if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar))
strncmp           900 libglibc/getopt.c 	  if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar))
strncmp           854 libltdl/ltdl.c 	  if (strncmp(p, "-L", 2) == 0 || strncmp(p, "-R", 2) == 0)
strncmp           905 libltdl/ltdl.c 	  if (strncmp(p, "-L", 2) != 0 && strncmp(p, "-R", 2) != 0)
strncmp           910 libltdl/ltdl.c 	      if (strncmp(p, "-l", 2) == 0)
strncmp          1077 libltdl/ltdl.c       if (strncmp (line, STR_DLNAME, sizeof (STR_DLNAME) - 1) == 0)
strncmp          1084 libltdl/ltdl.c       else if (strncmp (line, STR_OLD_LIBRARY,
strncmp          1094 libltdl/ltdl.c       else if (strncmp (line, STR_LIBDIR, sizeof (STR_LIBDIR) - 1) == 0)
strncmp          1106 libltdl/ltdl.c       else if (strncmp (line, STR_DL_DEPLIBS,
strncmp          1122 libltdl/ltdl.c       else if (!*dlname && strncmp (line, STR_LIBRARY_NAMES,
strncmp          1298 libltdl/ltdl.c 	  if (strncmp(name, "lib", 3) == 0)
strncmp           268 libutil/abs2rel.c 		while (!strncmp(p, "./", 2))	/* skip "./" at the head of the path */
strncmp           270 libutil/abs2rel.c 		while (!strncmp(p, "../", 3)) {	/* accept the first "../" */
strncmp           289 libutil/abs2rel.c 				while (!strncmp(p, "./", 2))
strncmp           292 libutil/abs2rel.c 				while (!strncmp(p, "../", 3)) {
strncmp           474 libutil/abs2rel.c 		if (!strncmp(pp, "../", 3)) {
strncmp           478 libutil/abs2rel.c 		} else if (!strncmp(pp, "./", 2)) {
strncmp           480 libutil/abs2rel.c 		} else if (!strncmp(pp, "..\0", 3)) {
strncmp           211 libutil/compress.c 		} else if (!strncmp(p, name, length)) {
strncmp           219 libutil/compress.c 				if (!strncmp(p, ab[i].name, ab[i].length)) {
strncmp           500 libutil/dbop.c 				if (strncmp((char *)key.data, dbop->key, dbop->keylen))
strncmp           583 libutil/dbop.c 			if (strncmp((char *)key.data, dbop->key, dbop->keylen))
strncmp            76 libutil/find.c #define STRNCMP strncmp
strncmp           125 libutil/locatestring.c 	cmpfunc = (flag & IGNORE_CASE) ? strincmp : strncmp;
strncmp            77 plugin-factory/exuberant-ctags.c 	if (strncmp(src, "cpp:", 4) == 0) {