diff options
Diffstat (limited to 'libc/funcs/bsd44')
-rw-r--r-- | libc/funcs/bsd44/fn.getdtablesize.html | 101 | ||||
-rw-r--r-- | libc/funcs/bsd44/fn.ioctl.html | 101 | ||||
-rw-r--r-- | libc/funcs/bsd44/fn.madvise.html | 101 | ||||
-rw-r--r-- | libc/funcs/bsd44/fn.mincore.html | 101 | ||||
-rw-r--r-- | libc/funcs/bsd44/index.html | 134 | ||||
-rw-r--r-- | libc/funcs/bsd44/sidebar-items.js | 1 |
6 files changed, 539 insertions, 0 deletions
diff --git a/libc/funcs/bsd44/fn.getdtablesize.html b/libc/funcs/bsd44/fn.getdtablesize.html new file mode 100644 index 0000000..00fbe07 --- /dev/null +++ b/libc/funcs/bsd44/fn.getdtablesize.html @@ -0,0 +1,101 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="generator" content="rustdoc"> + <meta name="description" content="API documentation for the Rust `getdtablesize` fn in crate `libc`."> + <meta name="keywords" content="rust, rustlang, rust-lang, getdtablesize"> + + <title>libc::funcs::bsd44::getdtablesize - Rust</title> + + <link rel="stylesheet" type="text/css" href="../../../main.css"> + + <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> + +</head> +<body class="rustdoc"> + <!--[if lte IE 8]> + <div class="warning"> + This old browser is unsupported and will most likely display funky + things. + </div> + <![endif]--> + + + + <section class="sidebar"> + <a href='../../../libc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> + <p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a></p><script>window.sidebarCurrent = {name: 'getdtablesize', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> + </section> + + <nav class="sub"> + <form class="search-form js-only"> + <div class="search-container"> + <input class="search-input" name="search" + autocomplete="off" + placeholder="Click or press 'S' to search, '?' for more options..." + type="search"> + </div> + </form> + </nav> + + <section id='main' class="content fn"> +<h1 class='fqn'><span class='in-band'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a>::<wbr><a class='fn' href=''>getdtablesize</a></span><span class='out-of-band'><span id='render-detail'> + <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> + [<span class='inner'>−</span>] + </a> + </span><a id='src-4961' class='srclink' href='../../../src/libc/lib.rs.html#6119' title='goto source code'>[src]</a></span></h1> +<pre class='rust fn'>pub unsafe extern fn getdtablesize() -> <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a></pre></section> + <section id='search' class="content hidden"></section> + + <section class="footer"></section> + + <div id="help" class="hidden"> + <div class="shortcuts"> + <h1>Keyboard shortcuts</h1> + <dl> + <dt>?</dt> + <dd>Show this help dialog</dd> + <dt>S</dt> + <dd>Focus the search field</dd> + <dt>⇤</dt> + <dd>Move up in search results</dd> + <dt>⇥</dt> + <dd>Move down in search results</dd> + <dt>⏎</dt> + <dd>Go to active search result</dd> + </dl> + </div> + <div class="infos"> + <h1>Search tricks</h1> + <p> + Prefix searches with a type followed by a colon (e.g. + <code>fn:</code>) to restrict the search to a given type. + </p> + <p> + Accepted types are: <code>fn</code>, <code>mod</code>, + <code>struct</code>, <code>enum</code>, + <code>trait</code>, <code>typedef</code> (or + <code>tdef</code>). + </p> + <p> + Search functions by type signature (e.g. + <code>vec -> usize</code>) + </p> + </div> + </div> + + + + <script> + window.rootPath = "../../../"; + window.currentCrate = "libc"; + window.playgroundUrl = "http://play.rust-lang.org/"; + </script> + <script src="../../../jquery.js"></script> + <script src="../../../main.js"></script> + <script src="../../../playpen.js"></script> + <script async src="../../../search-index.js"></script> +</body> +</html>
\ No newline at end of file diff --git a/libc/funcs/bsd44/fn.ioctl.html b/libc/funcs/bsd44/fn.ioctl.html new file mode 100644 index 0000000..f763858 --- /dev/null +++ b/libc/funcs/bsd44/fn.ioctl.html @@ -0,0 +1,101 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="generator" content="rustdoc"> + <meta name="description" content="API documentation for the Rust `ioctl` fn in crate `libc`."> + <meta name="keywords" content="rust, rustlang, rust-lang, ioctl"> + + <title>libc::funcs::bsd44::ioctl - Rust</title> + + <link rel="stylesheet" type="text/css" href="../../../main.css"> + + <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> + +</head> +<body class="rustdoc"> + <!--[if lte IE 8]> + <div class="warning"> + This old browser is unsupported and will most likely display funky + things. + </div> + <![endif]--> + + + + <section class="sidebar"> + <a href='../../../libc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> + <p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a></p><script>window.sidebarCurrent = {name: 'ioctl', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> + </section> + + <nav class="sub"> + <form class="search-form js-only"> + <div class="search-container"> + <input class="search-input" name="search" + autocomplete="off" + placeholder="Click or press 'S' to search, '?' for more options..." + type="search"> + </div> + </form> + </nav> + + <section id='main' class="content fn"> +<h1 class='fqn'><span class='in-band'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a>::<wbr><a class='fn' href=''>ioctl</a></span><span class='out-of-band'><span id='render-detail'> + <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> + [<span class='inner'>−</span>] + </a> + </span><a id='src-4964' class='srclink' href='../../../src/libc/lib.rs.html#6120' title='goto source code'>[src]</a></span></h1> +<pre class='rust fn'>pub unsafe extern fn ioctl(d: <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>, request: <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>) -> <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a></pre></section> + <section id='search' class="content hidden"></section> + + <section class="footer"></section> + + <div id="help" class="hidden"> + <div class="shortcuts"> + <h1>Keyboard shortcuts</h1> + <dl> + <dt>?</dt> + <dd>Show this help dialog</dd> + <dt>S</dt> + <dd>Focus the search field</dd> + <dt>⇤</dt> + <dd>Move up in search results</dd> + <dt>⇥</dt> + <dd>Move down in search results</dd> + <dt>⏎</dt> + <dd>Go to active search result</dd> + </dl> + </div> + <div class="infos"> + <h1>Search tricks</h1> + <p> + Prefix searches with a type followed by a colon (e.g. + <code>fn:</code>) to restrict the search to a given type. + </p> + <p> + Accepted types are: <code>fn</code>, <code>mod</code>, + <code>struct</code>, <code>enum</code>, + <code>trait</code>, <code>typedef</code> (or + <code>tdef</code>). + </p> + <p> + Search functions by type signature (e.g. + <code>vec -> usize</code>) + </p> + </div> + </div> + + + + <script> + window.rootPath = "../../../"; + window.currentCrate = "libc"; + window.playgroundUrl = "http://play.rust-lang.org/"; + </script> + <script src="../../../jquery.js"></script> + <script src="../../../main.js"></script> + <script src="../../../playpen.js"></script> + <script async src="../../../search-index.js"></script> +</body> +</html>
\ No newline at end of file diff --git a/libc/funcs/bsd44/fn.madvise.html b/libc/funcs/bsd44/fn.madvise.html new file mode 100644 index 0000000..3b9e66d --- /dev/null +++ b/libc/funcs/bsd44/fn.madvise.html @@ -0,0 +1,101 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="generator" content="rustdoc"> + <meta name="description" content="API documentation for the Rust `madvise` fn in crate `libc`."> + <meta name="keywords" content="rust, rustlang, rust-lang, madvise"> + + <title>libc::funcs::bsd44::madvise - Rust</title> + + <link rel="stylesheet" type="text/css" href="../../../main.css"> + + <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> + +</head> +<body class="rustdoc"> + <!--[if lte IE 8]> + <div class="warning"> + This old browser is unsupported and will most likely display funky + things. + </div> + <![endif]--> + + + + <section class="sidebar"> + <a href='../../../libc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> + <p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a></p><script>window.sidebarCurrent = {name: 'madvise', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> + </section> + + <nav class="sub"> + <form class="search-form js-only"> + <div class="search-container"> + <input class="search-input" name="search" + autocomplete="off" + placeholder="Click or press 'S' to search, '?' for more options..." + type="search"> + </div> + </form> + </nav> + + <section id='main' class="content fn"> +<h1 class='fqn'><span class='in-band'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a>::<wbr><a class='fn' href=''>madvise</a></span><span class='out-of-band'><span id='render-detail'> + <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> + [<span class='inner'>−</span>] + </a> + </span><a id='src-4973' class='srclink' href='../../../src/libc/lib.rs.html#6121-6122' title='goto source code'>[src]</a></span></h1> +<pre class='rust fn'>pub unsafe extern fn madvise(addr: <a href='http://doc.rust-lang.org/nightly/std/primitive.pointer.html'>*mut <a class='enum' href='../../../libc/types/common/c95/enum.c_void.html' title='libc::types::common::c95::c_void'>c_void</a></a>, len: <a class='type' href='../../../libc/types/os/arch/c95/type.size_t.html' title='libc::types::os::arch::c95::size_t'>size_t</a>, advice: <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>) -> <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a></pre></section> + <section id='search' class="content hidden"></section> + + <section class="footer"></section> + + <div id="help" class="hidden"> + <div class="shortcuts"> + <h1>Keyboard shortcuts</h1> + <dl> + <dt>?</dt> + <dd>Show this help dialog</dd> + <dt>S</dt> + <dd>Focus the search field</dd> + <dt>⇤</dt> + <dd>Move up in search results</dd> + <dt>⇥</dt> + <dd>Move down in search results</dd> + <dt>⏎</dt> + <dd>Go to active search result</dd> + </dl> + </div> + <div class="infos"> + <h1>Search tricks</h1> + <p> + Prefix searches with a type followed by a colon (e.g. + <code>fn:</code>) to restrict the search to a given type. + </p> + <p> + Accepted types are: <code>fn</code>, <code>mod</code>, + <code>struct</code>, <code>enum</code>, + <code>trait</code>, <code>typedef</code> (or + <code>tdef</code>). + </p> + <p> + Search functions by type signature (e.g. + <code>vec -> usize</code>) + </p> + </div> + </div> + + + + <script> + window.rootPath = "../../../"; + window.currentCrate = "libc"; + window.playgroundUrl = "http://play.rust-lang.org/"; + </script> + <script src="../../../jquery.js"></script> + <script src="../../../main.js"></script> + <script src="../../../playpen.js"></script> + <script async src="../../../search-index.js"></script> +</body> +</html>
\ No newline at end of file diff --git a/libc/funcs/bsd44/fn.mincore.html b/libc/funcs/bsd44/fn.mincore.html new file mode 100644 index 0000000..52cbb9c --- /dev/null +++ b/libc/funcs/bsd44/fn.mincore.html @@ -0,0 +1,101 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="generator" content="rustdoc"> + <meta name="description" content="API documentation for the Rust `mincore` fn in crate `libc`."> + <meta name="keywords" content="rust, rustlang, rust-lang, mincore"> + + <title>libc::funcs::bsd44::mincore - Rust</title> + + <link rel="stylesheet" type="text/css" href="../../../main.css"> + + <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> + +</head> +<body class="rustdoc"> + <!--[if lte IE 8]> + <div class="warning"> + This old browser is unsupported and will most likely display funky + things. + </div> + <![endif]--> + + + + <section class="sidebar"> + <a href='../../../libc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> + <p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a></p><script>window.sidebarCurrent = {name: 'mincore', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> + </section> + + <nav class="sub"> + <form class="search-form js-only"> + <div class="search-container"> + <input class="search-input" name="search" + autocomplete="off" + placeholder="Click or press 'S' to search, '?' for more options..." + type="search"> + </div> + </form> + </nav> + + <section id='main' class="content fn"> +<h1 class='fqn'><span class='in-band'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd44</a>::<wbr><a class='fn' href=''>mincore</a></span><span class='out-of-band'><span id='render-detail'> + <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> + [<span class='inner'>−</span>] + </a> + </span><a id='src-4986' class='srclink' href='../../../src/libc/lib.rs.html#6123-6124' title='goto source code'>[src]</a></span></h1> +<pre class='rust fn'>pub unsafe extern fn mincore(addr: <a href='http://doc.rust-lang.org/nightly/std/primitive.pointer.html'>*mut <a class='enum' href='../../../libc/types/common/c95/enum.c_void.html' title='libc::types::common::c95::c_void'>c_void</a></a>, len: <a class='type' href='../../../libc/types/os/arch/c95/type.size_t.html' title='libc::types::os::arch::c95::size_t'>size_t</a>, vec: <a href='http://doc.rust-lang.org/nightly/std/primitive.pointer.html'>*mut <a class='type' href='../../../libc/types/os/arch/c95/type.c_uchar.html' title='libc::types::os::arch::c95::c_uchar'>c_uchar</a></a>) -> <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a></pre></section> + <section id='search' class="content hidden"></section> + + <section class="footer"></section> + + <div id="help" class="hidden"> + <div class="shortcuts"> + <h1>Keyboard shortcuts</h1> + <dl> + <dt>?</dt> + <dd>Show this help dialog</dd> + <dt>S</dt> + <dd>Focus the search field</dd> + <dt>⇤</dt> + <dd>Move up in search results</dd> + <dt>⇥</dt> + <dd>Move down in search results</dd> + <dt>⏎</dt> + <dd>Go to active search result</dd> + </dl> + </div> + <div class="infos"> + <h1>Search tricks</h1> + <p> + Prefix searches with a type followed by a colon (e.g. + <code>fn:</code>) to restrict the search to a given type. + </p> + <p> + Accepted types are: <code>fn</code>, <code>mod</code>, + <code>struct</code>, <code>enum</code>, + <code>trait</code>, <code>typedef</code> (or + <code>tdef</code>). + </p> + <p> + Search functions by type signature (e.g. + <code>vec -> usize</code>) + </p> + </div> + </div> + + + + <script> + window.rootPath = "../../../"; + window.currentCrate = "libc"; + window.playgroundUrl = "http://play.rust-lang.org/"; + </script> + <script src="../../../jquery.js"></script> + <script src="../../../main.js"></script> + <script src="../../../playpen.js"></script> + <script async src="../../../search-index.js"></script> +</body> +</html>
\ No newline at end of file diff --git a/libc/funcs/bsd44/index.html b/libc/funcs/bsd44/index.html new file mode 100644 index 0000000..1f45dbb --- /dev/null +++ b/libc/funcs/bsd44/index.html @@ -0,0 +1,134 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="generator" content="rustdoc"> + <meta name="description" content="API documentation for the Rust `bsd44` mod in crate `libc`."> + <meta name="keywords" content="rust, rustlang, rust-lang, bsd44"> + + <title>libc::funcs::bsd44 - Rust</title> + + <link rel="stylesheet" type="text/css" href="../../../main.css"> + + <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> + +</head> +<body class="rustdoc"> + <!--[if lte IE 8]> + <div class="warning"> + This old browser is unsupported and will most likely display funky + things. + </div> + <![endif]--> + + + + <section class="sidebar"> + <a href='../../../libc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> + <p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a></p><script>window.sidebarCurrent = {name: 'bsd44', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script> + </section> + + <nav class="sub"> + <form class="search-form js-only"> + <div class="search-container"> + <input class="search-input" name="search" + autocomplete="off" + placeholder="Click or press 'S' to search, '?' for more options..." + type="search"> + </div> + </form> + </nav> + + <section id='main' class="content mod"> +<h1 class='fqn'><span class='in-band'>Module <a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a class='mod' href=''>bsd44</a></span><span class='out-of-band'><span id='render-detail'> + <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> + [<span class='inner'>−</span>] + </a> + </span><a id='src-4952' class='srclink' href='../../../src/libc/lib.rs.html#6113-6126' title='goto source code'>[src]</a></span></h1> +<h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2> +<table> + <tr class=' module-item'> + <td><a class='fn' href='fn.getdtablesize.html' + title='libc::funcs::bsd44::getdtablesize'>getdtablesize</a></td> + <td class='docblock short'> + + </td> + </tr> + + <tr class=' module-item'> + <td><a class='fn' href='fn.ioctl.html' + title='libc::funcs::bsd44::ioctl'>ioctl</a></td> + <td class='docblock short'> + + </td> + </tr> + + <tr class=' module-item'> + <td><a class='fn' href='fn.madvise.html' + title='libc::funcs::bsd44::madvise'>madvise</a></td> + <td class='docblock short'> + + </td> + </tr> + + <tr class=' module-item'> + <td><a class='fn' href='fn.mincore.html' + title='libc::funcs::bsd44::mincore'>mincore</a></td> + <td class='docblock short'> + + </td> + </tr> + </table></section> + <section id='search' class="content hidden"></section> + + <section class="footer"></section> + + <div id="help" class="hidden"> + <div class="shortcuts"> + <h1>Keyboard shortcuts</h1> + <dl> + <dt>?</dt> + <dd>Show this help dialog</dd> + <dt>S</dt> + <dd>Focus the search field</dd> + <dt>⇤</dt> + <dd>Move up in search results</dd> + <dt>⇥</dt> + <dd>Move down in search results</dd> + <dt>⏎</dt> + <dd>Go to active search result</dd> + </dl> + </div> + <div class="infos"> + <h1>Search tricks</h1> + <p> + Prefix searches with a type followed by a colon (e.g. + <code>fn:</code>) to restrict the search to a given type. + </p> + <p> + Accepted types are: <code>fn</code>, <code>mod</code>, + <code>struct</code>, <code>enum</code>, + <code>trait</code>, <code>typedef</code> (or + <code>tdef</code>). + </p> + <p> + Search functions by type signature (e.g. + <code>vec -> usize</code>) + </p> + </div> + </div> + + + + <script> + window.rootPath = "../../../"; + window.currentCrate = "libc"; + window.playgroundUrl = "http://play.rust-lang.org/"; + </script> + <script src="../../../jquery.js"></script> + <script src="../../../main.js"></script> + <script src="../../../playpen.js"></script> + <script async src="../../../search-index.js"></script> +</body> +</html>
\ No newline at end of file diff --git a/libc/funcs/bsd44/sidebar-items.js b/libc/funcs/bsd44/sidebar-items.js new file mode 100644 index 0000000..8cf2f45 --- /dev/null +++ b/libc/funcs/bsd44/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["getdtablesize",""],["ioctl",""],["madvise",""],["mincore",""]]});
\ No newline at end of file |