Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/include/sys/
A Dstat.h58 #define S_IXUSR 0100 macro
95 #define S_IEXEC S_IXUSR
/third_party/ulib/musl/include/
A Dfcntl.h136 #define S_IXUSR 0100 macro
/third_party/uapp/dash/src/bltin/
A Dtest.c512 return st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH); in has_exec_bit_set()
540 mode = S_IXUSR | S_IXGRP | S_IXOTH; in test_st_mode()
/third_party/ulib/linenoise/
A Dlinenoise.c1257 mode_t old_umask = umask(S_IXUSR|S_IRWXG|S_IRWXO);

Completed in 8 milliseconds