From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- .../posix88/unistd/constant._PC_NAME_MAX.html | 101 +++++ libc/funcs/posix88/unistd/fn.access.html | 101 +++++ libc/funcs/posix88/unistd/fn.alarm.html | 101 +++++ libc/funcs/posix88/unistd/fn.chdir.html | 101 +++++ libc/funcs/posix88/unistd/fn.chown.html | 101 +++++ libc/funcs/posix88/unistd/fn.close.html | 101 +++++ libc/funcs/posix88/unistd/fn.dup.html | 101 +++++ libc/funcs/posix88/unistd/fn.dup2.html | 101 +++++ libc/funcs/posix88/unistd/fn.execv.html | 101 +++++ libc/funcs/posix88/unistd/fn.execve.html | 101 +++++ libc/funcs/posix88/unistd/fn.execvp.html | 101 +++++ libc/funcs/posix88/unistd/fn.fork.html | 101 +++++ libc/funcs/posix88/unistd/fn.fpathconf.html | 101 +++++ libc/funcs/posix88/unistd/fn.getcwd.html | 101 +++++ libc/funcs/posix88/unistd/fn.getegid.html | 101 +++++ libc/funcs/posix88/unistd/fn.geteuid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getgid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getgroups.html | 101 +++++ libc/funcs/posix88/unistd/fn.getlogin.html | 101 +++++ libc/funcs/posix88/unistd/fn.getopt.html | 101 +++++ libc/funcs/posix88/unistd/fn.getpgrp.html | 101 +++++ libc/funcs/posix88/unistd/fn.getpid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getppid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getsid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getuid.html | 101 +++++ libc/funcs/posix88/unistd/fn.isatty.html | 101 +++++ libc/funcs/posix88/unistd/fn.link.html | 101 +++++ libc/funcs/posix88/unistd/fn.lseek.html | 101 +++++ libc/funcs/posix88/unistd/fn.nanosleep.html | 101 +++++ libc/funcs/posix88/unistd/fn.pathconf.html | 101 +++++ libc/funcs/posix88/unistd/fn.pause.html | 101 +++++ libc/funcs/posix88/unistd/fn.pipe.html | 101 +++++ libc/funcs/posix88/unistd/fn.pread.html | 101 +++++ libc/funcs/posix88/unistd/fn.pwrite.html | 101 +++++ libc/funcs/posix88/unistd/fn.read.html | 101 +++++ libc/funcs/posix88/unistd/fn.rmdir.html | 101 +++++ libc/funcs/posix88/unistd/fn.setgid.html | 101 +++++ libc/funcs/posix88/unistd/fn.setpgid.html | 101 +++++ libc/funcs/posix88/unistd/fn.setsid.html | 101 +++++ libc/funcs/posix88/unistd/fn.setuid.html | 101 +++++ libc/funcs/posix88/unistd/fn.sleep.html | 101 +++++ libc/funcs/posix88/unistd/fn.sysconf.html | 101 +++++ libc/funcs/posix88/unistd/fn.tcgetpgrp.html | 101 +++++ libc/funcs/posix88/unistd/fn.ttyname.html | 101 +++++ libc/funcs/posix88/unistd/fn.unlink.html | 101 +++++ libc/funcs/posix88/unistd/fn.usleep.html | 101 +++++ libc/funcs/posix88/unistd/fn.utime.html | 101 +++++ libc/funcs/posix88/unistd/fn.wait.html | 101 +++++ libc/funcs/posix88/unistd/fn.waitpid.html | 101 +++++ libc/funcs/posix88/unistd/fn.write.html | 101 +++++ libc/funcs/posix88/unistd/index.html | 503 +++++++++++++++++++++ libc/funcs/posix88/unistd/sidebar-items.js | 1 + 52 files changed, 5554 insertions(+) create mode 100644 libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html create mode 100644 libc/funcs/posix88/unistd/fn.access.html create mode 100644 libc/funcs/posix88/unistd/fn.alarm.html create mode 100644 libc/funcs/posix88/unistd/fn.chdir.html create mode 100644 libc/funcs/posix88/unistd/fn.chown.html create mode 100644 libc/funcs/posix88/unistd/fn.close.html create mode 100644 libc/funcs/posix88/unistd/fn.dup.html create mode 100644 libc/funcs/posix88/unistd/fn.dup2.html create mode 100644 libc/funcs/posix88/unistd/fn.execv.html create mode 100644 libc/funcs/posix88/unistd/fn.execve.html create mode 100644 libc/funcs/posix88/unistd/fn.execvp.html create mode 100644 libc/funcs/posix88/unistd/fn.fork.html create mode 100644 libc/funcs/posix88/unistd/fn.fpathconf.html create mode 100644 libc/funcs/posix88/unistd/fn.getcwd.html create mode 100644 libc/funcs/posix88/unistd/fn.getegid.html create mode 100644 libc/funcs/posix88/unistd/fn.geteuid.html create mode 100644 libc/funcs/posix88/unistd/fn.getgid.html create mode 100644 libc/funcs/posix88/unistd/fn.getgroups.html create mode 100644 libc/funcs/posix88/unistd/fn.getlogin.html create mode 100644 libc/funcs/posix88/unistd/fn.getopt.html create mode 100644 libc/funcs/posix88/unistd/fn.getpgrp.html create mode 100644 libc/funcs/posix88/unistd/fn.getpid.html create mode 100644 libc/funcs/posix88/unistd/fn.getppid.html create mode 100644 libc/funcs/posix88/unistd/fn.getsid.html create mode 100644 libc/funcs/posix88/unistd/fn.getuid.html create mode 100644 libc/funcs/posix88/unistd/fn.isatty.html create mode 100644 libc/funcs/posix88/unistd/fn.link.html create mode 100644 libc/funcs/posix88/unistd/fn.lseek.html create mode 100644 libc/funcs/posix88/unistd/fn.nanosleep.html create mode 100644 libc/funcs/posix88/unistd/fn.pathconf.html create mode 100644 libc/funcs/posix88/unistd/fn.pause.html create mode 100644 libc/funcs/posix88/unistd/fn.pipe.html create mode 100644 libc/funcs/posix88/unistd/fn.pread.html create mode 100644 libc/funcs/posix88/unistd/fn.pwrite.html create mode 100644 libc/funcs/posix88/unistd/fn.read.html create mode 100644 libc/funcs/posix88/unistd/fn.rmdir.html create mode 100644 libc/funcs/posix88/unistd/fn.setgid.html create mode 100644 libc/funcs/posix88/unistd/fn.setpgid.html create mode 100644 libc/funcs/posix88/unistd/fn.setsid.html create mode 100644 libc/funcs/posix88/unistd/fn.setuid.html create mode 100644 libc/funcs/posix88/unistd/fn.sleep.html create mode 100644 libc/funcs/posix88/unistd/fn.sysconf.html create mode 100644 libc/funcs/posix88/unistd/fn.tcgetpgrp.html create mode 100644 libc/funcs/posix88/unistd/fn.ttyname.html create mode 100644 libc/funcs/posix88/unistd/fn.unlink.html create mode 100644 libc/funcs/posix88/unistd/fn.usleep.html create mode 100644 libc/funcs/posix88/unistd/fn.utime.html create mode 100644 libc/funcs/posix88/unistd/fn.wait.html create mode 100644 libc/funcs/posix88/unistd/fn.waitpid.html create mode 100644 libc/funcs/posix88/unistd/fn.write.html create mode 100644 libc/funcs/posix88/unistd/index.html create mode 100644 libc/funcs/posix88/unistd/sidebar-items.js (limited to 'libc/funcs/posix88/unistd') diff --git a/libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html b/libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html new file mode 100644 index 0000000..34c9de3 --- /dev/null +++ b/libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::_PC_NAME_MAX - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::_PC_NAME_MAX + + [] + + [src]

+
pub const _PC_NAME_MAX: c_int = 4
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.access.html b/libc/funcs/posix88/unistd/fn.access.html new file mode 100644 index 0000000..48f76ef --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.access.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::access - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::access + + [] + + [src]

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

libc::funcs::posix88::unistd::alarm + + [] + + [src]

+
pub unsafe extern fn alarm(seconds: c_uint) -> c_uint
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.chdir.html b/libc/funcs/posix88/unistd/fn.chdir.html new file mode 100644 index 0000000..60e3015 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.chdir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::chdir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::chdir + + [] + + [src]

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

libc::funcs::posix88::unistd::chown + + [] + + [src]

+
pub unsafe extern fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.close.html b/libc/funcs/posix88/unistd/fn.close.html new file mode 100644 index 0000000..3330f49 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.close.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::close - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::close + + [] + + [src]

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

libc::funcs::posix88::unistd::dup + + [] + + [src]

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

libc::funcs::posix88::unistd::dup2 + + [] + + [src]

+
pub unsafe extern fn dup2(src: c_int, dst: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.execv.html b/libc/funcs/posix88/unistd/fn.execv.html new file mode 100644 index 0000000..88b454e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.execv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::execv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::execv + + [] + + [src]

+
pub unsafe extern fn execv(prog: *const c_char, argv: *mut *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.execve.html b/libc/funcs/posix88/unistd/fn.execve.html new file mode 100644 index 0000000..69fa329 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.execve.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::execve - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::execve + + [] + + [src]

+
pub unsafe extern fn execve(prog: *const c_char, argv: *mut *const c_char, envp: *mut *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.execvp.html b/libc/funcs/posix88/unistd/fn.execvp.html new file mode 100644 index 0000000..dba836e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.execvp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::execvp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::execvp + + [] + + [src]

+
pub unsafe extern fn execvp(c: *const c_char, argv: *mut *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.fork.html b/libc/funcs/posix88/unistd/fn.fork.html new file mode 100644 index 0000000..9aba6ba --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.fork.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::fork - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::fork + + [] + + [src]

+
pub unsafe extern fn fork() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.fpathconf.html b/libc/funcs/posix88/unistd/fn.fpathconf.html new file mode 100644 index 0000000..286413e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.fpathconf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::fpathconf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::fpathconf + + [] + + [src]

+
pub unsafe extern fn fpathconf(filedes: c_int, name: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getcwd.html b/libc/funcs/posix88/unistd/fn.getcwd.html new file mode 100644 index 0000000..efa9ccb --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getcwd.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getcwd - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getcwd + + [] + + [src]

+
pub unsafe extern fn getcwd(buf: *mut c_char, size: size_t) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getegid.html b/libc/funcs/posix88/unistd/fn.getegid.html new file mode 100644 index 0000000..ba44ae6 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getegid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getegid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getegid + + [] + + [src]

+
pub unsafe extern fn getegid() -> gid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.geteuid.html b/libc/funcs/posix88/unistd/fn.geteuid.html new file mode 100644 index 0000000..c561276 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.geteuid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::geteuid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::geteuid + + [] + + [src]

+
pub unsafe extern fn geteuid() -> uid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getgid.html b/libc/funcs/posix88/unistd/fn.getgid.html new file mode 100644 index 0000000..69075c5 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getgid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getgid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getgid + + [] + + [src]

+
pub unsafe extern fn getgid() -> gid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getgroups.html b/libc/funcs/posix88/unistd/fn.getgroups.html new file mode 100644 index 0000000..adf1f63 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getgroups.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getgroups - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getgroups + + [] + + [src]

+
pub unsafe extern fn getgroups(ngroups_max: c_int, groups: *mut gid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getlogin.html b/libc/funcs/posix88/unistd/fn.getlogin.html new file mode 100644 index 0000000..59a92ee --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getlogin.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getlogin - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getlogin + + [] + + [src]

+
pub unsafe extern fn getlogin() -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getopt.html b/libc/funcs/posix88/unistd/fn.getopt.html new file mode 100644 index 0000000..ef14108 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getopt.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getopt - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getopt + + [] + + [src]

+
pub unsafe extern fn getopt(argc: c_int, argv: *mut *const c_char, optstr: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getpgrp.html b/libc/funcs/posix88/unistd/fn.getpgrp.html new file mode 100644 index 0000000..198c5a4 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getpgrp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getpgrp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getpgrp + + [] + + [src]

+
pub unsafe extern fn getpgrp() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getpid.html b/libc/funcs/posix88/unistd/fn.getpid.html new file mode 100644 index 0000000..9ac69dc --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getpid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getpid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getpid + + [] + + [src]

+
pub unsafe extern fn getpid() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getppid.html b/libc/funcs/posix88/unistd/fn.getppid.html new file mode 100644 index 0000000..cb4513c --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getppid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getppid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getppid + + [] + + [src]

+
pub unsafe extern fn getppid() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getsid.html b/libc/funcs/posix88/unistd/fn.getsid.html new file mode 100644 index 0000000..0965436 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getsid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getsid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getsid + + [] + + [src]

+
pub unsafe extern fn getsid(pid: pid_t) -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getuid.html b/libc/funcs/posix88/unistd/fn.getuid.html new file mode 100644 index 0000000..3443762 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getuid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getuid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getuid + + [] + + [src]

+
pub unsafe extern fn getuid() -> uid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.isatty.html b/libc/funcs/posix88/unistd/fn.isatty.html new file mode 100644 index 0000000..771eb29 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.isatty.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::isatty - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::isatty + + [] + + [src]

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

libc::funcs::posix88::unistd::link + + [] + + [src]

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

libc::funcs::posix88::unistd::lseek + + [] + + [src]

+
pub unsafe extern fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.nanosleep.html b/libc/funcs/posix88/unistd/fn.nanosleep.html new file mode 100644 index 0000000..31bf1b2 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.nanosleep.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::nanosleep - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::nanosleep + + [] + + [src]

+
pub unsafe extern fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pathconf.html b/libc/funcs/posix88/unistd/fn.pathconf.html new file mode 100644 index 0000000..400d0a7 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pathconf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pathconf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pathconf + + [] + + [src]

+
pub unsafe extern fn pathconf(path: *mut c_char, name: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pause.html b/libc/funcs/posix88/unistd/fn.pause.html new file mode 100644 index 0000000..f2a5d68 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pause.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pause - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pause + + [] + + [src]

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

libc::funcs::posix88::unistd::pipe + + [] + + [src]

+
pub unsafe extern fn pipe(fds: *mut c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pread.html b/libc/funcs/posix88/unistd/fn.pread.html new file mode 100644 index 0000000..1a21abb --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pread.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pread - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pread + + [] + + [src]

+
pub unsafe extern fn pread(fd: c_int, buf: *mut c_void, count: size_t, offset: off_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pwrite.html b/libc/funcs/posix88/unistd/fn.pwrite.html new file mode 100644 index 0000000..3c0d7e1 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pwrite.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pwrite - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pwrite + + [] + + [src]

+
pub unsafe extern fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.read.html b/libc/funcs/posix88/unistd/fn.read.html new file mode 100644 index 0000000..4cec37e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.read.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::read - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::read + + [] + + [src]

+
pub unsafe extern fn read(fd: c_int, buf: *mut c_void, count: size_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.rmdir.html b/libc/funcs/posix88/unistd/fn.rmdir.html new file mode 100644 index 0000000..2419887 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.rmdir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::rmdir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::rmdir + + [] + + [src]

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

libc::funcs::posix88::unistd::setgid + + [] + + [src]

+
pub unsafe extern fn setgid(gid: gid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.setpgid.html b/libc/funcs/posix88/unistd/fn.setpgid.html new file mode 100644 index 0000000..52ea8fd --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.setpgid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::setpgid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::setpgid + + [] + + [src]

+
pub unsafe extern fn setpgid(pid: pid_t, pgid: pid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.setsid.html b/libc/funcs/posix88/unistd/fn.setsid.html new file mode 100644 index 0000000..484b998 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.setsid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::setsid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::setsid + + [] + + [src]

+
pub unsafe extern fn setsid() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.setuid.html b/libc/funcs/posix88/unistd/fn.setuid.html new file mode 100644 index 0000000..a42817b --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.setuid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::setuid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::setuid + + [] + + [src]

+
pub unsafe extern fn setuid(uid: uid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.sleep.html b/libc/funcs/posix88/unistd/fn.sleep.html new file mode 100644 index 0000000..c115c1f --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.sleep.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::sleep - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::sleep + + [] + + [src]

+
pub unsafe extern fn sleep(secs: c_uint) -> c_uint
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.sysconf.html b/libc/funcs/posix88/unistd/fn.sysconf.html new file mode 100644 index 0000000..258d10a --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.sysconf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::sysconf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::sysconf + + [] + + [src]

+
pub unsafe extern fn sysconf(name: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.tcgetpgrp.html b/libc/funcs/posix88/unistd/fn.tcgetpgrp.html new file mode 100644 index 0000000..e566891 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.tcgetpgrp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::tcgetpgrp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::tcgetpgrp + + [] + + [src]

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

libc::funcs::posix88::unistd::ttyname + + [] + + [src]

+
pub unsafe extern fn ttyname(fd: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.unlink.html b/libc/funcs/posix88/unistd/fn.unlink.html new file mode 100644 index 0000000..9024862 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.unlink.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::unlink - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::unlink + + [] + + [src]

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

libc::funcs::posix88::unistd::usleep + + [] + + [src]

+
pub unsafe extern fn usleep(secs: c_uint) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.utime.html b/libc/funcs/posix88/unistd/fn.utime.html new file mode 100644 index 0000000..7af87e4 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.utime.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::utime - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::utime + + [] + + [src]

+
pub unsafe extern fn utime(file: *const c_char, buf: *const utimbuf) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.wait.html b/libc/funcs/posix88/unistd/fn.wait.html new file mode 100644 index 0000000..356d8ef --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.wait.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::wait - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::wait + + [] + + [src]

+
pub unsafe extern fn wait(status: *const c_int) -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.waitpid.html b/libc/funcs/posix88/unistd/fn.waitpid.html new file mode 100644 index 0000000..bb74aa1 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.waitpid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::waitpid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::waitpid + + [] + + [src]

+
pub unsafe extern fn waitpid(pid: pid_t, status: *const c_int, options: c_int) -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.write.html b/libc/funcs/posix88/unistd/fn.write.html new file mode 100644 index 0000000..8f59b5f --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.write.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::write - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::write + + [] + + [src]

+
pub unsafe extern fn write(fd: c_int, buf: *const c_void, count: size_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/index.html b/libc/funcs/posix88/unistd/index.html new file mode 100644 index 0000000..162eb60 --- /dev/null +++ b/libc/funcs/posix88/unistd/index.html @@ -0,0 +1,503 @@ + + + + + + + + + + libc::funcs::posix88::unistd - Rust + + + + + + + + + + + + + + + +
+

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

+

Constants

+ + + + + +
_PC_NAME_MAX + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
access + +
alarm + +
chdir + +
chown + +
close + +
dup + +
dup2 + +
execv + +
execve + +
execvp + +
fork + +
fpathconf + +
getcwd + +
getegid + +
geteuid + +
getgid + +
getgroups + +
getlogin + +
getopt + +
getpgrp + +
getpid + +
getppid + +
getsid + +
getuid + +
isatty + +
link + +
lseek + +
nanosleep + +
pathconf + +
pause + +
pipe + +
pread + +
pwrite + +
read + +
rmdir + +
setgid + +
setpgid + +
setsid + +
setuid + +
sleep + +
sysconf + +
tcgetpgrp + +
ttyname + +
unlink + +
usleep + +
utime + +
wait + +
waitpid + +
write + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/sidebar-items.js b/libc/funcs/posix88/unistd/sidebar-items.js new file mode 100644 index 0000000..72f1b7a --- /dev/null +++ b/libc/funcs/posix88/unistd/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"constant":[["_PC_NAME_MAX",""]],"fn":[["access",""],["alarm",""],["chdir",""],["chown",""],["close",""],["dup",""],["dup2",""],["execv",""],["execve",""],["execvp",""],["fork",""],["fpathconf",""],["getcwd",""],["getegid",""],["geteuid",""],["getgid",""],["getgroups",""],["getlogin",""],["getopt",""],["getpgrp",""],["getpid",""],["getppid",""],["getsid",""],["getuid",""],["isatty",""],["link",""],["lseek",""],["nanosleep",""],["pathconf",""],["pause",""],["pipe",""],["pread",""],["pwrite",""],["read",""],["rmdir",""],["setgid",""],["setpgid",""],["setsid",""],["setuid",""],["sleep",""],["sysconf",""],["tcgetpgrp",""],["ttyname",""],["unlink",""],["usleep",""],["utime",""],["wait",""],["waitpid",""],["write",""]]}); \ No newline at end of file -- cgit v1.2.3