Searched refs:X_OK (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dtest.c327 return test_file_access(*t_wp, X_OK);
404 return test_st_mode(&s, X_OK);
518 mode == X_OK && geteuid() == 0 && !has_exec_bit_set(path))
535 if (mode != X_OK)
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h161 #define X_OK 1 macro
H A Dunistd.h65 #define X_OK 1 macro
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c1724 const int allowed_modes = R_OK | W_OK | X_OK;

Completed in 100 milliseconds