From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/funcs/bsd44/fn.getdtablesize.html | 101 +++++++++++++++++++++++++ libc/funcs/bsd44/fn.ioctl.html | 101 +++++++++++++++++++++++++ libc/funcs/bsd44/fn.madvise.html | 101 +++++++++++++++++++++++++ libc/funcs/bsd44/fn.mincore.html | 101 +++++++++++++++++++++++++ libc/funcs/bsd44/index.html | 134 +++++++++++++++++++++++++++++++++ libc/funcs/bsd44/sidebar-items.js | 1 + 6 files changed, 539 insertions(+) create mode 100644 libc/funcs/bsd44/fn.getdtablesize.html create mode 100644 libc/funcs/bsd44/fn.ioctl.html create mode 100644 libc/funcs/bsd44/fn.madvise.html create mode 100644 libc/funcs/bsd44/fn.mincore.html create mode 100644 libc/funcs/bsd44/index.html create mode 100644 libc/funcs/bsd44/sidebar-items.js (limited to 'libc/funcs/bsd44') 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 @@ + + + + + + + + + + libc::funcs::bsd44::getdtablesize - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::getdtablesize + + [] + + [src]

+
pub unsafe extern fn getdtablesize() -> c_int
+ + + + + + + + + + + + + + + \ 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 @@ + + + + + + + + + + libc::funcs::bsd44::ioctl - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::ioctl + + [] + + [src]

+
pub unsafe extern fn ioctl(d: c_int, request: c_int) -> c_int
+ + + + + + + + + + + + + + + \ 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 @@ + + + + + + + + + + libc::funcs::bsd44::madvise - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::madvise + + [] + + [src]

+
pub unsafe extern fn madvise(addr: *mut c_void, len: size_t, advice: c_int) -> c_int
+ + + + + + + + + + + + + + + \ 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 @@ + + + + + + + + + + libc::funcs::bsd44::mincore - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::mincore + + [] + + [src]

+
pub unsafe extern fn mincore(addr: *mut c_void, len: size_t, vec: *mut c_uchar) -> c_int
+ + + + + + + + + + + + + + + \ 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 @@ + + + + + + + + + + libc::funcs::bsd44 - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::bsd44 + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + +
getdtablesize + +
ioctl + +
madvise + +
mincore + +
+ + + + + + + + + + + + + + + \ 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 -- cgit v1.2.3