From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/funcs/posix88/fcntl/fn.creat.html | 101 ++++++++++++++++++++++++ libc/funcs/posix88/fcntl/fn.fcntl.html | 101 ++++++++++++++++++++++++ libc/funcs/posix88/fcntl/fn.open.html | 101 ++++++++++++++++++++++++ libc/funcs/posix88/fcntl/index.html | 126 ++++++++++++++++++++++++++++++ libc/funcs/posix88/fcntl/sidebar-items.js | 1 + 5 files changed, 430 insertions(+) create mode 100644 libc/funcs/posix88/fcntl/fn.creat.html create mode 100644 libc/funcs/posix88/fcntl/fn.fcntl.html create mode 100644 libc/funcs/posix88/fcntl/fn.open.html create mode 100644 libc/funcs/posix88/fcntl/index.html create mode 100644 libc/funcs/posix88/fcntl/sidebar-items.js (limited to 'libc/funcs/posix88/fcntl') diff --git a/libc/funcs/posix88/fcntl/fn.creat.html b/libc/funcs/posix88/fcntl/fn.creat.html new file mode 100644 index 0000000..d33ff2c --- /dev/null +++ b/libc/funcs/posix88/fcntl/fn.creat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::fcntl::creat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::fcntl::creat + + [] + + [src]

+
pub unsafe extern fn creat(path: *const c_char, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/fn.fcntl.html b/libc/funcs/posix88/fcntl/fn.fcntl.html new file mode 100644 index 0000000..a3e5fb0 --- /dev/null +++ b/libc/funcs/posix88/fcntl/fn.fcntl.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::fcntl::fcntl - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::fcntl::fcntl + + [] + + [src]

+
pub unsafe extern fn fcntl(fd: c_int, cmd: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/fn.open.html b/libc/funcs/posix88/fcntl/fn.open.html new file mode 100644 index 0000000..6800711 --- /dev/null +++ b/libc/funcs/posix88/fcntl/fn.open.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::fcntl::open - Rust + + + + + + + + + + + + + + + +
+

Function libc::funcs::posix88::fcntl::open + + [] + + [src]

+
pub unsafe extern fn open(path: *const c_char, oflag: c_int, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/index.html b/libc/funcs/posix88/fcntl/index.html new file mode 100644 index 0000000..95e6f56 --- /dev/null +++ b/libc/funcs/posix88/fcntl/index.html @@ -0,0 +1,126 @@ + + + + + + + + + + libc::funcs::posix88::fcntl - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::fcntl + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + +
creat + +
fcntl + +
open + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/sidebar-items.js b/libc/funcs/posix88/fcntl/sidebar-items.js new file mode 100644 index 0000000..b2b37fe --- /dev/null +++ b/libc/funcs/posix88/fcntl/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["creat",""],["fcntl",""],["open",""]]}); \ No newline at end of file -- cgit v1.2.3