root/doc_inner/gnu_global/Y/30.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>buf</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/21058.html#L112'>buf</a>               112 src/exec.c         char *buf = malloc_chk(INSIZE + 1, "svcin.buf");</span>
<span class='curline'><a href='../S/21058.html#L114'>buf</a>               114 src/exec.c         if(fgets(buf, INSIZE, stdin) == NULL) {</span>
<span class='curline'><a href='../S/21058.html#L119'>buf</a>               119 src/exec.c             if(!buf[i] || buf[i] == '\n') {</span>
<span class='curline'><a href='../S/21058.html#L128'>buf</a>               128 src/exec.c             sys-&gt;memory[sys-&gt;cpu-&gt;gr[1] + i] = buf[i];</span>
<span class='curline'><a href='../S/21058.html#L131'>buf</a>               131 src/exec.c         FREE(buf);</span>
<span class='curline'><a href='../S/21053.html#L399'>buf</a>               399 src/monitor.c      static char *buf = NULL;</span>
<span class='curline'><a href='../S/21053.html#L405'>buf</a>               405 src/monitor.c          buf = readline(monitor_prompt);</span>
<span class='curline'><a href='../S/21053.html#L407'>buf</a>               407 src/monitor.c          if(buf == NULL) {</span>
<span class='curline'><a href='../S/21053.html#L408'>buf</a>               408 src/monitor.c              FREE(buf);</span>
<span class='curline'><a href='../S/21053.html#L413'>buf</a>               413 src/monitor.c          if(buf[0] == '\0') {</span>
<span class='curline'><a href='../S/21053.html#L416'>buf</a>               416 src/monitor.c                  FREE(buf);</span>
<span class='curline'><a href='../S/21053.html#L419'>buf</a>               419 src/monitor.c                  buf = strdup_chk(last_buf, "monitor.buf_repeat");</span>
<span class='curline'><a href='../S/21053.html#L423'>buf</a>               423 src/monitor.c              strip_end(buf);        /* 文字列末尾の改行と空白を削除 */</span>
<span class='curline'><a href='../S/21053.html#L425'>buf</a>               425 src/monitor.c              add_history(buf);</span>
<span class='curline'><a href='../S/21053.html#L426'>buf</a>               426 src/monitor.c              last_buf = strdup_chk(buf, "monitor.last_buf");</span>
<span class='curline'><a href='../S/21053.html#L429'>buf</a>               429 src/monitor.c          fprintf(stdout, "&gt; %s\n", buf);</span>
<span class='curline'><a href='../S/21053.html#L431'>buf</a>               431 src/monitor.c          if(buf[0] == '!') {</span>
<span class='curline'><a href='../S/21053.html#L432'>buf</a>               432 src/monitor.c              system(buf + 1);</span>
<span class='curline'><a href='../S/21053.html#L433'>buf</a>               433 src/monitor.c          } else if((moncmdl = monlinetok(buf)) != NULL) {</span>
<span class='curline'><a href='../S/21053.html#L438'>buf</a>               438 src/monitor.c              FREE(buf);</span>
<span class='curline'><a href='../S/21053.html#L443'>buf</a>               443 src/monitor.c      FREE(buf);</span>
</pre>
</body>
</html>

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