Searched refs:GLOB_MARK (Results 1 – 12 of 12) sorted by relevance
/external/openssh/openbsd-compat/ |
D | glob.h | 81 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
|
D | glob.c | 657 if (((pglob->gl_flags & GLOB_MARK) &&
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | glob_altdirfunc.cpp | 64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); in main()
|
/external/compiler-rt/test/msan/Linux/ |
D | glob_altdirfunc.cc | 64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); in main()
|
/external/openssh/ |
D | sftp.c | 659 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/ |
D | mod.rs | 334 pub const GLOB_MARK: ::c_int = 0x0008; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 726 pub const GLOB_MARK: ::c_int = 0x0008; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 860 pub const GLOB_MARK: ::c_int = 1 << 1; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1293 pub const GLOB_MARK: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1265 pub const GLOB_MARK: ::c_int = 1 << 1; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2014 pub const GLOB_MARK: ::c_int = 0x0008; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2259 pub const GLOB_MARK: ::c_int = 1 << 1; constant
|