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/2847.html#L703'>fp</a>                703 src/assemble.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/2847.html#L705'>fp</a>                705 src/assemble.c     if((fp = fopen(file, "r")) == NULL) {</span>
<span class='curline'><a href='../S/2847.html#L710'>fp</a>                710 src/assemble.c     for(line = malloc_chk(LINESIZE + 1, "assemble.line"); fgets(line, LINESIZE, fp); lineno++) {</span>
<span class='curline'><a href='../S/2847.html#L723'>fp</a>                723 src/assemble.c     fclose(fp);</span>
<span class='curline'><a href='../S/2847.html#L783'>fp</a>                783 src/assemble.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/2847.html#L785'>fp</a>                785 src/assemble.c     if((fp = fopen(file, "w")) == NULL) {</span>
<span class='curline'><a href='../S/2847.html#L789'>fp</a>                789 src/assemble.c     fwrite(sys-&gt;memory, sizeof(WORD), execptr-&gt;end, fp);</span>
<span class='curline'><a href='../S/2847.html#L790'>fp</a>                790 src/assemble.c     fclose(fp);</span>
<span class='curline'><a href='../S/2835.html#L176'>fp</a>                176 src/disassemble.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/2835.html#L186'>fp</a>                186 src/disassemble.c     if((fp = fopen(file, "rb")) == NULL) {</span>
<span class='curline'><a href='../S/2835.html#L194'>fp</a>                194 src/disassemble.c     for(word = fgetword(fp); !feof(fp); i++, word = fgetword(fp)) {</span>
<span class='curline'><a href='../S/2835.html#L202'>fp</a>                202 src/disassemble.c                 zcnt = zero_data_cnt(fp);</span>
<span class='curline'><a href='../S/2835.html#L214'>fp</a>                214 src/disassemble.c                 disassemble_cmd_adr_x(cmdtype, cmdname, word, fgetword(fp), i++);</span>
<span class='curline'><a href='../S/2835.html#L224'>fp</a>                224 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-&gt;memory + start, sizeof(WORD), sys-&gt;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/1948.html#L11'>fp</a>                 11 test/system/comet2_err/err_204/create_a.c     FILE *fp;</span>
<span class='curline'><a href='../S/1948.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/1948.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/1948.html#L20'>fp</a>                 20 test/system/comet2_err/err_204/create_a.c     fclose(fp);</span>
<span class='curline'><a href='../S/1961.html#L11'>fp</a>                 11 test/system/comet2_err/err_205/create_a.c     FILE *fp;</span>
<span class='curline'><a href='../S/1961.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/1961.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/1961.html#L20'>fp</a>                 20 test/system/comet2_err/err_205/create_a.c     fclose(fp);</span>
<span class='curline'><a href='../S/1985.html#L11'>fp</a>                 11 test/system/comet2_err/err_206/create_a.c     FILE *fp;</span>
<span class='curline'><a href='../S/1985.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/1985.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/1985.html#L20'>fp</a>                 20 test/system/comet2_err/err_206/create_a.c     fclose(fp);</span>
<span class='curline'><a href='../S/1689.html#L11'>fp</a>                 11 test/system/comet2_smoke/direct/create_a.c     FILE *fp = NULL;</span>
<span class='curline'><a href='../S/1689.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/1689.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/1689.html#L20'>fp</a>                 20 test/system/comet2_smoke/direct/create_a.c     fclose(fp);</span>
</pre>
</body>
</html>

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