ip                918 global/global.c 	FILE *ip;
ip                945 global/global.c 	if (!(ip = popen(strbuf_value(sb), "r")))
ip                947 global/global.c 	while ((line = strbuf_fgets(sb, ip, STRBUF_NOCRLF)) != NULL) {
ip                957 global/global.c 	fclose(ip);
ip               1072 global/global.c 	FILE *ip;
ip               1105 global/global.c 	if (!(ip = popen(strbuf_value(ib), "r")))
ip               1110 global/global.c 	while ((grep = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL) {
ip               1150 global/global.c 	if (pclose(ip) < 0)
ip                113 gozilla/gozilla.c 	FILE *ip;
ip                127 gozilla/gozilla.c 	if (!(ip = fopen(makepath(p, gozillarc, NULL), "r")))
ip                129 gozilla/gozilla.c 		if (!(ip = fopen(makepath(p, dos_gozillarc, NULL), "r")))
ip                132 gozilla/gozilla.c 	while ((p = strbuf_fgets(sb, ip, flag)) != NULL) {
ip                156 gozilla/gozilla.c 	fclose(ip);
ip               2111 htags/asm.c    asm_parser_init(FILE *ip)
ip               2244 htags/c.c      c_parser_init(FILE *ip)
ip               2252 htags/c.c      yacc_parser_init(FILE *ip)
ip                 43 htags/cflowindex.c 	FILE *ip, *op;
ip                 56 htags/cflowindex.c 	if ((ip = fopen(cflow_file, "r")) == NULL) {
ip                 62 htags/cflowindex.c 		fclose(ip);
ip                 92 htags/cflowindex.c 	while ((cflow_posix = strbuf_fgets(input, ip, STRBUF_NOCRLF)) != NULL) {
ip                214 htags/cflowindex.c 	fclose(ip);
ip                239 htags/common.c sed(FILE *ip, int place)
ip                246 htags/common.c 	while ((c = fgetc(ip)) != EOF) {
ip                277 htags/common.c 	static FILE *ip;
ip                279 htags/common.c 	if (ip != NULL) {
ip                280 htags/common.c 		rewind(ip);
ip                282 htags/common.c 		ip = fopen(insert_header, "r");
ip                283 htags/common.c 		if (ip == NULL)
ip                286 htags/common.c 	return sed(ip, place);
ip                294 htags/common.c 	static FILE *ip;
ip                296 htags/common.c 	if (ip != NULL) {
ip                297 htags/common.c 		rewind(ip);
ip                299 htags/common.c 		ip = fopen(insert_footer, "r");
ip                300 htags/common.c 		if (ip == NULL)
ip                303 htags/common.c 	return sed(ip, place);
ip               2109 htags/cpp.c    cpp_parser_init(FILE *ip)
ip                 61 htags/dupindex.c 	FILE *ip = NULL;
ip                 97 htags/dupindex.c 		if ((ip = popen(strbuf_value(command), "r")) == NULL)
ip                 99 htags/dupindex.c 		while ((ctags_xid = strbuf_fgets(sb, ip, STRBUF_NOCRLF)) != NULL) {
ip                177 htags/dupindex.c 		if (pclose(ip) != 0)
ip                457 htags/htags.c  	FILE *ip;
ip                518 htags/htags.c  	ip = fopen(strbuf_value(sb), "r");
ip                519 htags/htags.c  	if (!ip) {
ip                523 htags/htags.c  		ip = fopen(strbuf_value(sb), "r");
ip                524 htags/htags.c  		if (!ip)
ip                532 htags/htags.c  	while ((_ = strbuf_fgets(sb, ip, STRBUF_NOCRLF)) != NULL) {
ip                565 htags/htags.c  	fclose(ip);
ip                983 htags/htags.c  	FILE *ip = fopen(file, "r");
ip                984 htags/htags.c  	if (!ip)
ip                986 htags/htags.c  	while (strbuf_fgets(sb, ip, STRBUF_NOCRLF) != NULL)
ip                988 htags/htags.c  	fclose(ip);
ip               1002 htags/htags.c  	int ip, op, size;
ip               1008 htags/htags.c  	ip = open(from, O_RDONLY|O_BINARY);
ip               1009 htags/htags.c  	if (ip < 0)
ip               1014 htags/htags.c  	while ((size = read(ip, buf, sizeof(buf))) != 0) {
ip               1021 htags/htags.c  	close(ip);
ip               1034 htags/htags.c  	FILE *ip;
ip               1111 htags/htags.c  			ip = popen(buf, "r");
ip               1112 htags/htags.c  			if (!ip)
ip               1115 htags/htags.c  			while ((_ = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL) {
ip               1122 htags/htags.c  			if (pclose(ip) != 0)
ip               1442 htags/htags.c  	FILE *ip;
ip               1448 htags/htags.c  	if ((ip = popen(command, "r")) == NULL)
ip               1450 htags/htags.c  	while (strbuf_fgets(sb, ip, STRBUF_NOCRLF) != NULL) {
ip               1462 htags/htags.c  	if (pclose(ip) != 0)
ip               1897 htags/htags.c  			FILE *ip = fopen(path, "r");
ip               1899 htags/htags.c  			if (ip == NULL)
ip               1901 htags/htags.c  			strbuf_fgets(sb, ip, STRBUF_NOCRLF);
ip               1902 htags/htags.c  			fclose(ip);
ip               2012 htags/java.c   java_parser_init(FILE *ip)
ip                 83 htags/lexcommon.h         LEXIN = ip;							\
ip               2287 htags/php.c    php_parser_init(FILE *ip)
ip                774 htags/src2html.c 	FILE *ip;
ip                791 htags/src2html.c 		ip = fopen(strbuf_value(dir), "r");
ip                792 htags/src2html.c 		if (ip != NULL) {
ip                793 htags/src2html.c 			strbuf_fgets(module, ip, STRBUF_NOCRLF);
ip                794 htags/src2html.c 			fclose(ip);
ip                382 libdb/bt_delete.c 	indx_t cnt, index, *ip, offset;
ip                437 libdb/bt_delete.c 			for (cnt = index, ip = &pg->linp[0]; cnt--; ++ip)
ip                438 libdb/bt_delete.c 				if (ip[0] < offset)
ip                439 libdb/bt_delete.c 					ip[0] += nksize;
ip                440 libdb/bt_delete.c 			for (cnt = NEXTINDEX(pg) - index; --cnt; ++ip)
ip                441 libdb/bt_delete.c 				ip[0] = ip[1] < offset ? ip[1] + nksize : ip[1];
ip                476 libdb/bt_delete.c 	indx_t cnt, *ip, offset;
ip                504 libdb/bt_delete.c 	for (cnt = index, ip = &h->linp[0]; cnt--; ++ip)
ip                505 libdb/bt_delete.c 		if (ip[0] < offset)
ip                506 libdb/bt_delete.c 			ip[0] += nbytes;
ip                507 libdb/bt_delete.c 	for (cnt = NEXTINDEX(h) - index; --cnt; ++ip)
ip                508 libdb/bt_delete.c 		ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1];
ip                 65 libparser/parser.c 	FILE *ip;
ip                 71 libparser/parser.c 	if ((ip = fopen(filename, "r")) == NULL)
ip                 73 libparser/parser.c 	for (tablesize = 0; (p = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL; tablesize++)
ip                 75 libparser/parser.c 	fclose(ip);
ip                 36 libutil/args.c FILE *ip;
ip                 61 libutil/args.c 		ip = stdin;
ip                 63 libutil/args.c 		ip = fopen(filename, "r");
ip                 64 libutil/args.c 		if (ip == NULL)
ip                 81 libutil/args.c 		ip = stdin;
ip                 83 libutil/args.c 		ip = fopen(filename, "r");
ip                 84 libutil/args.c 		if (ip == NULL)
ip                124 libutil/args.c 		p = strbuf_fgets(sb, ip, STRBUF_NOCRLF);
ip                133 libutil/args.c 			p = strbuf_fgets(sb, ip, STRBUF_NOCRLF);
ip                152 libutil/args.c 		if (ip != NULL && ip != stdin)
ip                153 libutil/args.c 			fclose(ip);
ip                154 libutil/args.c 		ip = NULL;
ip                 57 libutil/date.c 	FILE *ip;
ip                 60 libutil/date.c 	if ((ip = popen("date", "r")) != NULL) {
ip                 61 libutil/date.c 		if (fgets(buf, sizeof(buf), ip))
ip                 63 libutil/date.c 		pclose(ip);
ip                 98 libutil/find.c static FILE *ip;
ip                563 libutil/find.c 		ip = temp;
ip                565 libutil/find.c 		ip = fopen(filename, "r");
ip                566 libutil/find.c 		if (ip == NULL)
ip                713 libutil/find.c 		path = strbuf_fgets(ib, ip, STRBUF_NOCRLF);
ip                786 libutil/find.c 		if (ip != temp)
ip                787 libutil/find.c 			fclose(ip);
ip                 66 libutil/linetable.c 	FILE *ip;
ip                 74 libutil/linetable.c 	if ((ip = fopen(path, "r")) == NULL)
ip                 79 libutil/linetable.c 		(strbuf_fgets(ib, ip, STRBUF_APPEND), offset != strbuf_getlen(ib));
ip                 84 libutil/linetable.c 	fclose(ip);
ip                340 libutil/strbuf.c strbuf_fgets(STRBUF *sb, FILE *ip, int flags)
ip                351 libutil/strbuf.c 		if (!fgets(sb->curp, sb->endp - sb->curp, ip)) {
ip                361 libutil/strbuf.c 		else if (feof(ip)) {
ip                 84 libutil/tab.c  read_file_detabing(char *buf, size_t size, FILE *ip, int *dest_saved, int *spaces_saved)
ip                 97 libutil/tab.c  		c = getc(ip);
ip                 99 libutil/tab.c  			if (ferror(ip))
ip                 54 libutil/test.c 	int ip;
ip                 58 libutil/test.c 	ip = open(path, O_RDONLY);
ip                 59 libutil/test.c 	if (ip < 0)
ip                 61 libutil/test.c 	size = read(ip, buf, sizeof(buf));
ip                 62 libutil/test.c 	close(ip);
ip                 52 libutil/token.c static FILE *ip;
ip                 69 libutil/token.c 	if ((ip = fopen(file, "rb")) == NULL)
ip                 85 libutil/token.c 	fclose(ip);
ip                309 libutil/token.c 	pos = ftell(ip);
ip                311 libutil/token.c 		c = getc(ip);
ip                313 libutil/token.c         while ((c = getc(ip)) != EOF) {
ip                315 libutil/token.c                 while ((c = getc(ip)) != EOF) {
ip                317 libutil/token.c                         if ((c = getc(ip)) == '/')
ip                326 libutil/token.c                 if ((c = getc(ip)) == '/') {
ip                327 libutil/token.c                     while ((c = getc(ip)) != EOF)
ip                332 libutil/token.c                     while ((c = getc(ip)) != EOF) {
ip                334 libutil/token.c                             if ((c = getc(ip)) == '/')
ip                345 libutil/token.c 	(void)fseek(ip, pos, SEEK_SET);
ip                 41 libutil/token.h 		((sp = cp = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) == NULL ? \
ip                228 libutil/xargs.c 			fseek(xp->ip, xp->fptr, SEEK_SET)
ip                234 libutil/xargs.c 				strbuf_fgets(xp->path, xp->ip, STRBUF_NOCRLF))) != NULL))
ip                240 libutil/xargs.c 		xp->fptr = ftell(xp->ip);
ip                335 libutil/xargs.c xargs_open_with_file(const char *command, int max_args, FILE *ip)
ip                340 libutil/xargs.c 	xp->ip = ip;
ip                 77 libutil/xargs.h 	FILE *ip;
ip                 67 plugin-factory/exuberant-ctags.c static FILE *ip, *op;
ip                126 plugin-factory/exuberant-ctags.c 	ip = fdopen(ipipe[0], "r");
ip                128 plugin-factory/exuberant-ctags.c 	if (ip == NULL || op == NULL)
ip                148 plugin-factory/exuberant-ctags.c 	fclose(ip);
ip                159 plugin-factory/exuberant-ctags.c 		if (fgets(linebuf + linelen, bufsize - linelen, ip) == NULL) {
ip                166 plugin-factory/exuberant-ctags.c 		 || feof(ip))