libc::funcs::bsd44::getdtablesize
+
+ [−]
+
+ [src]
+pub unsafe extern fn getdtablesize() -> c_int
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 @@ + + +
+ + + + + + +pub unsafe extern fn getdtablesize() -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn ioctl(d: c_int, request: c_int) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn madvise(addr: *mut c_void, len: size_t, advice: c_int) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn mincore(addr: *mut c_void, len: size_t, vec: *mut c_uchar) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
getdtablesize | ++ + | +
ioctl | ++ + | +
madvise | ++ + | +
mincore | ++ + | +
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+