Files
source/Y/fd.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

265 lines
40 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>fd</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--mcconfig--common.c.html#L56'>fd</a> 56 lib/mcconfig/common.c int fd;</span>
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L73'>fd</a> 73 lib/mcconfig/common.c fd = mc_open (ini_vpath, O_WRONLY | O_TRUNC, 0);</span>
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L76'>fd</a> 76 lib/mcconfig/common.c if (fd == -1)</span>
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L84'>fd</a> 84 lib/mcconfig/common.c (cur_written = mc_write (fd, (const void *) written_data, total_written)) &gt; 0;</span>
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L88'>fd</a> 88 lib/mcconfig/common.c mc_close (fd);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L259'>fd</a> 259 lib/tty/key.c int fd;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L567'>fd</a> 567 lib/tty/key.c return (FD_ISSET (s-&gt;fd, f) ? 0 : 1);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L576'>fd</a> 576 lib/tty/key.c const int fd = GPOINTER_TO_INT (b);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L578'>fd</a> 578 lib/tty/key.c return (s-&gt;fd == fd ? 0 : 1);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L596'>fd</a> 596 lib/tty/key.c FD_SET (p-&gt;fd, select_set);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L597'>fd</a> 597 lib/tty/key.c if (p-&gt;fd &gt; top_fd)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L598'>fd</a> 598 lib/tty/key.c top_fd = p-&gt;fd;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L620'>fd</a> 620 lib/tty/key.c FD_CLR (p-&gt;fd, select_set);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L621'>fd</a> 621 lib/tty/key.c p-&gt;callback (p-&gt;fd, p-&gt;info);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1373'>fd</a> 1373 lib/tty/key.c add_select_channel (int fd, select_fn callback, void *info)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1378'>fd</a> 1378 lib/tty/key.c new-&gt;fd = fd;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1388'>fd</a> 1388 lib/tty/key.c delete_select_channel (int fd)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1392'>fd</a> 1392 lib/tty/key.c p = g_slist_find_custom (select_list, GINT_TO_POINTER (fd), select_cmp_by_fd);</span>
<span class='curline'><a href='../S/lib--tty--key.h.html#L85'>fd</a> 85 lib/tty/key.h typedef int (*select_fn) (int fd, void *info);</span>
<span class='curline'><a href='../S/lib--tty--key.h.html#L88'>fd</a> 88 lib/tty/key.h void add_select_channel (int fd, select_fn callback, void *info);</span>
<span class='curline'><a href='../S/lib--tty--key.h.html#L89'>fd</a> 89 lib/tty/key.h void delete_select_channel (int fd);</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L336'>fd</a> 336 lib/tty/tty.c tty_resize (int fd)</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L345'>fd</a> 345 lib/tty/tty.c return ioctl (fd, TIOCSWINSZ, &amp;tty_size);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L158'>fd</a> 158 lib/tty/tty.h extern int tty_resize (int fd);</span>
<span class='curline'><a href='../S/lib--util.c.html#L728'>fd</a> 728 lib/util.c get_compression_type (int fd, const char *name)</span>
<span class='curline'><a href='../S/lib--util.c.html#L734'>fd</a> 734 lib/util.c if (mc_read (fd, (char *) magic, 4) != 4)</span>
<span class='curline'><a href='../S/lib--util.c.html#L745'>fd</a> 745 lib/util.c mc_lseek (fd, 8, SEEK_SET);</span>
<span class='curline'><a href='../S/lib--util.c.html#L746'>fd</a> 746 lib/util.c if (mc_read (fd, (char *) magic, 2) != 2)</span>
<span class='curline'><a href='../S/lib--util.c.html#L776'>fd</a> 776 lib/util.c if (mc_read (fd, (char *) magic + 4, 2) != 2)</span>
<span class='curline'><a href='../S/lib--util.h.html#L117'>fd</a> 117 lib/util.h int fd;</span>
<span class='curline'><a href='../S/lib--util.h.html#L249'>fd</a> 249 lib/util.h enum compression_type get_compression_type (int fd, const char *name);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L225'>fd</a> 225 lib/utilunix.c if (!FD_ISSET (ps-&gt;fd, fds))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L238'>fd</a> 238 lib/utilunix.c read_len = read (ps-&gt;fd, ps-&gt;buf, buf_len);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L565'>fd</a> 565 lib/utilunix.c p-&gt;out.fd = -1;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L566'>fd</a> 566 lib/utilunix.c p-&gt;err.fd = -1;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L570'>fd</a> 570 lib/utilunix.c NULL, &amp;p-&gt;child_pid, NULL, read_out ? &amp;p-&gt;out.fd : NULL,</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L571'>fd</a> 571 lib/utilunix.c read_err ? &amp;p-&gt;err.fd : NULL, error))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L624'>fd</a> 624 lib/utilunix.c read_out = p-&gt;out.fd &gt;= 0;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L625'>fd</a> 625 lib/utilunix.c read_err = p-&gt;err.fd &gt;= 0;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L637'>fd</a> 637 lib/utilunix.c FD_SET (p-&gt;out.fd, &amp;fds);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L638'>fd</a> 638 lib/utilunix.c maxfd = p-&gt;out.fd;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L643'>fd</a> 643 lib/utilunix.c FD_SET (p-&gt;err.fd, &amp;fds);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L644'>fd</a> 644 lib/utilunix.c maxfd = MAX (maxfd, p-&gt;err.fd);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L733'>fd</a> 733 lib/utilunix.c if (p-&gt;out.fd &gt;= 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L734'>fd</a> 734 lib/utilunix.c res = close (p-&gt;out.fd);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L735'>fd</a> 735 lib/utilunix.c if (p-&gt;err.fd &gt;= 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L736'>fd</a> 736 lib/utilunix.c res = close (p-&gt;err.fd);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1660'>fd</a> 1660 lib/vfs/direntry.c vfs_s_get_line_interruptible (struct vfs_class *me, char *buffer, int size, int fd)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1673'>fd</a> 1673 lib/vfs/direntry.c n = read (fd, &amp;buffer[i], 1);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L681'>fd</a> 681 lib/vfs/interface.c mc_lseek (int fd, off_t offset, int whence)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L687'>fd</a> 687 lib/vfs/interface.c if (fd == -1)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L690'>fd</a> 690 lib/vfs/interface.c vfs = vfs_class_find_by_handle (fd, &amp;fsinfo);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L718'>fd</a> 718 lib/vfs/interface.c int fd;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L731'>fd</a> 731 lib/vfs/interface.c fd = g_mkstemp (p2);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L732'>fd</a> 732 lib/vfs/interface.c if (fd &gt;= 0)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L737'>fd</a> 737 lib/vfs/interface.c fd = -1;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L742'>fd</a> 742 lib/vfs/interface.c return fd;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L190'>fd</a> 190 lib/vfs/utilvfs.c int fd;</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L212'>fd</a> 212 lib/vfs/utilvfs.c fd = mc_mkstemps (pname_vpath, prefix, suffix-&gt;str);</span>
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L215'>fd</a> 215 lib/vfs/utilvfs.c return fd;</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L315'>fd</a> 315 lib/vfs/vfs.h off_t mc_lseek (int fd, off_t offset, int whence);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L324'>fd</a> 324 lib/vfs/vfs.h int mc_fstat (int fd, struct stat *buf);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L334'>fd</a> 334 lib/vfs/vfs.h int mc_ctl (int fd, int ctlop, void *arg);</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L192'>fd</a> 192 lib/vfs/xdirentry.h int vfs_s_get_line_interruptible (struct vfs_class *me, char *buffer, int size, int fd);</span>
<span class='curline'><a href='../S/src--background.c.html#L72'>fd</a> 72 src/background.c static int background_attention (int fd, void *closure);</span>
<span class='curline'><a href='../S/src--background.c.html#L89'>fd</a> 89 src/background.c register_task_running (file_op_context_t *ctx, pid_t pid, int fd, int to_child, char *info)</span>
<span class='curline'><a href='../S/src--background.c.html#L98'>fd</a> 98 src/background.c new-&gt;fd = fd;</span>
<span class='curline'><a href='../S/src--background.c.html#L102'>fd</a> 102 src/background.c add_select_channel (fd, background_attention, ctx);</span>
<span class='curline'><a href='../S/src--background.c.html#L117'>fd</a> 117 src/background.c int fd = p-&gt;fd;</span>
<span class='curline'><a href='../S/src--background.c.html#L125'>fd</a> 125 src/background.c return fd;</span>
<span class='curline'><a href='../S/src--background.c.html#L188'>fd</a> 188 src/background.c background_attention (int fd, void *closure)</span>
<span class='curline'><a href='../S/src--background.c.html#L225'>fd</a> 225 src/background.c bytes = read (fd, &amp;routine.pointer, sizeof (routine));</span>
<span class='curline'><a href='../S/src--background.c.html#L230'>fd</a> 230 src/background.c unregister_task_running (ctx-&gt;pid, fd);</span>
<span class='curline'><a href='../S/src--background.c.html#L249'>fd</a> 249 src/background.c if (read (fd, &amp;argc, sizeof (argc)) != sizeof (argc)</span>
<span class='curline'><a href='../S/src--background.c.html#L250'>fd</a> 250 src/background.c || read (fd, &amp;type, sizeof (type)) != sizeof (type)</span>
<span class='curline'><a href='../S/src--background.c.html#L251'>fd</a> 251 src/background.c || read (fd, &amp;have_ctx, sizeof (have_ctx)) != sizeof (have_ctx))</span>
<span class='curline'><a href='../S/src--background.c.html#L259'>fd</a> 259 src/background.c if (have_ctx != 0 &amp;&amp; read (fd, ctx, sizeof (*ctx)) != sizeof (*ctx))</span>
<span class='curline'><a href='../S/src--background.c.html#L266'>fd</a> 266 src/background.c if (read (fd, &amp;size, sizeof (size)) != sizeof (size))</span>
<span class='curline'><a href='../S/src--background.c.html#L271'>fd</a> 271 src/background.c if (read (fd, data[i], size) != size)</span>
<span class='curline'><a href='../S/src--background.c.html#L280'>fd</a> 280 src/background.c if (p-&gt;fd == fd)</span>
<span class='curline'><a href='../S/src--background.c.html#L491'>fd</a> 491 src/background.c unregister_task_running (pid_t pid, int fd)</span>
<span class='curline'><a href='../S/src--background.c.html#L494'>fd</a> 494 src/background.c delete_select_channel (fd);</span>
<span class='curline'><a href='../S/src--background.c.html#L502'>fd</a> 502 src/background.c int fd;</span>
<span class='curline'><a href='../S/src--background.c.html#L504'>fd</a> 504 src/background.c fd = destroy_task (pid);</span>
<span class='curline'><a href='../S/src--background.c.html#L505'>fd</a> 505 src/background.c if (fd != -1)</span>
<span class='curline'><a href='../S/src--background.c.html#L506'>fd</a> 506 src/background.c delete_select_channel (fd);</span>
<span class='curline'><a href='../S/src--background.h.html#L21'>fd</a> 21 src/background.h int fd;</span>
<span class='curline'><a href='../S/src--background.h.html#L43'>fd</a> 43 src/background.h void unregister_task_running (pid_t pid, int fd);</span>
<span class='curline'><a href='../S/src--diffviewer--internal.h.html#L45'>fd</a> 45 src/diffviewer/internal.h int fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L173'>fd</a> 173 src/diffviewer/ydiff.c int fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L176'>fd</a> 176 src/diffviewer/ydiff.c fd = mc_mkstemps (&amp;diff_file_name, "mcdiff", NULL);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L177'>fd</a> 177 src/diffviewer/ydiff.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L184'>fd</a> 184 src/diffviewer/ydiff.c return fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L197'>fd</a> 197 src/diffviewer/ydiff.c dview_fdopen (int fd)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L201'>fd</a> 201 src/diffviewer/ydiff.c if (fd &lt; 0)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L215'>fd</a> 215 src/diffviewer/ydiff.c fs-&gt;fd = fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L258'>fd</a> 258 src/diffviewer/ydiff.c int fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L265'>fd</a> 265 src/diffviewer/ydiff.c fd = open_temp (&amp;fs-&gt;data);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L266'>fd</a> 266 src/diffviewer/ydiff.c if (fd &lt; 0)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L272'>fd</a> 272 src/diffviewer/ydiff.c fs-&gt;fd = fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L291'>fd</a> 291 src/diffviewer/ydiff.c int fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L298'>fd</a> 298 src/diffviewer/ydiff.c fd = open (filename, flags);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L299'>fd</a> 299 src/diffviewer/ydiff.c if (fd &lt; 0)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L305'>fd</a> 305 src/diffviewer/ydiff.c fs-&gt;fd = fd;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L345'>fd</a> 345 src/diffviewer/ydiff.c fs-&gt;len = read (fs-&gt;fd, fs-&gt;buf, FILE_READ_BUF);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L372'>fd</a> 372 src/diffviewer/ydiff.c rv = lseek (fs-&gt;fd, 0, SEEK_CUR);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L388'>fd</a> 388 src/diffviewer/ydiff.c rv = lseek (fs-&gt;fd, off, whence);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L409'>fd</a> 409 src/diffviewer/ydiff.c rv = lseek (fs-&gt;fd, 0, SEEK_SET);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L433'>fd</a> 433 src/diffviewer/ydiff.c rv = write (fs-&gt;fd, buf, size);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L455'>fd</a> 455 src/diffviewer/ydiff.c off = lseek (fs-&gt;fd, 0, SEEK_CUR);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L460'>fd</a> 460 src/diffviewer/ydiff.c rv = ftruncate (fs-&gt;fd, off);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L486'>fd</a> 486 src/diffviewer/ydiff.c rv = close (fs-&gt;fd);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L530'>fd</a> 530 src/diffviewer/ydiff.c fs-&gt;fd = fileno (f);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L693'>fd</a> 693 src/editor/editbuffer.c edit_buffer_read_file (edit_buffer_t *buf, int fd, off_t size,</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L716'>fd</a> 716 src/editor/editbuffer.c ret = mc_read (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L735'>fd</a> 735 src/editor/editbuffer.c sz = mc_read (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L807'>fd</a> 807 src/editor/editbuffer.c edit_buffer_write_file (edit_buffer_t *buf, int fd)</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L821'>fd</a> 821 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L833'>fd</a> 833 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L847'>fd</a> 847 src/editor/editbuffer.c sz = mc_write (fd, (char *) b + EDIT_BUF_SIZE - data_size, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L858'>fd</a> 858 src/editor/editbuffer.c sz = mc_write (fd, b, data_size);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.h.html#L60'>fd</a> 60 src/editor/editbuffer.h off_t edit_buffer_read_file (edit_buffer_t *buf, int fd, off_t size,</span>
<span class='curline'><a href='../S/src--editor--editbuffer.h.html#L62'>fd</a> 62 src/editor/editbuffer.h off_t edit_buffer_write_file (edit_buffer_t *buf, int fd);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L133'>fd</a> 133 src/editor/editcmd.c int this_save_mode, rv, fd = -1;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L161'>fd</a> 161 src/editor/editcmd.c fd = mc_open (real_filename_vpath, O_RDONLY | O_BINARY);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L162'>fd</a> 162 src/editor/editcmd.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L167'>fd</a> 167 src/editor/editcmd.c if (fd != -1)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L168'>fd</a> 168 src/editor/editcmd.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L223'>fd</a> 223 src/editor/editcmd.c fd = mc_mkstemps (&amp;savename_vpath, saveprefix, NULL);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L235'>fd</a> 235 src/editor/editcmd.c close (fd);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L243'>fd</a> 243 src/editor/editcmd.c fd = mc_open (savename_vpath, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, edit-&gt;stat1.st_mode);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L244'>fd</a> 244 src/editor/editcmd.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L253'>fd</a> 253 src/editor/editcmd.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L280'>fd</a> 280 src/editor/editcmd.c filelen = edit_buffer_write_file (&amp;edit-&gt;buffer, fd);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L284'>fd</a> 284 src/editor/editcmd.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L288'>fd</a> 288 src/editor/editcmd.c if (mc_close (fd) != 0)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L300'>fd</a> 300 src/editor/editcmd.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L475'>fd</a> 475 src/filemanager/boxes.c unregister_task_running (tl-&gt;pid, tl-&gt;fd);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1489'>fd</a> 1489 src/filemanager/layout.c load_prompt (int fd, void *unused)</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1491'>fd</a> 1491 src/filemanager/layout.c (void) fd;</span>
<span class='curline'><a href='../S/src--filemanager--layout.h.html#L89'>fd</a> 89 src/filemanager/layout.h int load_prompt (int fd, void *unused);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1433'>fd</a> 1433 src/filemanager/mountlist.c int i, fd;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1456'>fd</a> 1456 src/filemanager/mountlist.c fd = open (dir, O_RDONLY);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1457'>fd</a> 1457 src/filemanager/mountlist.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1460'>fd</a> 1460 src/filemanager/mountlist.c i = disk_get_entry (fd, &amp;de);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1462'>fd</a> 1462 src/filemanager/mountlist.c close (fd);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L242'>fd</a> 242 src/subshell/common.c write_all (int fd, const void *buf, size_t count)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L248'>fd</a> 248 src/subshell/common.c const ssize_t ret = write (fd, (const unsigned char *) buf + written, count);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L282'>fd</a> 282 src/subshell/common.c read_nonblock (int fd, void *buf, size_t count)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L284'>fd</a> 284 src/subshell/common.c const int old_flags = fcntl (fd, F_GETFL);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L286'>fd</a> 286 src/subshell/common.c fcntl (fd, F_SETFL, old_flags | O_NONBLOCK);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L287'>fd</a> 287 src/subshell/common.c const ssize_t ret = read (fd, buf, count);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L288'>fd</a> 288 src/subshell/common.c fcntl (fd, F_SETFL, old_flags);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L62'>fd</a> 62 src/vfs/cpio/cpio.c mc_lseek (CPIO_SUPER (super)-&gt;fd, CPIO_POS (super) = (where), SEEK_SET)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L64'>fd</a> 64 src/vfs/cpio/cpio.c mc_lseek (CPIO_SUPER (super)-&gt;fd, CPIO_POS (super) += (where), SEEK_SET)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L138'>fd</a> 138 src/vfs/cpio/cpio.c int fd;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L201'>fd</a> 201 src/vfs/cpio/cpio.c arch-&gt;fd = -1; // for now</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L216'>fd</a> 216 src/vfs/cpio/cpio.c if (arch-&gt;fd != -1)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L218'>fd</a> 218 src/vfs/cpio/cpio.c mc_close (arch-&gt;fd);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L219'>fd</a> 219 src/vfs/cpio/cpio.c arch-&gt;fd = -1;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L230'>fd</a> 230 src/vfs/cpio/cpio.c int fd, type;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L235'>fd</a> 235 src/vfs/cpio/cpio.c fd = mc_open (vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L236'>fd</a> 236 src/vfs/cpio/cpio.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L246'>fd</a> 246 src/vfs/cpio/cpio.c type = get_compression_type (fd, super-&gt;name);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L248'>fd</a> 248 src/vfs/cpio/cpio.c mc_lseek (fd, 0, SEEK_SET);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L254'>fd</a> 254 src/vfs/cpio/cpio.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L257'>fd</a> 257 src/vfs/cpio/cpio.c fd = mc_open (tmp_vpath, O_RDONLY);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L259'>fd</a> 259 src/vfs/cpio/cpio.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L269'>fd</a> 269 src/vfs/cpio/cpio.c arch-&gt;fd = fd;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L284'>fd</a> 284 src/vfs/cpio/cpio.c return fd;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L321'>fd</a> 321 src/vfs/cpio/cpio.c top = mc_read (arch-&gt;fd, buf, sizeof (buf));</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L335'>fd</a> 335 src/vfs/cpio/cpio.c tmp = mc_read (arch-&gt;fd, buf, top);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L523'>fd</a> 523 src/vfs/cpio/cpio.c if (mc_read (arch-&gt;fd, inode-&gt;linkname, st-&gt;st_size) &lt; st-&gt;st_size)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L556'>fd</a> 556 src/vfs/cpio/cpio.c len = mc_read (arch-&gt;fd, (char *) &amp;u.buf, HEAD_LENGTH);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L574'>fd</a> 574 src/vfs/cpio/cpio.c len = mc_read (arch-&gt;fd, name, u.buf.c_namesize);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L627'>fd</a> 627 src/vfs/cpio/cpio.c if (mc_read (arch-&gt;fd, u.buf, HEAD_LENGTH) != HEAD_LENGTH)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L648'>fd</a> 648 src/vfs/cpio/cpio.c len = mc_read (arch-&gt;fd, name, hd.c_namesize);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L699'>fd</a> 699 src/vfs/cpio/cpio.c if (mc_read (arch-&gt;fd, u.buf, HEAD_LENGTH) != HEAD_LENGTH)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L727'>fd</a> 727 src/vfs/cpio/cpio.c len = mc_read (arch-&gt;fd, name, hd.c_namesize);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L848'>fd</a> 848 src/vfs/cpio/cpio.c int fd = CPIO_SUPER (VFS_FILE_HANDLER_SUPER (fh))-&gt;fd;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L852'>fd</a> 852 src/vfs/cpio/cpio.c if (mc_lseek (fd, begin + file-&gt;pos, SEEK_SET) != begin + file-&gt;pos)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L857'>fd</a> 857 src/vfs/cpio/cpio.c res = mc_read (fd, buffer, count);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L67'>fd</a> 67 src/vfs/local/local.c int fd;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L71'>fd</a> 71 src/vfs/local/local.c fd = open (path, NO_LINEAR (flags), mode);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L72'>fd</a> 72 src/vfs/local/local.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L76'>fd</a> 76 src/vfs/local/local.c *local_info = fd;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L279'>fd</a> 279 src/vfs/local/local.c int fd;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L285'>fd</a> 285 src/vfs/local/local.c fd = *(int *) data;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L287'>fd</a> 287 src/vfs/local/local.c while ((n = write (fd, buf, nbyte)) == -1)</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L410'>fd</a> 410 src/vfs/local/local.c int fd;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L415'>fd</a> 415 src/vfs/local/local.c fd = *(int *) data;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L417'>fd</a> 417 src/vfs/local/local.c while ((n = read (fd, buffer, count)) == -1)</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L438'>fd</a> 438 src/vfs/local/local.c int fd;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L443'>fd</a> 443 src/vfs/local/local.c fd = *(int *) data;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L445'>fd</a> 445 src/vfs/local/local.c return close (fd);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L462'>fd</a> 462 src/vfs/local/local.c int fd = *(int *) data;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L464'>fd</a> 464 src/vfs/local/local.c return fstat (fd, buf);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L472'>fd</a> 472 src/vfs/local/local.c int fd = *(int *) data;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L474'>fd</a> 474 src/vfs/local/local.c return lseek (fd, offset, whence);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L299'>fd</a> 299 src/vfs/sfs/sfs.c int fd;</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L301'>fd</a> 301 src/vfs/sfs/sfs.c fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L302'>fd</a> 302 src/vfs/sfs/sfs.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L306'>fd</a> 306 src/vfs/sfs/sfs.c *info = fd;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L84'>fd</a> 84 src/vfs/sftpfs/internal.c fd_set fd;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L91'>fd</a> 91 src/vfs/sftpfs/internal.c FD_ZERO (&amp;fd);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L92'>fd</a> 92 src/vfs/sftpfs/internal.c FD_SET (super-&gt;socket_handle, &amp;fd);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L98'>fd</a> 98 src/vfs/sftpfs/internal.c readfd = &amp;fd;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L101'>fd</a> 101 src/vfs/sftpfs/internal.c writefd = &amp;fd;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L97'>fd</a> 97 src/vfs/tar/tar-internal.c r = mc_read (archive-&gt;fd, more, left);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L123'>fd</a> 123 src/vfs/tar/tar-internal.c status = mc_read (archive-&gt;fd, archive-&gt;record_start-&gt;buffer, record_size);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L168'>fd</a> 168 src/vfs/tar/tar-internal.c offset = mc_lseek (archive-&gt;fd, nrec * record_size, SEEK_CUR);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.h.html#L225'>fd</a> 225 src/vfs/tar/tar-internal.h int fd;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L124'>fd</a> 124 src/vfs/tar/tar-sparse.c int fd; // File descriptor</span>
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L640'>fd</a> 640 src/vfs/tar/tar-sparse.c file.fd = -1;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L844'>fd</a> 844 src/vfs/tar/tar.c arch-&gt;fd = -1;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L872'>fd</a> 872 src/vfs/tar/tar.c if (arch-&gt;fd != -1)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L874'>fd</a> 874 src/vfs/tar/tar.c mc_close (arch-&gt;fd);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L875'>fd</a> 875 src/vfs/tar/tar.c arch-&gt;fd = -1;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L927'>fd</a> 927 src/vfs/tar/tar.c arch-&gt;fd = result;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1117'>fd</a> 1117 src/vfs/tar/tar.c int fd = TAR_SUPER (fh-&gt;ino-&gt;super)-&gt;fd;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1130'>fd</a> 1130 src/vfs/tar/tar.c res = mc_read (fd, buffer, (size_t) remain);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1161'>fd</a> 1161 src/vfs/tar/tar.c int fd = TAR_SUPER (fh-&gt;ino-&gt;super)-&gt;fd;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1202'>fd</a> 1202 src/vfs/tar/tar.c res = mc_lseek (fd, offset, SEEK_SET);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1217'>fd</a> 1217 src/vfs/tar/tar.c int fd = TAR_SUPER (VFS_FILE_HANDLER_SUPER (fh))-&gt;fd;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1232'>fd</a> 1232 src/vfs/tar/tar.c if (mc_lseek (fd, begin, SEEK_SET) != begin)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1236'>fd</a> 1236 src/vfs/tar/tar.c res = mc_read (fd, buffer, count);</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L369'>fd</a> 369 src/viewer/datasource.c mcview_set_datasource_file (WView *view, int fd, const struct stat *st)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L372'>fd</a> 372 src/viewer/datasource.c view-&gt;ds_file_fd = fd;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L413'>fd</a> 413 src/viewer/datasource.c mcview_set_datasource_vfs_pipe (WView *view, int fd)</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L415'>fd</a> 415 src/viewer/datasource.c g_assert (fd != -1);</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L418'>fd</a> 418 src/viewer/datasource.c view-&gt;ds_vfs_pipe = fd;</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L251'>fd</a> 251 src/viewer/internal.h void mcview_set_datasource_file (WView *view, int fd, const struct stat *st);</span>
<span class='curline'><a href='../S/src--viewer--internal.h.html#L253'>fd</a> 253 src/viewer/internal.h void mcview_set_datasource_vfs_pipe (WView *view, int fd);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L330'>fd</a> 330 src/viewer/mcviewer.c int fd;</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L336'>fd</a> 336 src/viewer/mcviewer.c fd = mc_open (vpath, O_RDONLY | O_NONBLOCK);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L337'>fd</a> 337 src/viewer/mcviewer.c if (fd == -1)</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L349'>fd</a> 349 src/viewer/mcviewer.c if (mc_fstat (fd, &amp;st) == -1)</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L351'>fd</a> 351 src/viewer/mcviewer.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L363'>fd</a> 363 src/viewer/mcviewer.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L374'>fd</a> 374 src/viewer/mcviewer.c if (st.st_size == 0 || mc_lseek (fd, 0, SEEK_SET) == -1)</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L377'>fd</a> 377 src/viewer/mcviewer.c mcview_set_datasource_vfs_pipe (view, fd);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L385'>fd</a> 385 src/viewer/mcviewer.c type = get_compression_type (fd, file);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L406'>fd</a> 406 src/viewer/mcviewer.c mc_close (fd);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L407'>fd</a> 407 src/viewer/mcviewer.c fd = fd1;</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L408'>fd</a> 408 src/viewer/mcviewer.c mc_fstat (fd, &amp;st);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L413'>fd</a> 413 src/viewer/mcviewer.c mcview_set_datasource_file (view, fd, &amp;st);</span>
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L95'>fd</a> 95 tests/lib/vfs/tempdir.c int fd;</span>
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L98'>fd</a> 98 tests/lib/vfs/tempdir.c fd = mc_mkstemps (&amp;pname_vpath, "mctest-", NULL);</span>
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L103'>fd</a> 103 tests/lib/vfs/tempdir.c close (fd);</span>
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L104'>fd</a> 104 tests/lib/vfs/tempdir.c ck_assert_int_ne (fd, -1);</span>
</pre>
</body>
</html>