test              894 global/global.c 			if (!test("f", makepath(libdbpath, dbname(db), NULL)))
test             1237 global/global.c 			if (test("d", buf)) {
test             1241 global/global.c 			if (!test("f", buf)) {
test             1504 global/global.c 		if (!test("f", makepath(root, path, NULL))) {
test             1506 global/global.c 				if (test("d", NULL))
test             1825 global/global.c 			if (!test("f", makepath(libdbpath, dbname(db), NULL)))
test              122 gozilla/gozilla.c 	if (!test("r", makepath(p, gozillarc, NULL)))
test              124 gozilla/gozilla.c 		if (!test("r", makepath(p, dos_gozillarc, NULL)))
test              183 gozilla/gozilla.c 	if (test("d", makepath(dbpath, "HTML", NULL)))
test              185 gozilla/gozilla.c 	else if (test("d", makepath(root, "HTML", NULL)))
test              187 gozilla/gozilla.c 	else if (test("d", makepath(root, "html/HTML", NULL)))
test              318 gozilla/gozilla.c 			else if (test("fr", argument) || test("dr", argument)) {
test              363 gozilla/gozilla.c 	if (!test("f", path))
test              401 gozilla/gozilla.c 	if (!test("f", file) && !test("d", file))
test              471 gozilla/gozilla.c 			if (test("f", strbuf_value(sb)))
test              474 gozilla/gozilla.c 			if (test("f", strbuf_value(sb)))
test              488 gozilla/gozilla.c 		if (test("f", strbuf_value(sb)))
test              491 gozilla/gozilla.c 		if (test("f", strbuf_value(sb)))
test              329 gtags/gtags.c  		if (!test("f", dump_target))
test              357 gtags/gtags.c  	if (file_list == NULL && test("f", GTAGSFILES))
test              360 gtags/gtags.c  		if (test("d", file_list))
test              362 gtags/gtags.c  		else if (!test("f", file_list))
test              364 gtags/gtags.c  		else if (!test("r", file_list))
test              377 gtags/gtags.c  		if (!test("f", p))
test              430 gtags/gtags.c  	if (iflag && (!test("f", makepath(dbpath, dbname(GTAGS), NULL)) ||
test              431 gtags/gtags.c  		!test("f", makepath(dbpath, dbname(GRTAGS), NULL)) ||
test              432 gtags/gtags.c  		!test("f", makepath(dbpath, dbname(GPATH), NULL)))) {
test              437 gtags/gtags.c  	if (!test("d", dbpath))
test              480 gtags/gtags.c  		if (!test("f", makepath(dbpath, dbname(GPATH), NULL)))
test              581 gtags/gtags.c  		if (test("b", single_update))
test              613 gtags/gtags.c  				if (test("b", ++path))
test              659 gtags/gtags.c  				if (!idset_contains(findset, id) || !test("f", path) || test("b", path))
test              662 gtags/gtags.c  				if (!idset_contains(findset, id) || !test("f", path)) {
test              779 gtags/gtags.c  	if (test("f", makepath(dbpath, dbname(GRTAGS), NULL))) {
test              890 gtags/gtags.c  			if (!test("b", path))
test              180 htags/cflowindex.c 			if (test("f", path) && (fid = path2fid_readonly(path)) != NULL)
test              419 htags/htags.c  	if (!test("d", path))
test              746 htags/htags.c  	if (enable_idutils && test("f", makepath(dbpath, "ID", NULL))) {
test             1203 htags/htags.c  	if (p != NULL && test("d", p))
test             1250 htags/htags.c  			if (!test("f", confpath))
test             1621 htags/htags.c  				if (!test("r", optarg))
test             1757 htags/htags.c  			if (!test("f", makepath(arg_dbpath, dbname(GTAGS), NULL)))
test             1760 htags/htags.c  			if (!test("f", dbname(GTAGS)))
test             1775 htags/htags.c  	if (call_file && !test("fr", call_file))
test             1777 htags/htags.c  	if (callee_file && !test("fr", callee_file))
test             1779 htags/htags.c  	if (insert_header && !test("fr", insert_header))
test             1781 htags/htags.c  	if (insert_footer && !test("fr", insert_footer))
test             1850 htags/htags.c  	if (cvsweb_url && test("d", "CVS"))
test             1858 htags/htags.c  		if (!test("dw", av))
test             1885 htags/htags.c  		if (!test("d", path)) {
test             1896 htags/htags.c  		if (test("f", path)) {
test             1904 htags/htags.c  		if (!test("f", path))
test             1940 htags/htags.c  			gtags_exist[i] = test("fr", path);
test             2043 htags/htags.c  	if (!test("d", distpath))
test             2248 htags/htags.c  		if (test("f", com))
test             1124 htags/php.c    					&& test("f", normalized_path))
test              311 libparser/parser.c 	if (test("r", NOTFUNCTION))
test              314 libparser/parser.c 	else if (test("r", DOS_NOTFUNCTION))
test              215 libutil/conf.c 	else if ((p = get_home_directory()) && test("r", makepath(p, GTAGSRC, NULL)))
test              218 libutil/conf.c 	else if ((p = get_home_directory()) && test("r", makepath(p, DOS_GTAGSRC, NULL)))
test              221 libutil/conf.c 	else if (test("r", GTAGSCONF))
test              223 libutil/conf.c 	else if (test("r", OLD_GTAGSCONF))
test              225 libutil/conf.c 	else if (test("r", DEBIANCONF))
test              227 libutil/conf.c 	else if (test("r", OLD_DEBIANCONF))
test              229 libutil/conf.c 	else if (test("r", makepath(SYSCONFDIR, "gtags.conf", NULL)))
test              273 libutil/conf.c 		if (test("d", config))
test              275 libutil/conf.c 		if (!test("f", config))
test              277 libutil/conf.c 		if (!test("r", config))
test              388 libutil/conf.c 			if (test("d", DATADIR))
test              126 libutil/dbop.c 	if (!test("fx", sort)) {
test              188 libutil/dbop.c 	if (!test("fx", POSIX_SORT)) {
test              296 libutil/dbop.c 	if (path != NULL && mode == 1 && test("f", path))
test              634 libutil/find.c 				if (!test("f", path)) {
test              635 libutil/find.c 					if (test("d", path))
test              734 libutil/find.c 		if (!test("f", path)) {
test              735 libutil/find.c 			if (test("d", path))
test              101 libutil/getdbpath.c 	if (test("d", path)) {
test              102 libutil/getdbpath.c 		if (!test("drw", path))
test              109 libutil/getdbpath.c 	if (test("d", makeobjdirprefix)) {
test              111 libutil/getdbpath.c 		if (test("d", path)) {
test              112 libutil/getdbpath.c 			if (!test("drw", path))
test              159 libutil/getdbpath.c 	if (test("fr", path)) {
test              169 libutil/getdbpath.c 	if (test("fr", path)) {
test              180 libutil/getdbpath.c 	if (test("fr", path)) {
test              291 libutil/getdbpath.c 			if (!test("fr", path)) {
test              302 libutil/getdbpath.c 			if (!test("d", s)) {
test              199 libutil/path.c 	if (!test("d", base))
test              201 libutil/path.c 	if (!test("drw", base))
test              214 libutil/path.c 		if (!test("d", p)) {
test               24 libutil/test.h int test(const char *, const char *);
test               68 libutil/usable.c 		if (test("fx", command)) {
test               77 libutil/usable.c 	if (test("fx", makepath(BINDIR, command, NULL))) {
test               94 libutil/usable.c 		if (test("fx", makepath(dir, command, NULL))) {
test              100 libutil/usable.c 			if (test("f", makepath(dir, command, suffix[i]))) {
test              156 libutil/xargs.c 		if (xp->put_gpath && !test("b", ++path))\