<!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.14' />
<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/30200.html#L715'>fp</a> 715 src/assemble.c FILE *fp = NULL;</span>
<span class='curline'><a href='../S/30200.html#L717'>fp</a> 717 src/assemble.c if((fp = fopen(file, "r")) == NULL) {</span>
<span class='curline'><a href='../S/30200.html#L722'>fp</a> 722 src/assemble.c for(line = malloc_chk(LINESIZE + 1, "assemble.line"); fgets(line, LINESIZE, fp); lineno++) {</span>
<span class='curline'><a href='../S/30200.html#L735'>fp</a> 735 src/assemble.c fclose(fp);</span>
<span class='curline'><a href='../S/30200.html#L795'>fp</a> 795 src/assemble.c FILE *fp = NULL;</span>
<span class='curline'><a href='../S/30200.html#L797'>fp</a> 797 src/assemble.c if((fp = fopen(file, "w")) == NULL) {</span>
<span class='curline'><a href='../S/30200.html#L801'>fp</a> 801 src/assemble.c fwrite(sys->memory, sizeof(WORD), execptr->end, fp);</span>
<span class='curline'><a href='../S/30200.html#L802'>fp</a> 802 src/assemble.c fclose(fp);</span>
<span class='curline'><a href='../S/30180.html#L161'>fp</a> 161 src/disassemble.c FILE *fp = NULL;</span>
<span class='curline'><a href='../S/30180.html#L164'>fp</a> 164 src/disassemble.c if((fp = fopen(file, "rb")) == NULL) {</span>
<span class='curline'><a href='../S/30180.html#L170'>fp</a> 170 src/disassemble.c for(int i = 0; !feof(fp) && i < MAX_MEMSIZE; i++) {</span>
<span class='curline'><a href='../S/30180.html#L171'>fp</a> 171 src/disassemble.c buf[i] = fgetword(fp);</span>
<span class='curline'><a href='../S/30180.html#L174'>fp</a> 174 src/disassemble.c fclose(fp);</span>
<span class='curline'><a href='../S/30211.html#L22'>fp</a> 22 src/load.c FILE *fp = NULL;</span>
<span class='curline'><a href='../S/30211.html#L26'>fp</a> 26 src/load.c if((fp = fopen(file, "rb")) == NULL) {</span>
<span class='curline'><a href='../S/30211.html#L30'>fp</a> 30 src/load.c end = start + fread(sys->memory + start, sizeof(WORD), sys->memsize - start, fp);</span>
<span class='curline'><a href='../S/30211.html#L35'>fp</a> 35 src/load.c fclose(fp);</span>
<span class='curline'><a href='../S/28659.html#L11'>fp</a> 11 test/system/comet2_err/err_204/create_a.c FILE *fp;</span>
<span class='curline'><a href='../S/28659.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/28659.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/28659.html#L20'>fp</a> 20 test/system/comet2_err/err_204/create_a.c fclose(fp);</span>
<span class='curline'><a href='../S/28685.html#L11'>fp</a> 11 test/system/comet2_err/err_205/create_a.c FILE *fp;</span>
<span class='curline'><a href='../S/28685.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/28685.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/28685.html#L20'>fp</a> 20 test/system/comet2_err/err_205/create_a.c fclose(fp);</span>
<span class='curline'><a href='../S/28776.html#L11'>fp</a> 11 test/system/comet2_err/err_206/create_a.c FILE *fp;</span>
<span class='curline'><a href='../S/28776.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/28776.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/28776.html#L20'>fp</a> 20 test/system/comet2_err/err_206/create_a.c fclose(fp);</span>
<span class='curline'><a href='../S/28143.html#L11'>fp</a> 11 test/system/comet2_smoke/direct/create_a.c FILE *fp = NULL;</span>
<span class='curline'><a href='../S/28143.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/28143.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/28143.html#L20'>fp</a> 20 test/system/comet2_smoke/direct/create_a.c fclose(fp);</span>
</pre>
</body>
</html>