libc::funcs::posix88::stdio::fdopen
+
+ [−]
+
+ [src]
+pub unsafe extern fn fdopen(fd: c_int, mode: *const c_char) -> *mut FILE
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/stdio/fn.fdopen.html | 101 ++++++++++++++++++++++ libc/funcs/posix88/stdio/fn.fileno.html | 101 ++++++++++++++++++++++ libc/funcs/posix88/stdio/fn.pclose.html | 101 ++++++++++++++++++++++ libc/funcs/posix88/stdio/fn.popen.html | 101 ++++++++++++++++++++++ libc/funcs/posix88/stdio/index.html | 134 ++++++++++++++++++++++++++++++ libc/funcs/posix88/stdio/sidebar-items.js | 1 + 6 files changed, 539 insertions(+) create mode 100644 libc/funcs/posix88/stdio/fn.fdopen.html create mode 100644 libc/funcs/posix88/stdio/fn.fileno.html create mode 100644 libc/funcs/posix88/stdio/fn.pclose.html create mode 100644 libc/funcs/posix88/stdio/fn.popen.html create mode 100644 libc/funcs/posix88/stdio/index.html create mode 100644 libc/funcs/posix88/stdio/sidebar-items.js (limited to 'libc/funcs/posix88/stdio') diff --git a/libc/funcs/posix88/stdio/fn.fdopen.html b/libc/funcs/posix88/stdio/fn.fdopen.html new file mode 100644 index 0000000..c5c7678 --- /dev/null +++ b/libc/funcs/posix88/stdio/fn.fdopen.html @@ -0,0 +1,101 @@ + + +
+ + + + + + +pub unsafe extern fn fdopen(fd: c_int, mode: *const c_char) -> *mut FILE
+ 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 fileno(stream: *mut FILE) -> 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 pclose(stream: *mut FILE) -> 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 popen(command: *const c_char, mode: *const c_char) -> *mut FILE
+ 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
)
+
fdopen | ++ + | +
fileno | ++ + | +
pclose | ++ + | +
popen | ++ + | +
+ 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
)
+