fopen             771 global/global.c 		if (!(fp = fopen(path, "r")))
fopen            1103 global/global.c 					fp = fopen(makepath(root, curpath, NULL), "r");
fopen             122 gozilla/gozilla.c 	if (!(ip = fopen(makepath(p, gozillarc, NULL), "r")))
fopen             124 gozilla/gozilla.c 		if (!(ip = fopen(makepath(p, dos_gozillarc, NULL), "r")))
fopen             345 gozilla/gozilla.c 		fp = fopen(path, "r");
fopen             245 gtags-parser/gctags.c 		if ((ip = fopen(NOTFUNCTION, "r")) == 0)
fopen             247 gtags-parser/gctags.c 			if ((ip = fopen(DOS_NOTFUNCTION, "r")) == 0)
fopen             269 htags/common.c 		ip = fopen(insert_header, "r");
fopen             286 htags/common.c 		ip = fopen(insert_footer, "r");
fopen             691 htags/fileindex.c 	if ((filesop = fopen(makepath(distpath, file, NULL), "w")) == NULL)
fopen             707 htags/fileindex.c 		if (!(FILEMAP = fopen(makepath(distpath, "FILEMAP", NULL), "w")))
fopen             443 htags/htags.c  	ip = fopen(strbuf_value(sb), "r");
fopen             446 htags/htags.c  	op = fopen(makepath(dist, file, NULL), "w");
fopen             531 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
fopen             556 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
fopen             690 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
fopen             742 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
fopen             767 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
fopen             786 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
fopen             647 htags/src2html.c 		ip = fopen(strbuf_value(dir), "r");
fopen             276 libutil/conf.c 		if (!(fp = fopen(config, "r")))
fopen              66 libutil/fileop.c 	FILE *fp = fopen(path, "r");
fopen              97 libutil/fileop.c 		fp = fopen(path, "w");
fopen             441 libutil/find.c 		ip = fopen(filename, "r");
fopen             213 libutil/getdbpath.c 			fp = fopen(path, "r");
fopen              70 libutil/linetable.c 	if ((ip = fopen(path, "r")) == NULL)
fopen              66 libutil/token.c 	if ((ip = fopen(file, "rb")) == NULL)