<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>fp</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2837.html#L727'>fp</a> 727 src/assemble.c FILE *fp = NULL;</span> <span class='curline'><a href='../S/2837.html#L729'>fp</a> 729 src/assemble.c if((fp = fopen(file, "r")) == NULL) {</span> <span class='curline'><a href='../S/2837.html#L734'>fp</a> 734 src/assemble.c for(line = malloc_chk(LINESIZE + 1, "assemble.line"); fgets(line, LINESIZE, fp); lineno++) {</span> <span class='curline'><a href='../S/2837.html#L747'>fp</a> 747 src/assemble.c fclose(fp);</span> <span class='curline'><a href='../S/2837.html#L807'>fp</a> 807 src/assemble.c FILE *fp = NULL;</span> <span class='curline'><a href='../S/2837.html#L809'>fp</a> 809 src/assemble.c if((fp = fopen(file, "w")) == NULL) {</span> <span class='curline'><a href='../S/2837.html#L813'>fp</a> 813 src/assemble.c fwrite(sys->memory, sizeof(WORD), execptr->end, fp);</span> <span class='curline'><a href='../S/2837.html#L814'>fp</a> 814 src/assemble.c fclose(fp);</span> <span class='curline'><a href='../S/2810.html#L186'>fp</a> 186 src/disassemble.c FILE *fp = NULL;</span> <span class='curline'><a href='../S/2810.html#L196'>fp</a> 196 src/disassemble.c if((fp = fopen(file, "rb")) == NULL) {</span> <span class='curline'><a href='../S/2810.html#L204'>fp</a> 204 src/disassemble.c for(word = fgetword(fp); !feof(fp); i++, word = fgetword(fp)) {</span> <span class='curline'><a href='../S/2810.html#L212'>fp</a> 212 src/disassemble.c zcnt = zero_data_cnt(fp);</span> <span class='curline'><a href='../S/2810.html#L224'>fp</a> 224 src/disassemble.c disassemble_cmd_adr_x(cmdtype, cmdname, word, fgetword(fp), i++);</span> <span class='curline'><a href='../S/2810.html#L234'>fp</a> 234 src/disassemble.c fclose(fp);</span> <span class='curline'><a href='../S/2852.html#L29'>fp</a> 29 src/load.c FILE *fp = NULL;</span> <span class='curline'><a href='../S/2852.html#L33'>fp</a> 33 src/load.c if((fp = fopen(file, "rb")) == NULL) {</span> <span class='curline'><a href='../S/2852.html#L37'>fp</a> 37 src/load.c end = start + fread(sys->memory + start, sizeof(WORD), sys->memsize - start, fp);</span> <span class='curline'><a href='../S/2852.html#L42'>fp</a> 42 src/load.c fclose(fp);</span> <span class='curline'><a href='../S/1917.html#L11'>fp</a> 11 test/system/comet2_err/err_204/create_a.c FILE *fp;</span> <span class='curline'><a href='../S/1917.html#L15'>fp</a> 15 test/system/comet2_err/err_204/create_a.c if((fp = fopen(f, "w")) == NULL) {</span> <span class='curline'><a href='../S/1917.html#L19'>fp</a> 19 test/system/comet2_err/err_204/create_a.c fwrite(w, sizeof(WORD), ARRAYSIZE(w), fp);</span> <span class='curline'><a href='../S/1917.html#L20'>fp</a> 20 test/system/comet2_err/err_204/create_a.c fclose(fp);</span> <span class='curline'><a href='../S/1930.html#L11'>fp</a> 11 test/system/comet2_err/err_205/create_a.c FILE *fp;</span> <span class='curline'><a href='../S/1930.html#L15'>fp</a> 15 test/system/comet2_err/err_205/create_a.c if((fp = fopen(f, "w")) == NULL) {</span> <span class='curline'><a href='../S/1930.html#L19'>fp</a> 19 test/system/comet2_err/err_205/create_a.c fwrite(w, sizeof(WORD), ARRAYSIZE(w), fp);</span> <span class='curline'><a href='../S/1930.html#L20'>fp</a> 20 test/system/comet2_err/err_205/create_a.c fclose(fp);</span> <span class='curline'><a href='../S/1954.html#L11'>fp</a> 11 test/system/comet2_err/err_206/create_a.c FILE *fp;</span> <span class='curline'><a href='../S/1954.html#L15'>fp</a> 15 test/system/comet2_err/err_206/create_a.c if((fp = fopen(f, "w")) == NULL) {</span> <span class='curline'><a href='../S/1954.html#L19'>fp</a> 19 test/system/comet2_err/err_206/create_a.c fwrite(w, sizeof(WORD), ARRAYSIZE(w), fp);</span> <span class='curline'><a href='../S/1954.html#L20'>fp</a> 20 test/system/comet2_err/err_206/create_a.c fclose(fp);</span> <span class='curline'><a href='../S/1657.html#L11'>fp</a> 11 test/system/comet2_smoke/direct/create_a.c FILE *fp = NULL;</span> <span class='curline'><a href='../S/1657.html#L15'>fp</a> 15 test/system/comet2_smoke/direct/create_a.c if((fp = fopen(f, "w")) == NULL) {</span> <span class='curline'><a href='../S/1657.html#L19'>fp</a> 19 test/system/comet2_smoke/direct/create_a.c fwrite(w, sizeof(WORD), ARRAYSIZE(w), fp);</span> <span class='curline'><a href='../S/1657.html#L20'>fp</a> 20 test/system/comet2_smoke/direct/create_a.c fclose(fp);</span> </pre> </body> </html>