ip 647 global/global.c FILE *ip; ip 678 global/global.c if (!(ip = popen(strbuf_value(ib), "r"))) ip 682 global/global.c while ((grep = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL) { ip 722 global/global.c if (pclose(ip) < 0) ip 108 gozilla/gozilla.c FILE *ip; ip 122 gozilla/gozilla.c if (!(ip = fopen(makepath(p, gozillarc, NULL), "r"))) ip 124 gozilla/gozilla.c if (!(ip = fopen(makepath(p, dos_gozillarc, NULL), "r"))) ip 127 gozilla/gozilla.c while ((p = strbuf_fgets(sb, ip, flag)) != NULL) { ip 159 gozilla/gozilla.c fclose(ip); ip 325 gtags-cscope/gtags-cscope.c FILE *ip; ip 343 gtags-cscope/gtags-cscope.c if (!(ip = popen(strbuf_value(command), "r"))) ip 351 gtags-cscope/gtags-cscope.c while (strbuf_fgets(ib, ip, 0)) { ip 390 gtags-cscope/gtags-cscope.c if (pclose(ip) < 0) ip 239 gtags-parser/gctags.c FILE *ip; ip 245 gtags-parser/gctags.c if ((ip = fopen(NOTFUNCTION, "r")) == 0) ip 247 gtags-parser/gctags.c if ((ip = fopen(DOS_NOTFUNCTION, "r")) == 0) ip 250 gtags-parser/gctags.c for (tablesize = 0; (p = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL; tablesize++) ip 252 gtags-parser/gctags.c fclose(ip); ip 1832 htags/asm.c asm_parser_init(FILE *ip) ip 1963 htags/c.c c_parser_init(FILE *ip) ip 1971 htags/c.c yacc_parser_init(FILE *ip) ip 226 htags/common.c sed(FILE *ip, int place) ip 233 htags/common.c while ((c = fgetc(ip)) != EOF) { ip 264 htags/common.c static FILE *ip; ip 266 htags/common.c if (ip != NULL) { ip 267 htags/common.c rewind(ip); ip 269 htags/common.c ip = fopen(insert_header, "r"); ip 270 htags/common.c if (ip == NULL) ip 273 htags/common.c return sed(ip, place); ip 281 htags/common.c static FILE *ip; ip 283 htags/common.c if (ip != NULL) { ip 284 htags/common.c rewind(ip); ip 286 htags/common.c ip = fopen(insert_footer, "r"); ip 287 htags/common.c if (ip == NULL) ip 290 htags/common.c return sed(ip, place); ip 1830 htags/cpp.c cpp_parser_init(FILE *ip) ip 61 htags/dupindex.c FILE *ip = NULL; ip 90 htags/dupindex.c if ((ip = popen(strbuf_value(command), "r")) == NULL) ip 92 htags/dupindex.c while ((ctags_x = strbuf_fgets(sb, ip, STRBUF_NOCRLF)) != NULL) { ip 165 htags/dupindex.c if (pclose(ip) != 0) ip 391 htags/htags.c FILE *ip, *op; ip 443 htags/htags.c ip = fopen(strbuf_value(sb), "r"); ip 444 htags/htags.c if (!ip) ip 453 htags/htags.c while ((_ = strbuf_fgets(sb, ip, STRBUF_NOCRLF)) != NULL) { ip 487 htags/htags.c fclose(ip); ip 862 htags/htags.c int ip, op, size; ip 868 htags/htags.c ip = open(from, O_RDONLY|O_BINARY); ip 869 htags/htags.c if (ip < 0) ip 874 htags/htags.c while ((size = read(ip, buf, sizeof(buf))) != 0) { ip 881 htags/htags.c close(ip); ip 894 htags/htags.c FILE *ip; ip 952 htags/htags.c ip = popen(buf, "r"); ip 953 htags/htags.c if (!ip) ip 956 htags/htags.c while ((_ = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL) { ip 960 htags/htags.c if (pclose(ip) != 0) ip 1315 htags/htags.c FILE *ip; ip 1321 htags/htags.c if ((ip = popen(command, "r")) == NULL) ip 1323 htags/htags.c while (strbuf_fgets(sb, ip, STRBUF_NOCRLF) != NULL) { ip 1335 htags/htags.c if (pclose(ip) != 0) ip 1736 htags/java.c java_parser_init(FILE *ip) ip 73 htags/lexcommon.h LEXIN = ip; \ ip 1979 htags/php.c php_parser_init(FILE *ip) ip 630 htags/src2html.c FILE *ip; ip 647 htags/src2html.c ip = fopen(strbuf_value(dir), "r"); ip 648 htags/src2html.c if (ip != NULL) { ip 649 htags/src2html.c strbuf_fgets(module, ip, STRBUF_NOCRLF); ip 650 htags/src2html.c fclose(ip); ip 388 libdb/bt_delete.c indx_t cnt, index, *ip, offset; ip 443 libdb/bt_delete.c for (cnt = index, ip = &pg->linp[0]; cnt--; ++ip) ip 444 libdb/bt_delete.c if (ip[0] < offset) ip 445 libdb/bt_delete.c ip[0] += nksize; ip 446 libdb/bt_delete.c for (cnt = NEXTINDEX(pg) - index; --cnt; ++ip) ip 447 libdb/bt_delete.c ip[0] = ip[1] < offset ? ip[1] + nksize : ip[1]; ip 484 libdb/bt_delete.c indx_t cnt, *ip, offset; ip 512 libdb/bt_delete.c for (cnt = index, ip = &h->linp[0]; cnt--; ++ip) ip 513 libdb/bt_delete.c if (ip[0] < offset) ip 514 libdb/bt_delete.c ip[0] += nbytes; ip 515 libdb/bt_delete.c for (cnt = NEXTINDEX(h) - index; --cnt; ++ip) ip 516 libdb/bt_delete.c ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1]; ip 50 libutil/date.c FILE *ip; ip 53 libutil/date.c if ((ip = popen("date", "r")) != NULL) { ip 54 libutil/date.c if (fgets(buf, sizeof(buf), ip)) ip 56 libutil/date.c pclose(ip); ip 81 libutil/find.c static FILE *ip; ip 439 libutil/find.c ip = temp; ip 441 libutil/find.c ip = fopen(filename, "r"); ip 442 libutil/find.c if (ip == NULL) ip 592 libutil/find.c path = strbuf_fgets(ib, ip, STRBUF_NOCRLF); ip 660 libutil/find.c if (ip != temp) ip 661 libutil/find.c fclose(ip); ip 62 libutil/linetable.c FILE *ip; ip 70 libutil/linetable.c if ((ip = fopen(path, "r")) == NULL) ip 75 libutil/linetable.c (strbuf_fgets(ib, ip, STRBUF_APPEND), offset != strbuf_getlen(ib)); ip 80 libutil/linetable.c fclose(ip); ip 316 libutil/strbuf.c strbuf_fgets(STRBUF *sb, FILE *ip, int flags) ip 327 libutil/strbuf.c if (!fgets(sb->curp, sb->endp - sb->curp, ip)) { ip 335 libutil/strbuf.c else if (feof(ip)) { ip 81 libutil/tab.c read_file_detabing(char *buf, size_t size, FILE *ip, int *dest_saved, int *spaces_saved) ip 94 libutil/tab.c c = getc(ip); ip 96 libutil/tab.c if (ferror(ip)) ip 53 libutil/test.c int ip; ip 57 libutil/test.c ip = open(path, O_RDONLY); ip 58 libutil/test.c if (ip < 0) ip 60 libutil/test.c size = read(ip, buf, sizeof(buf)); ip 61 libutil/test.c close(ip); ip 51 libutil/token.c static FILE *ip; ip 66 libutil/token.c if ((ip = fopen(file, "rb")) == NULL) ip 82 libutil/token.c fclose(ip); ip 272 libutil/token.c pos = ftell(ip); ip 274 libutil/token.c c = getc(ip); ip 276 libutil/token.c while ((c = getc(ip)) != EOF && isspace(c)) ip 278 libutil/token.c (void)fseek(ip, pos, SEEK_SET); ip 41 libutil/token.h ((sp = cp = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) == NULL ? \ ip 209 libutil/xargs.c fseek(xp->ip, xp->fptr, SEEK_SET) ip 215 libutil/xargs.c strbuf_fgets(xp->path, xp->ip, STRBUF_NOCRLF))) != NULL)) ip 221 libutil/xargs.c xp->fptr = ftell(xp->ip); ip 312 libutil/xargs.c xargs_open_with_file(const char *command, int max_args, FILE *ip) ip 317 libutil/xargs.c xp->ip = ip; ip 68 libutil/xargs.h FILE *ip;