libc::funcs::posix01::glob::glob[src]
pub unsafe fn glob(pattern: *c_char, flags: c_int, errfunc: Nullable< extern "C" fn(epath: *c_char, errno: int) -> int>, pglob: *mut glob_t)
pub unsafe fn glob(pattern: *c_char, flags: c_int, errfunc: Nullable< extern "C" fn(epath: *c_char, errno: int) -> int>, pglob: *mut glob_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 (or str), enum,
trait, typedef (or
tdef).