Home
last modified time | relevance | path

Searched refs:GLOB_NOSYS (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dglob.h89 #define GLOB_NOSYS (-4) /* Function not supported. */ macro
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs342 pub const GLOB_NOSYS: ::c_int = -4; constant