<!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>doc_inner/gnu_global/S/36071.html</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>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/42014.html'>doc_inner</a>/<a href='../files/42017.html'>gnu_global</a>/<a href='../files/42022.html'>S</a>/36071.html</h2>
<em class='comment'>/* [<][>][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<hr />
<pre>
<a id='L1' name='L1'></a><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<a id='L2' name='L2'></a><html xmlns='http://www.w3.org/1999/xhtml'>
<a id='L3' name='L3'></a><head>
<a id='L4' name='L4'></a><title>src/cerr.c</title>
<a id='L5' name='L5'></a><meta name='robots' content='noindex,nofollow' />
<a id='L6' name='L6'></a><meta name='generator' content='GLOBAL-6.6.14' />
<a id='L7' name='L7'></a><meta http-equiv='Content-Style-Type' content='text/css' />
<a id='L8' name='L8'></a><link rel='stylesheet' type='text/css' href='../style.css' />
<a id='L9' name='L9'></a></head>
<a id='L10' name='L10'></a><body>
<a id='L11' name='L11'></a><a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/36160.html'>src</a>/cerr.c</h2>
<a id='L12' name='L12'></a><em class='comment'>/* [&lt;][&gt;]<a href='#L3'>[^]</a><a href='#L92'>[v]</a>[top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<a id='L13' name='L13'></a><hr />
<a id='L14' name='L14'></a><h2 class='header'>DEFINITIONS</h2>
<a id='L15' name='L15'></a>This source file includes following definitions.
<a id='L16' name='L16'></a><ol>
<a id='L17' name='L17'></a><li><a href='#L3' title='Defined at 3.'>cerr_init</a></li>
<a id='L18' name='L18'></a><li><a href='#L14' title='Defined at 14.'>addcerrlist</a></li>
<a id='L19' name='L19'></a><li><a href='#L33' title='Defined at 33.'>printcerrlist</a></li>
<a id='L20' name='L20'></a><li><a href='#L46' title='Defined at 46.'>setcerr</a></li>
<a id='L21' name='L21'></a><li><a href='#L62' title='Defined at 62.'>getcerrmsg</a></li>
<a id='L22' name='L22'></a><li><a href='#L76' title='Defined at 76.'>freecerr</a></li>
<a id='L23' name='L23'></a><li><a href='#L92' title='Defined at 92.'>warn_ignore_arg</a></li>
<a id='L24' name='L24'></a></ol>
<a id='L25' name='L25'></a><hr />
<a id='L26' name='L26'></a><pre>
<a id='L27' name='L27'></a><a id='L1' name='L1'></a> 1 <em class='sharp'>#include</em> "<a href='35611.html'>cerr.h</a>"
<a id='L28' name='L28'></a><a id='L2' name='L2'></a> 2
<a id='L29' name='L29'></a><a id='L3' name='L3'></a> 3 <strong class='reserved'>void</strong> <a href='../R/119.html' title='Multiple referred from 10 places.'>cerr_init</a>()
<a id='L30' name='L30'></a><a id='L4' name='L4'></a> 4 <em class='brace'>{</em>
<a id='L31' name='L31'></a><a id='L5' name='L5'></a> 5 <a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a> = <a href='../S/36059.html#L23' title='Defined at 23 in src/cmem.c.'>malloc_chk</a>(<strong class='reserved'>sizeof</strong>(<a href='../S/35611.html#L17' title='Defined at 17 in include/cerr.h.'>CERR</a>), "cerr");
<a id='L32' name='L32'></a><a id='L6' name='L6'></a> 6 <a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/161.html' title='Multiple used in 57 places.'>num</a> = 0;
<a id='L33' name='L33'></a><a id='L7' name='L7'></a> 7 <a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L34' name='L34'></a><a id='L8' name='L8'></a> 8 <em class='brace'>}</em>
<a id='L35' name='L35'></a><a id='L9' name='L9'></a> 9
<a id='L36' name='L36'></a><a id='L10' name='L10'></a> 10 <a href='../S/35611.html#L17' title='Defined at 17 in include/cerr.h.'>CERR</a> *<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L37' name='L37'></a><a id='L11' name='L11'></a> 11
<a id='L38' name='L38'></a><a id='L12' name='L12'></a> 12 <a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a> *<a href='../Y/52.html' title='Multiple used in 9 places.'>cerrlist</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L39' name='L39'></a><a id='L13' name='L13'></a> 13
<a id='L40' name='L40'></a><a id='L14' name='L14'></a> 14 <strong class='reserved'>void</strong> <a href='../R/87.html' title='Multiple referred from 18 places.'>addcerrlist</a>(<strong class='reserved'>int</strong> <a href='../Y/51.html' title='Multiple used in 4 places.'>cerrc</a>, <a href='../S/35611.html#L17' title='Defined at 17 in include/cerr.h.'>CERR</a> <a href='../Y/53.html' title='Multiple used in 4 places.'>cerrv</a>[])
<a id='L41' name='L41'></a><a id='L15' name='L15'></a> 15 <em class='brace'>{</em>
<a id='L42' name='L42'></a><a id='L16' name='L16'></a> 16 <a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a> *<a href='../Y/205.html' title='Multiple used in 32 places.'>stat</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L43' name='L43'></a><a id='L17' name='L17'></a> 17 <a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a> *<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L44' name='L44'></a><a id='L18' name='L18'></a> 18
<a id='L45' name='L45'></a><a id='L19' name='L19'></a> 19 <a href='../Y/21.html' title='Multiple used in 24 places.'>assert</a>(<a href='../Y/51.html' title='Multiple used in 4 places.'>cerrc</a> &gt; 0 &amp;&amp; <a href='../Y/53.html' title='Multiple used in 4 places.'>cerrv</a> != <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>);
<a id='L46' name='L46'></a><a id='L20' name='L20'></a> 20 <strong class='reserved'>for</strong>(<strong class='reserved'>int</strong> <a href='../Y/118.html' title='Multiple used in 213 places.'>i</a> = 0; <a href='../Y/118.html' title='Multiple used in 213 places.'>i</a> &lt; <a href='../Y/51.html' title='Multiple used in 4 places.'>cerrc</a>; <a href='../Y/118.html' title='Multiple used in 213 places.'>i</a>++) <em class='brace'>{</em>
<a id='L47' name='L47'></a><a id='L21' name='L21'></a> 21 <strong class='reserved'>if</strong>(<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> == <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>) <em class='brace'>{</em>
<a id='L48' name='L48'></a><a id='L22' name='L22'></a> 22 <a href='../Y/205.html' title='Multiple used in 32 places.'>stat</a> = <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../S/36059.html#L23' title='Defined at 23 in src/cmem.c.'>malloc_chk</a>(<strong class='reserved'>sizeof</strong>(<a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a>), "cerrlist");
<a id='L49' name='L49'></a><a id='L23' name='L23'></a> 23 <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L50' name='L50'></a><a id='L24' name='L24'></a> 24 <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/158.html' title='Multiple used in 32 places.'>next</a> = <a href='../S/36059.html#L23' title='Defined at 23 in src/cmem.c.'>malloc_chk</a>(<strong class='reserved'>sizeof</strong>(<a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a>), "cerrlist-&gt;next");
<a id='L51' name='L51'></a><a id='L25' name='L25'></a> 25 <em class='brace'>}</em>
<a id='L52' name='L52'></a><a id='L26' name='L26'></a> 26 <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a> = &amp;<a href='../Y/53.html' title='Multiple used in 4 places.'>cerrv</a>[<a href='../Y/118.html' title='Multiple used in 213 places.'>i</a>];
<a id='L53' name='L53'></a><a id='L27' name='L27'></a> 27 <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/158.html' title='Multiple used in 32 places.'>next</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L54' name='L54'></a><a id='L28' name='L28'></a> 28 <em class='brace'>}</em>
<a id='L55' name='L55'></a><a id='L29' name='L29'></a> 29 <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/158.html' title='Multiple used in 32 places.'>next</a> = <a href='../Y/52.html' title='Multiple used in 9 places.'>cerrlist</a>;
<a id='L56' name='L56'></a><a id='L30' name='L30'></a> 30 <a href='../Y/52.html' title='Multiple used in 9 places.'>cerrlist</a> = <a href='../Y/205.html' title='Multiple used in 32 places.'>stat</a>;
<a id='L57' name='L57'></a><a id='L31' name='L31'></a> 31 <em class='brace'>}</em>
<a id='L58' name='L58'></a><a id='L32' name='L32'></a> 32
<a id='L59' name='L59'></a><a id='L33' name='L33'></a> 33 <strong class='reserved'>void</strong> <a href='../S/35611.html#L61' title='Referred from 61 in include/cerr.h.'>printcerrlist</a>()
<a id='L60' name='L60'></a><a id='L34' name='L34'></a> 34 <em class='brace'>{</em>
<a id='L61' name='L61'></a><a id='L35' name='L35'></a> 35 <a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a> *<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L62' name='L62'></a><a id='L36' name='L36'></a> 36
<a id='L63' name='L63'></a><a id='L37' name='L37'></a> 37 <strong class='reserved'>if</strong>(<a href='../Y/52.html' title='Multiple used in 9 places.'>cerrlist</a> == <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>) <em class='brace'>{</em>
<a id='L64' name='L64'></a><a id='L38' name='L38'></a> 38 <a href='../Y/184.html' title='Multiple used in 3 places.'>puts</a>("error list is null.");
<a id='L65' name='L65'></a><a id='L39' name='L39'></a> 39 <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L66' name='L66'></a><a id='L40' name='L40'></a> 40 <strong class='reserved'>for</strong>(<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/52.html' title='Multiple used in 9 places.'>cerrlist</a>; <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> != <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>; <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/158.html' title='Multiple used in 32 places.'>next</a>) <em class='brace'>{</em>
<a id='L67' name='L67'></a><a id='L41' name='L41'></a> 41 <a href='../Y/180.html' title='Multiple used in 32 places.'>printf</a>("%d: %s\n", <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/161.html' title='Multiple used in 57 places.'>num</a>, <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a>);
<a id='L68' name='L68'></a><a id='L42' name='L42'></a> 42 <em class='brace'>}</em>
<a id='L69' name='L69'></a><a id='L43' name='L43'></a> 43 <em class='brace'>}</em>
<a id='L70' name='L70'></a><a id='L44' name='L44'></a> 44 <em class='brace'>}</em>
<a id='L71' name='L71'></a><a id='L45' name='L45'></a> 45
<a id='L72' name='L72'></a><a id='L46' name='L46'></a> 46 <strong class='reserved'>void</strong> <a href='../R/218.html' title='Multiple referred from 55 places.'>setcerr</a>(<strong class='reserved'>int</strong> <a href='../Y/161.html' title='Multiple used in 57 places.'>num</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/211.html' title='Multiple used in 118 places.'>str</a>)
<a id='L73' name='L73'></a><a id='L47' name='L47'></a> 47 <em class='brace'>{</em>
<a id='L74' name='L74'></a><a id='L48' name='L48'></a> 48 <em class='comment'>/* 現在のエラー番号を設定 */</em>
<a id='L75' name='L75'></a><a id='L49' name='L49'></a> 49 <a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/161.html' title='Multiple used in 57 places.'>num</a> = <a href='../Y/161.html' title='Multiple used in 57 places.'>num</a>;
<a id='L76' name='L76'></a><a id='L50' name='L50'></a> 50 <strong class='reserved'>if</strong>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a> != <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>) <em class='brace'>{</em>
<a id='L77' name='L77'></a><a id='L51' name='L51'></a> 51 <a href='../S/35619.html#L22' title='Defined at 22 in include/cmem.h.'>FREE</a>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a>);
<a id='L78' name='L78'></a><a id='L52' name='L52'></a> 52 <em class='brace'>}</em>
<a id='L79' name='L79'></a><a id='L53' name='L53'></a> 53 <em class='comment'>/* 現在のエラーメッセージを設定 */</em>
<a id='L80' name='L80'></a><a id='L54' name='L54'></a> 54 <a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a> = <a href='../S/36059.html#L23' title='Defined at 23 in src/cmem.c.'>malloc_chk</a>(<a href='../S/35611.html#L39' title='Defined at 39 in include/cerr.h.'>CERRMSGSIZE</a> + 1, "cerr.msg");
<a id='L81' name='L81'></a><a id='L55' name='L55'></a> 55 <strong class='reserved'>if</strong>(0 &lt; <a href='../Y/220.html' title='Multiple used in 7 places.'>strlen</a>(<a href='../Y/211.html' title='Multiple used in 118 places.'>str</a>) &amp;&amp; <a href='../Y/220.html' title='Multiple used in 7 places.'>strlen</a>(<a href='../Y/211.html' title='Multiple used in 118 places.'>str</a>) &lt;= <a href='../S/35611.html#L38' title='Defined at 38 in include/cerr.h.'>CERRSTRSIZE</a>) <em class='brace'>{</em>
<a id='L82' name='L82'></a><a id='L56' name='L56'></a> 56 <a href='../Y/201.html' title='Multiple used in 9 places.'>sprintf</a>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a>, "%s: %s", <a href='../Y/211.html' title='Multiple used in 118 places.'>str</a>, <a href='../S/36071.html#L62' title='Defined at 62 in src/cerr.c.'>getcerrmsg</a>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/161.html' title='Multiple used in 57 places.'>num</a>));
<a id='L83' name='L83'></a><a id='L57' name='L57'></a> 57 <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L84' name='L84'></a><a id='L58' name='L58'></a> 58 <a href='../Y/216.html' title='Multiple used in 4 places.'>strcpy</a>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a>, <a href='../S/36071.html#L62' title='Defined at 62 in src/cerr.c.'>getcerrmsg</a>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/161.html' title='Multiple used in 57 places.'>num</a>));
<a id='L85' name='L85'></a><a id='L59' name='L59'></a> 59 <em class='brace'>}</em>
<a id='L86' name='L86'></a><a id='L60' name='L60'></a> 60 <em class='brace'>}</em>
<a id='L87' name='L87'></a><a id='L61' name='L61'></a> 61
<a id='L88' name='L88'></a><a id='L62' name='L62'></a> 62 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../R/161.html' title='Multiple referred from 3 places.'>getcerrmsg</a>(<strong class='reserved'>int</strong> <a href='../Y/161.html' title='Multiple used in 57 places.'>num</a>)
<a id='L89' name='L89'></a><a id='L63' name='L63'></a> 63 <em class='brace'>{</em>
<a id='L90' name='L90'></a><a id='L64' name='L64'></a> 64 <a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a> *<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L91' name='L91'></a><a id='L65' name='L65'></a> 65 <strong class='reserved'>char</strong> *<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a> = "unknown error";
<a id='L92' name='L92'></a><a id='L66' name='L66'></a> 66
<a id='L93' name='L93'></a><a id='L67' name='L67'></a> 67 <strong class='reserved'>for</strong>(<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/52.html' title='Multiple used in 9 places.'>cerrlist</a>; <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> != <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>; <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/158.html' title='Multiple used in 32 places.'>next</a>) <em class='brace'>{</em>
<a id='L94' name='L94'></a><a id='L68' name='L68'></a> 68 <strong class='reserved'>if</strong>(<a href='../Y/161.html' title='Multiple used in 57 places.'>num</a> == <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/161.html' title='Multiple used in 57 places.'>num</a>) <em class='brace'>{</em>
<a id='L95' name='L95'></a><a id='L69' name='L69'></a> 69 <a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a> = <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a>;
<a id='L96' name='L96'></a><a id='L70' name='L70'></a> 70 <strong class='reserved'>break</strong>;
<a id='L97' name='L97'></a><a id='L71' name='L71'></a> 71 <em class='brace'>}</em>
<a id='L98' name='L98'></a><a id='L72' name='L72'></a> 72 <em class='brace'>}</em>
<a id='L99' name='L99'></a><a id='L73' name='L73'></a> 73 <strong class='reserved'>return</strong> <a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a>;
<a id='L100' name='L100'></a><a id='L74' name='L74'></a> 74 <em class='brace'>}</em>
<a id='L101' name='L101'></a><a id='L75' name='L75'></a> 75
<a id='L102' name='L102'></a><a id='L76' name='L76'></a> 76 <strong class='reserved'>void</strong> <a href='../R/153.html' title='Multiple referred from 13 places.'>freecerr</a>()
<a id='L103' name='L103'></a><a id='L77' name='L77'></a> 77 <em class='brace'>{</em>
<a id='L104' name='L104'></a><a id='L78' name='L78'></a> 78 <a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a> *<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L105' name='L105'></a><a id='L79' name='L79'></a> 79 <a href='../S/35611.html#L30' title='Defined at 30 in include/cerr.h.'>CERRLIST</a> *<a href='../Y/185.html' title='Multiple used in 17 places.'>q</a> = <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>;
<a id='L106' name='L106'></a><a id='L80' name='L80'></a> 80
<a id='L107' name='L107'></a><a id='L81' name='L81'></a> 81 <em class='comment'>/* 現在のエラーメッセージを解放 */</em>
<a id='L108' name='L108'></a><a id='L82' name='L82'></a> 82 <a href='../S/35619.html#L22' title='Defined at 22 in include/cmem.h.'>FREE</a>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>-&gt;<a href='../Y/155.html' title='Multiple used in 26 places.'>msg</a>);
<a id='L109' name='L109'></a><a id='L83' name='L83'></a> 83 <em class='comment'>/* 現在のエラーを解放 */</em>
<a id='L110' name='L110'></a><a id='L84' name='L84'></a> 84 <a href='../S/35619.html#L22' title='Defined at 22 in include/cmem.h.'>FREE</a>(<a href='../Y/33.html' title='Multiple used in 62 places.'>cerr</a>);
<a id='L111' name='L111'></a><a id='L85' name='L85'></a> 85 <em class='comment'>/* エラーリストを解放 */</em>
<a id='L112' name='L112'></a><a id='L86' name='L86'></a> 86 <strong class='reserved'>for</strong>(<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/52.html' title='Multiple used in 9 places.'>cerrlist</a>; <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> != <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>; <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a> = <a href='../Y/185.html' title='Multiple used in 17 places.'>q</a>) <em class='brace'>{</em>
<a id='L113' name='L113'></a><a id='L87' name='L87'></a> 87 <a href='../Y/185.html' title='Multiple used in 17 places.'>q</a> = <a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>-&gt;<a href='../Y/158.html' title='Multiple used in 32 places.'>next</a>;
<a id='L114' name='L114'></a><a id='L88' name='L88'></a> 88 <a href='../S/35619.html#L22' title='Defined at 22 in include/cmem.h.'>FREE</a>(<a href='../Y/175.html' title='Multiple used in 131 places.'>p</a>);
<a id='L115' name='L115'></a><a id='L89' name='L89'></a> 89 <em class='brace'>}</em>
<a id='L116' name='L116'></a><a id='L90' name='L90'></a> 90 <em class='brace'>}</em>
<a id='L117' name='L117'></a><a id='L91' name='L91'></a> 91
<a id='L118' name='L118'></a><a id='L92' name='L92'></a> 92 <strong class='reserved'>void</strong> <a href='../R/239.html' title='Multiple referred from 5 places.'>warn_ignore_arg</a>(<strong class='reserved'>int</strong> <a href='../Y/9.html' title='Multiple used in 41 places.'>argc</a>, <strong class='reserved'>char</strong> *<a href='../Y/11.html' title='Multiple used in 68 places.'>argv</a>[])
<a id='L119' name='L119'></a><a id='L93' name='L93'></a> 93 <em class='brace'>{</em>
<a id='L120' name='L120'></a><a id='L94' name='L94'></a> 94 <a href='../Y/104.html' title='Multiple used in 122 places.'>fprintf</a>(<a href='../Y/206.html' title='Multiple used in 29 places.'>stderr</a>, "Info: arguments '");
<a id='L121' name='L121'></a><a id='L95' name='L95'></a> 95 <strong class='reserved'>for</strong>(<strong class='reserved'>int</strong> <a href='../Y/118.html' title='Multiple used in 213 places.'>i</a> = 0; <a href='../Y/118.html' title='Multiple used in 213 places.'>i</a> &lt; <a href='../Y/9.html' title='Multiple used in 41 places.'>argc</a>; <a href='../Y/118.html' title='Multiple used in 213 places.'>i</a>++) <em class='brace'>{</em>
<a id='L122' name='L122'></a><a id='L96' name='L96'></a> 96 <strong class='reserved'>if</strong>(<a href='../Y/118.html' title='Multiple used in 213 places.'>i</a> &gt; 0) <em class='brace'>{</em>
<a id='L123' name='L123'></a><a id='L97' name='L97'></a> 97 <a href='../Y/104.html' title='Multiple used in 122 places.'>fprintf</a>(<a href='../Y/206.html' title='Multiple used in 29 places.'>stderr</a>, " ");
<a id='L124' name='L124'></a><a id='L98' name='L98'></a> 98 <em class='brace'>}</em>
<a id='L125' name='L125'></a><a id='L99' name='L99'></a> 99 <a href='../Y/104.html' title='Multiple used in 122 places.'>fprintf</a>(<a href='../Y/206.html' title='Multiple used in 29 places.'>stderr</a>, "%s", <a href='../Y/11.html' title='Multiple used in 68 places.'>argv</a>[<a href='../Y/118.html' title='Multiple used in 213 places.'>i</a>]);
<a id='L126' name='L126'></a><a id='L100' name='L100'></a> 100 <em class='brace'>}</em>
<a id='L127' name='L127'></a><a id='L101' name='L101'></a> 101 <a href='../Y/104.html' title='Multiple used in 122 places.'>fprintf</a>(<a href='../Y/206.html' title='Multiple used in 29 places.'>stderr</a>, "' are ignored.\n");
<a id='L128' name='L128'></a><a id='L102' name='L102'></a> 102 <em class='brace'>}</em>
<a id='L129' name='L129'></a></pre>
<a id='L130' name='L130'></a><hr />
<a id='L131' name='L131'></a><a id='BOTTOM' name='BOTTOM'></a>
<a id='L132' name='L132'></a><em class='comment'>/* [&lt;][&gt;]<a href='#L3'>[^]</a><a href='#L92'>[v]</a><a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<a id='L133' name='L133'></a></body>
<a id='L134' name='L134'></a></html>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* [<][>][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
</body>
</html>