Home
last modified time | relevance | path

Searched refs:ALLPERMS (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/lib/
H A Dsystem.h139 #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 Dtest_syscalls.c19 #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 Dranlib.c267 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in handle_file()
H A Dar.c807 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 Delfcompress.c552 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 Delfstrmerge.c387 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 8 milliseconds