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

26 lines
2.2 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>parent_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/src--background.c.html#L77'>parent_fd</a> 77 src/background.c static int parent_fd;</span>
<span class='curline'><a href='../S/src--background.c.html#L412'>parent_fd</a> 412 src/background.c ret = write (parent_fd, &amp;routine, sizeof (routine));</span>
<span class='curline'><a href='../S/src--background.c.html#L413'>parent_fd</a> 413 src/background.c ret = write (parent_fd, &amp;argc, sizeof (argc));</span>
<span class='curline'><a href='../S/src--background.c.html#L414'>parent_fd</a> 414 src/background.c ret = write (parent_fd, &amp;type, sizeof (type));</span>
<span class='curline'><a href='../S/src--background.c.html#L415'>parent_fd</a> 415 src/background.c ret = write (parent_fd, &amp;have_ctx, sizeof (have_ctx));</span>
<span class='curline'><a href='../S/src--background.c.html#L417'>parent_fd</a> 417 src/background.c ret = write (parent_fd, ctx, sizeof (*ctx));</span>
<span class='curline'><a href='../S/src--background.c.html#L439'>parent_fd</a> 439 src/background.c ret = write (parent_fd, &amp;len, sizeof (len));</span>
<span class='curline'><a href='../S/src--background.c.html#L440'>parent_fd</a> 440 src/background.c ret = write (parent_fd, value, len);</span>
<span class='curline'><a href='../S/src--background.c.html#L468'>parent_fd</a> 468 src/background.c if (write (parent_fd, &amp;len, sizeof (len)) != sizeof (len)</span>
<span class='curline'><a href='../S/src--background.c.html#L469'>parent_fd</a> 469 src/background.c || write (parent_fd, value, len) != len)</span>
<span class='curline'><a href='../S/src--background.c.html#L555'>parent_fd</a> 555 src/background.c parent_fd = comm[1];</span>
</pre>
</body>
</html>