libc::funcs::posix88::fcntl::creat
+
+ [−]
+
+ [src]
+pub unsafe extern fn creat(path: *const c_char, mode: mode_t) -> 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/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 @@ + + +
+ + + + + + +pub unsafe extern fn creat(path: *const c_char, mode: mode_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 fcntl(fd: c_int, cmd: 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 open(path: *const c_char, oflag: c_int, mode: mode_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
)
+
creat | ++ + | +
fcntl | ++ + | +
open | ++ + | +
+ 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
)
+