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/stat_/fn.chmod.html | 101 ++++++++++++++++++++ libc/funcs/posix88/stat_/fn.fchmod.html | 101 ++++++++++++++++++++ libc/funcs/posix88/stat_/fn.fstat.html | 101 ++++++++++++++++++++ libc/funcs/posix88/stat_/fn.mkdir.html | 101 ++++++++++++++++++++ libc/funcs/posix88/stat_/fn.mkfifo.html | 101 ++++++++++++++++++++ libc/funcs/posix88/stat_/fn.stat.html | 101 ++++++++++++++++++++ libc/funcs/posix88/stat_/index.html | 150 ++++++++++++++++++++++++++++++ libc/funcs/posix88/stat_/sidebar-items.js | 1 + 8 files changed, 757 insertions(+) create mode 100644 libc/funcs/posix88/stat_/fn.chmod.html create mode 100644 libc/funcs/posix88/stat_/fn.fchmod.html create mode 100644 libc/funcs/posix88/stat_/fn.fstat.html create mode 100644 libc/funcs/posix88/stat_/fn.mkdir.html create mode 100644 libc/funcs/posix88/stat_/fn.mkfifo.html create mode 100644 libc/funcs/posix88/stat_/fn.stat.html create mode 100644 libc/funcs/posix88/stat_/index.html create mode 100644 libc/funcs/posix88/stat_/sidebar-items.js (limited to 'libc/funcs/posix88/stat_') diff --git a/libc/funcs/posix88/stat_/fn.chmod.html b/libc/funcs/posix88/stat_/fn.chmod.html new file mode 100644 index 0000000..9e2a574 --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.chmod.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::chmod - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::chmod + + [] + + [src]

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

libc::funcs::posix88::stat_::fchmod + + [] + + [src]

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

libc::funcs::posix88::stat_::fstat + + [] + + [src]

+
pub unsafe extern fn fstat(fildes: c_int, buf: *mut stat) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/fn.mkdir.html b/libc/funcs/posix88/stat_/fn.mkdir.html new file mode 100644 index 0000000..8512b37 --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.mkdir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::mkdir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::mkdir + + [] + + [src]

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

libc::funcs::posix88::stat_::mkfifo + + [] + + [src]

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

libc::funcs::posix88::stat_::stat + + [] + + [src]

+
pub unsafe extern fn stat(path: *const c_char, buf: *mut stat) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/index.html b/libc/funcs/posix88/stat_/index.html new file mode 100644 index 0000000..528f06a --- /dev/null +++ b/libc/funcs/posix88/stat_/index.html @@ -0,0 +1,150 @@ + + + + + + + + + + libc::funcs::posix88::stat_ - Rust + + + + + + + + + + + + + + + +
+

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

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
chmod + +
fchmod + +
fstat + +
mkdir + +
mkfifo + +
stat + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/sidebar-items.js b/libc/funcs/posix88/stat_/sidebar-items.js new file mode 100644 index 0000000..221b396 --- /dev/null +++ b/libc/funcs/posix88/stat_/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["chmod",""],["fchmod",""],["fstat",""],["mkdir",""],["mkfifo",""],["stat",""]]}); \ No newline at end of file -- cgit v1.2.3