Home
last modified time | relevance | path

Searched refs:GLOB_MARK (Results 1 – 12 of 12) sorted by relevance

/external/openssh/openbsd-compat/
Dglob.h81 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
Dglob.c657 if (((pglob->gl_flags & GLOB_MARK) &&
/external/llvm-project/compiler-rt/test/msan/Linux/
Dglob_altdirfunc.cpp64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); in main()
/external/compiler-rt/test/msan/Linux/
Dglob_altdirfunc.cc64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); in main()
/external/openssh/
Dsftp.c659 if ((r = remote_glob(conn, abs_src, GLOB_MARK, NULL, &g)) != 0) { in process_get()
749 if (glob(src, GLOB_NOCHECK | GLOB_MARK, NULL, &g)) { in process_put()
969 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT, in do_globbed_ls()
1988 remote_glob(conn, tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g); in complete_match()
1990 glob(tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g); in complete_match()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs334 pub const GLOB_MARK: ::c_int = 0x0008; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs726 pub const GLOB_MARK: ::c_int = 0x0008; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs860 pub const GLOB_MARK: ::c_int = 1 << 1; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1293 pub const GLOB_MARK: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1265 pub const GLOB_MARK: ::c_int = 1 << 1; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2014 pub const GLOB_MARK: ::c_int = 0x0008; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2259 pub const GLOB_MARK: ::c_int = 1 << 1; constant