mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.5 KiB
HTML
27 lines
2.5 KiB
HTML
<!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_len</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<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/lib--utilunix.c.html#L222'>buf_len</a> 222 lib/utilunix.c size_t buf_len;</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L231'>buf_len</a> 231 lib/utilunix.c buf_len = (size_t) ps->len;</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L233'>buf_len</a> 233 lib/utilunix.c if (buf_len >= MC_PIPE_BUFSIZE)</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L234'>buf_len</a> 234 lib/utilunix.c buf_len = ps->null_term ? MC_PIPE_BUFSIZE - 1 : MC_PIPE_BUFSIZE;</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L238'>buf_len</a> 238 lib/utilunix.c read_len = read (ps->fd, ps->buf, buf_len);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1608'>buf_len</a> 1608 lib/vfs/direntry.c vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1614'>buf_len</a> 1614 lib/vfs/direntry.c for (i = 0; i < buf_len - 1; i++, buf++)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L191'>buf_len</a> 191 lib/vfs/xdirentry.h int vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L1191'>buf_len</a> 1191 lib/widget/input.c int buf_len;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L1208'>buf_len</a> 1208 lib/widget/input.c buf_len = str_length (in->buffer->str);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L1211'>buf_len</a> 1211 lib/widget/input.c in->mark = MIN (in->mark, buf_len);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L1279'>buf_len</a> 1279 lib/widget/input.c if (i < (buf_len - in->term_first_shown) && cp[0] != '\0')</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|