libc::funcs::posix88::dirent::closedir
+
+ [−]
+
+ [src]
+pub unsafe extern fn closedir(dirp: *mut DIR) -> 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/dirent/fn.closedir.html | 101 +++++++++++++++++++ libc/funcs/posix88/dirent/fn.opendir.html | 101 +++++++++++++++++++ libc/funcs/posix88/dirent/fn.readdir_r.html | 101 +++++++++++++++++++ libc/funcs/posix88/dirent/fn.rewinddir.html | 101 +++++++++++++++++++ libc/funcs/posix88/dirent/fn.seekdir.html | 101 +++++++++++++++++++ libc/funcs/posix88/dirent/fn.telldir.html | 101 +++++++++++++++++++ libc/funcs/posix88/dirent/index.html | 150 ++++++++++++++++++++++++++++ libc/funcs/posix88/dirent/sidebar-items.js | 1 + 8 files changed, 757 insertions(+) create mode 100644 libc/funcs/posix88/dirent/fn.closedir.html create mode 100644 libc/funcs/posix88/dirent/fn.opendir.html create mode 100644 libc/funcs/posix88/dirent/fn.readdir_r.html create mode 100644 libc/funcs/posix88/dirent/fn.rewinddir.html create mode 100644 libc/funcs/posix88/dirent/fn.seekdir.html create mode 100644 libc/funcs/posix88/dirent/fn.telldir.html create mode 100644 libc/funcs/posix88/dirent/index.html create mode 100644 libc/funcs/posix88/dirent/sidebar-items.js (limited to 'libc/funcs/posix88/dirent') diff --git a/libc/funcs/posix88/dirent/fn.closedir.html b/libc/funcs/posix88/dirent/fn.closedir.html new file mode 100644 index 0000000..8a62a2a --- /dev/null +++ b/libc/funcs/posix88/dirent/fn.closedir.html @@ -0,0 +1,101 @@ + + +
+ + + + + + +pub unsafe extern fn closedir(dirp: *mut DIR) -> 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 opendir(dirname: *const c_char) -> *mut DIR
+ 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 readdir_r(dirp: *mut DIR, entry: *mut dirent_t, result: *mut *mut dirent_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 rewinddir(dirp: *mut DIR)
+ 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 seekdir(dirp: *mut DIR, loc: 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 telldir(dirp: *mut DIR) -> 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
)
+
closedir | ++ + | +
opendir | ++ + | +
readdir_r | ++ + | +
rewinddir | ++ + | +
seekdir | ++ + | +
telldir | ++ + | +
+ 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
)
+