libc::funcs::posix88::unistd::_PC_NAME_MAX
+
+ [−]
+
+ [src]
+pub const _PC_NAME_MAX: c_int=
4
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 @@ + + +
+ + + + + + +pub const _PC_NAME_MAX: c_int=
4
+ 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 access(path: *const c_char, amode: 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 alarm(seconds: c_uint) -> c_uint
+ 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 chdir(dir: *const c_char) -> 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 chown(path: *const c_char, uid: uid_t, gid: gid_t) -> 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 close(fd: 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 dup(fd: 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 dup2(src: c_int, dst: 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 execv(prog: *const c_char, argv: *mut *const c_char) -> 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 execve(prog: *const c_char, argv: *mut *const c_char, envp: *mut *const c_char) -> 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 execvp(c: *const c_char, argv: *mut *const c_char) -> 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 fork() -> pid_t
+ 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 fpathconf(filedes: c_int, name: c_int) -> c_long
+ 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 getcwd(buf: *mut c_char, size: size_t) -> *mut c_char
+ 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 getegid() -> gid_t
+ 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 geteuid() -> uid_t
+ 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 getgid() -> gid_t
+ 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 getgroups(ngroups_max: c_int, groups: *mut gid_t) -> 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 getlogin() -> *mut c_char
+ 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 getopt(argc: c_int, argv: *mut *const c_char, optstr: *const c_char) -> 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 getpgrp() -> pid_t
+ 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 getpid() -> pid_t
+ 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 getppid() -> pid_t
+ 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 getsid(pid: pid_t) -> pid_t
+ 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 getuid() -> uid_t
+ 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 isatty(fd: 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 link(src: *const c_char, dst: *const c_char) -> 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 lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t
+ 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 nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> 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 pathconf(path: *mut c_char, name: c_int) -> c_long
+ 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 pause() -> 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 pipe(fds: *mut 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 pread(fd: c_int, buf: *mut c_void, count: size_t, offset: off_t) -> ssize_t
+ 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 pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t
+ 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 read(fd: c_int, buf: *mut c_void, count: size_t) -> ssize_t
+ 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 rmdir(path: *const c_char) -> 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 setgid(gid: gid_t) -> 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 setpgid(pid: pid_t, pgid: pid_t) -> 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 setsid() -> pid_t
+ 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 setuid(uid: uid_t) -> 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 sleep(secs: c_uint) -> c_uint
+ 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 sysconf(name: c_int) -> c_long
+ 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 tcgetpgrp(fd: c_int) -> pid_t
+ 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 ttyname(fd: c_int) -> *mut c_char
+ 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 unlink(c: *const c_char) -> 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 usleep(secs: c_uint) -> 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 utime(file: *const c_char, buf: *const utimbuf) -> 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 wait(status: *const c_int) -> pid_t
+ 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 waitpid(pid: pid_t, status: *const c_int, options: c_int) -> pid_t
+ 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 write(fd: c_int, buf: *const c_void, count: size_t) -> ssize_t
+ 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
)
+
_PC_NAME_MAX | ++ + | +
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 | ++ + | +
+ 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
)
+