strcmp            181 global/global.c         if (!strcmp(root, "/"))
strcmp            255 global/global.c 				if (!strcmp(optarg, "sort"))
strcmp            257 global/global.c 				else if (!strcmp(optarg, "path"))
strcmp            334 global/global.c 			if (!strcmp(optarg, "ctags-x"))
strcmp            336 global/global.c 			else if (!strcmp(optarg, "ctags-xid"))
strcmp            338 global/global.c 			else if (!strcmp(optarg, "ctags"))
strcmp            340 global/global.c 			else if (!strcmp(optarg, "path"))
strcmp            342 global/global.c 			else if (!strcmp(optarg, "grep"))
strcmp            344 global/global.c 			else if (!strcmp(optarg, "cscope"))
strcmp            469 global/global.c 		if (strcmp(root, cwd) != 0) {
strcmp            900 global/global.c         if (!strcmp(root, "/"))
strcmp            979 global/global.c 				if (strcmp(curpath, ptable.part[PART_PATH].start)) {
strcmp           1094 global/global.c 				if (strcmp(gtp->path, curpath) != 0) {
strcmp           1107 global/global.c 				} else if (strcmp(gtp->tag, curtag) != 0) {
strcmp           1259 global/global.c 			if (!strcmp(dbpath, libdbpath))
strcmp            209 gozilla/gozilla.c 			if (!strcmp("--help", argv[0]))
strcmp            211 gozilla/gozilla.c 			else if (!strcmp("--version", argv[0]))
strcmp            213 gozilla/gozilla.c 			else if (!strcmp("--quiet", argv[0])) {
strcmp            216 gozilla/gozilla.c 			} else if (!strcmp("--verbose", argv[0])) {
strcmp            350 gozilla/gozilla.c 				if (!strcmp(arg, ptable.part[0].start)) {
strcmp            387 gozilla/gozilla.c         if (!strcmp(root, "/"))
strcmp            167 gtags-parser/C.c 						if (!strcmp(savetok, "SCM_DEFINE") && *arg1)
strcmp            635 gtags-parser/C.c 		    && ((c == SYMBOL && strcmp(token, "__THROW")) || IS_RESERVED_WORD(c)))
strcmp            682 gtags-parser/C.c 		else if ((cc = nexttoken(NULL, c_reserved_word)) == SYMBOL && !strcmp(token, "notdef"))
strcmp            717 gtags-parser/C.c                 if (cc == SYMBOL && strcmp(token, "defined") != 0) {
strcmp            740 gtags-parser/C.c 	if (length > 2 && strcmp(p - 2, "_t") == 0)
strcmp            136 gtags-parser/Cpp.c 						if (target == DEF && strcmp(stack[classlevel].classname, savetok))
strcmp            716 gtags-parser/Cpp.c 		else if ((cc = nexttoken(NULL, cpp_reserved_word)) == SYMBOL && !strcmp(token, "notdef"))
strcmp            751 gtags-parser/Cpp.c                 if (cc == SYMBOL && strcmp(token, "defined") != 0) {
strcmp            774 gtags-parser/Cpp.c 	if (length > 2 && strcmp(p - 2, "_t") == 0)
strcmp            175 gtags-parser/asm_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
strcmp           1143 gtags-parser/asm_scan.c 			if (strcmp(LEXTEXT, "defined") == 0)
strcmp            456 gtags-parser/c_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
strcmp            359 gtags-parser/cpp_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
strcmp            113 gtags-parser/gctags.c                 if (!strcmp(lang, lang_switch[i].lang_name))
strcmp            169 gtags-parser/gctags.c 			if (!strcmp(p, "langmap"))
strcmp            300 gtags-parser/gctags.c 	return strcmp(((struct words *)s1)->name, ((struct words *)s2)->name);
strcmp             90 gtags-parser/java.c 					if (strcmp(stack[classlevel].classname, token))
strcmp            238 gtags-parser/java_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
strcmp           1097 gtags-parser/php.c 				if (!strcmp(end_of_here_document, keyword)) {
strcmp           2175 gtags-parser/php.c 			} else if (!strcmp(LEXTEXT, "this")) {
strcmp            534 gtags-parser/php_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
strcmp            179 gtags/gtags.c  			if (!strcmp("absolute", optarg))
strcmp            181 gtags/gtags.c  			else if (!strcmp("relative", optarg))
strcmp            183 gtags/gtags.c  			else if (!strcmp("through", optarg))
strcmp            287 gtags/gtags.c  	if (file_list && strcmp(file_list, "-")) {
strcmp            121 htags-refkit/htags_path2url.c 	return strcmp(((struct map *)s1)->name, ((struct map *)s2)->name);
strcmp            141 htags/anchor.c 			if (strcmp(ptable.part[PART_PATH].start, path) != 0) {
strcmp            292 htags/anchor.c 		if (!p->done && p->length == length && !strcmp(gettag(p), name))
strcmp            901 htags/asm.c    		    && strcmp(LEXTEXT, "defined") == 0)
strcmp           1028 htags/c.c      		    && strcmp(LEXTEXT, "defined") == 0)
strcmp            142 htags/common.c 	if (!strcmp(xhtml_version, "1.1") && !Fflag)
strcmp            899 htags/cpp.c    		    && strcmp(LEXTEXT, "defined") == 0)
strcmp            102 htags/dupindex.c 			if (strcmp(prev, tag)) {
strcmp            578 htags/fileindex.c 		    && (strcmp(lang, "c") == 0 || strcmp(lang, "cpp") == 0
strcmp            579 htags/fileindex.c 		       || strcmp(lang, "yacc") == 0))
strcmp            774 htags/fileindex.c 		    && strcmp(lang, "php") == 0)
strcmp           1126 htags/htags.c  		if (!strcmp(p, "no"))
strcmp           1128 htags/htags.c  		else if (!strcmp(p, "before"))
strcmp           1130 htags/htags.c  		else if (!strcmp(p, "right"))
strcmp           1132 htags/htags.c  		else if (!strcmp(p, "after"))
strcmp           1518 htags/htags.c  				if (!strcmp(optarg, "before"))
strcmp           1520 htags/htags.c  				else if (!strcmp(optarg, "right"))
strcmp           1522 htags/htags.c  				else if (!strcmp(optarg, "after"))
strcmp           1578 htags/htags.c  				if (!strcmp("1.0", optarg) || !strcmp("1.1", optarg))
strcmp            935 htags/php.c    		if (!strcmp(end_of_here_document, keyword)) {
strcmp            104 htags/src2html.c 		if (!strcmp(lang, lang_switch[i].lang_name))
strcmp            643 htags/src2html.c 	if (strcmp(strbuf_value(dir), prev_dir) != 0) {
strcmp            425 libglibc/getopt.c       if (optind != argc && !strcmp (argv[optind], "--"))
strcmp            367 libglibc/regex.c #define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
strcmp            415 libutil/abs2rel.c 	if (!strcmp(path, ".") || !strcmp(path, "./")) {
strcmp            142 libutil/conf.c 			if (!strcmp(label, candidate)) {
strcmp            393 libutil/conf.c 	if (!strcmp(name, "suffixes") || !strcmp(name, "skip"))
strcmp            415 libutil/conf.c 		if (!strcmp(name, "bindir")) {
strcmp            418 libutil/conf.c 		} else if (!strcmp(name, "datadir")) {
strcmp            300 libutil/dbop.c 				if (strcmp((char *)key.data, dbop->key))
strcmp            367 libutil/dbop.c 			if (!strcmp(dbop->prev, (char *)key.data))
strcmp            381 libutil/dbop.c 			if (strcmp((char *)key.data, dbop->key))
strcmp            325 libutil/find.c 			if (!strcmp(path + 1, first))
strcmp            360 libutil/find.c 		if (!strcmp(dp->d_name, "."))
strcmp            362 libutil/find.c 		if (!strcmp(dp->d_name, ".."))
strcmp            426 libutil/find.c 	if (!strcmp(filename, "-")) {
strcmp            448 libutil/find.c 	if (!strcmp(root, "/"))
strcmp             74 libutil/gtagsop.c 	return strcmp(*(char **)s1, *(char **)s2);
strcmp             93 libutil/gtagsop.c 	if ((ret = strcmp(e1->path, e2->path)) != 0)
strcmp            403 libutil/gtagsop.c 		if (gtop->cur_path[0] && strcmp(gtop->cur_path, ptable.part[PART_PATH].start)) {
strcmp            525 libutil/gtagsop.c 	} else if (pattern == NULL || !strcmp(pattern, ".*")) {
strcmp            875 libutil/gtagsop.c 		} else if (strcmp(gtop->cur_tagname, gtop->dbop->lastkey) != 0) {
strcmp             89 libutil/langmap.c 	if (!strcmp(suffix, ".h") && getenv("GTAGSFORCECPP") != NULL)
strcmp            104 libutil/path.c 					if (!strcmp(_lfn_gen_short_fname(name, sfn), name)) {
strcmp            119 libutil/strhash.c 		if (strcmp(entry->name, name) == 0)