root/doc_inner/gnu_global/Y/101.html

/* [<][>][^][v][top][bottom][index][help] */
<!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/41932.html#L715'>fp</a>                715 src/assemble.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/41932.html#L717'>fp</a>                717 src/assemble.c     if((fp = fopen(file, "r")) == NULL) {</span>
<span class='curline'><a href='../S/41932.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/41932.html#L735'>fp</a>                735 src/assemble.c     fclose(fp);</span>
<span class='curline'><a href='../S/41932.html#L795'>fp</a>                795 src/assemble.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/41932.html#L797'>fp</a>                797 src/assemble.c     if((fp = fopen(file, "w")) == NULL) {</span>
<span class='curline'><a href='../S/41932.html#L801'>fp</a>                801 src/assemble.c     fwrite(sys-&gt;memory, sizeof(WORD), execptr-&gt;end, fp);</span>
<span class='curline'><a href='../S/41932.html#L802'>fp</a>                802 src/assemble.c     fclose(fp);</span>
<span class='curline'><a href='../S/41912.html#L146'>fp</a>                146 src/disassemble.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/41912.html#L149'>fp</a>                149 src/disassemble.c     if((fp = fopen(file, "rb")) == NULL) {</span>
<span class='curline'><a href='../S/41912.html#L155'>fp</a>                155 src/disassemble.c     while(fread(&amp;w, sizeof(WORD), 1, fp) == 1) {</span>
<span class='curline'><a href='../S/41912.html#L158'>fp</a>                158 src/disassemble.c     fclose(fp);</span>
<span class='curline'><a href='../S/41943.html#L22'>fp</a>                 22 src/load.c         FILE *fp = NULL;</span>
<span class='curline'><a href='../S/41943.html#L26'>fp</a>                 26 src/load.c         if((fp = fopen(file, "rb")) == NULL) {</span>
<span class='curline'><a href='../S/41943.html#L30'>fp</a>                 30 src/load.c         end = start + fread(sys-&gt;memory + start, sizeof(WORD), sys-&gt;memsize - start, fp);</span>
<span class='curline'><a href='../S/41943.html#L35'>fp</a>                 35 src/load.c         fclose(fp);</span>
<span class='curline'><a href='../S/40385.html#L11'>fp</a>                 11 test/system/comet2_err/err_204/create_a.c     FILE *fp;</span>
<span class='curline'><a href='../S/40385.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/40385.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/40385.html#L20'>fp</a>                 20 test/system/comet2_err/err_204/create_a.c     fclose(fp);</span>
<span class='curline'><a href='../S/40411.html#L11'>fp</a>                 11 test/system/comet2_err/err_205/create_a.c     FILE *fp;</span>
<span class='curline'><a href='../S/40411.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/40411.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/40411.html#L20'>fp</a>                 20 test/system/comet2_err/err_205/create_a.c     fclose(fp);</span>
<span class='curline'><a href='../S/40502.html#L11'>fp</a>                 11 test/system/comet2_err/err_206/create_a.c     FILE *fp;</span>
<span class='curline'><a href='../S/40502.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/40502.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/40502.html#L20'>fp</a>                 20 test/system/comet2_err/err_206/create_a.c     fclose(fp);</span>
<span class='curline'><a href='../S/39869.html#L11'>fp</a>                 11 test/system/comet2_smoke/direct/create_a.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/39869.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/39869.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/39869.html#L20'>fp</a>                 20 test/system/comet2_smoke/direct/create_a.c     fclose(fp);</span>
</pre>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */