Searched refs:eaccess (Results 1 - 17 of 17) sorted by relevance
/third_party/musl/src/legacy/ |
H A D | euidaccess.c | 10 weak_alias(euidaccess, eaccess);
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_cond.c | 309 if (eaccess(path, amode)) in if_eval_path()
|
H A D | parser.c | 2992 if (eaccess(filename, R_OK)) in uc_mgr_scan_master_configs()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 215 int eaccess(const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 190 int eaccess(const char *, int);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 217 int eaccess(const char *, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 215 int eaccess(const char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 190 int eaccess(const char *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 195 int eaccess(const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 190 int eaccess(const char *, int);
|
/third_party/musl/include/ |
H A D | unistd.h | 254 int eaccess(const char *, int);
|
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 196 if (eaccess("/etc/passwd", W_OK)) { in setup()
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 1390 eaccess(&dir, AccessFlags::F_OK).err().unwrap(), in test_eaccess_not_existing() 1405 eaccess(&path, AccessFlags::R_OK | AccessFlags::W_OK) in test_eaccess_file_exists()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 770 pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; in eaccess() functions
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 2940 /// * [FreeBSD man page](https://www.freebsd.org/cgi/man.cgi?query=eaccess&sektion=2&n=1) 2947 pub fn eaccess<P: ?Sized + NixPath>(path: &P, mode: AccessFlags) -> Result<()> { in eaccess() functions 2950 libc::eaccess(cstr.as_ptr(), mode.bits) in eaccess()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1337 pub fn eaccess(pathname: *const ::c_char, mode: ::c_int) -> ::c_int; in eaccess() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1736 pub fn eaccess(path: *const ::c_char, mode: ::c_int) -> ::c_int; in eaccess() functions
|
Completed in 28 milliseconds