Searched refs:ALLPERMS (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/lib/ |
H A D | system.h | 139 #ifndef ALLPERMS 140 #define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ macro
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 19 #ifndef ALLPERMS 20 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */ macro 177 if ((st->st_mode & ALLPERMS) != mode) { in st_check_mode() 178 ERROR("mode 0%o instead of 0%o", st->st_mode & ALLPERMS, in st_check_mode() 198 this_test->stat.st_mode &= ~ALLPERMS; in check_testfile_mode() 290 err += st_check_mode(&stbuf, st->st_mode & ALLPERMS); in fcheck_stat()
|
/third_party/elfutils/src/ |
H A D | ranlib.c | 267 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in handle_file()
|
H A D | ar.c | 807 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_extract() 1060 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_delete() 1546 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_insert()
|
H A D | elfcompress.c | 552 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS); in process_file() 1275 if (fchmod (fdnew, st.st_mode & ALLPERMS) != 0) in process_file()
|
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 387 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS); in main() 665 if (fchmod (fdnew, st.st_mode & ALLPERMS) != 0) in main()
|
Completed in 7 milliseconds