strncmp           240 htags/common.c 				if (!strncmp("@PARENT_DIR@",
strncmp           225 htags/fileindex.c 	if (!strncmp(path, dir, length) && *(path + length) == '/')
strncmp           465 htags/htags.c  				if (!strncmp(start, tab[i].name, length))
strncmp           501 libglibc/getopt.c 	if (!strncmp (p->name, nextchar, nameend - nextchar))
strncmp           246 libutil/abs2rel.c 		while (!strncmp(p, "./", 2))	/* skip "./" at the head of the path */
strncmp           248 libutil/abs2rel.c 		while (!strncmp(p, "../", 3)) {	/* accept the first "../" */
strncmp           267 libutil/abs2rel.c 				while (!strncmp(p, "./", 2))
strncmp           270 libutil/abs2rel.c 				while (!strncmp(p, "../", 3)) {
strncmp           450 libutil/abs2rel.c 		if (!strncmp(pp, "../", 3)) {
strncmp           454 libutil/abs2rel.c 		} else if (!strncmp(pp, "./", 2)) {
strncmp           456 libutil/abs2rel.c 		} else if (!strncmp(pp, "..\0", 3)) {
strncmp           195 libutil/compress.c 		} else if (!strncmp(p, name, length)) {
strncmp           203 libutil/compress.c 				if (!strncmp(p, ab[i].name, ab[i].length)) {
strncmp           297 libutil/dbop.c 				if (strncmp((char *)key.data, dbop->key, dbop->keylen))
strncmp           378 libutil/dbop.c 			if (strncmp((char *)key.data, dbop->key, dbop->keylen))
strncmp           322 libutil/find.c 			if (!strncmp(path + 1, first, last - first))
strncmp           127 libutil/locatestring.c 	cmpfunc = (flag & IGNORE_CASE) ? strincmp : strncmp;