Home
last modified time | relevance | path

Searched refs:S_IREAD (Results 1 – 21 of 21) sorted by relevance

/external/ltp/testcases/kernel/syscalls/memmap/
Dmem03.c80 if ((f1 = open(tmp1, O_RDWR | O_CREAT, S_IREAD | S_IWRITE)) == -1) in main()
83 if ((f2 = open(tmp2, O_RDWR | O_CREAT, S_IREAD | S_IWRITE)) == -1) in main()
/external/python/cpython3/Modules/
D_stat.c137 #ifndef S_IREAD
138 # define S_IREAD 00400 macro
531 if (PyModule_AddIntMacro(m, S_IREAD)) return NULL; in PyInit__stat()
/external/valgrind/none/tests/mips32/
Dbug320057-mips32.c20 (S_IREAD | S_IWRITE)); in main()
/external/ltp/android/include/
Dbionic-compat.h26 #define S_IREAD S_IRUSR macro
/external/python/cpython2/Lib/
Dstat.py67 S_IREAD = 00400 variable
/external/python/cpython3/Lib/
Dstat.py80 S_IREAD = 0o0400 # Unix V7 synonym for S_IRUSR variable
/external/minijail/linux-x86/
Dlibconstants.gen.c1208 #ifdef S_IREAD
1209 { "S_IREAD", (unsigned long) S_IREAD },
/external/python/cpython3/Lib/test/
Dtest_py_compile.py87 os.chmod(self.directory, stat.S_IREAD)
Dtest_shutil.py216 new_mode = stat.S_IREAD|stat.S_IEXEC
1461 os.chmod(self.temp_file.name, stat.S_IREAD)
Dtest_argparse.py50 os.chmod(file_path, stat.S_IREAD)
/external/iputils/
Dtftpd.c311 if ((stbuf.st_mode&(S_IREAD >> 6)) == 0) { in validate_access()
/external/python/cpython2/Lib/test/
Dtest_shutil.py95 os.chmod(self.childpath, stat.S_IREAD)
96 os.chmod(TESTFN, stat.S_IREAD)
Dtest_argparse.py59 os.chmod(file_path, stat.S_IREAD)
/external/python/cpython2/Doc/library/
Dstat.rst279 .. data:: S_IREAD
Dos.rst1075 * :data:`stat.S_IREAD`
1096 flag with it (via the ``stat.S_IWRITE`` and ``stat.S_IREAD``
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c39 #define S_IRUSR S_IREAD
/external/python/cpython3/Doc/library/
Dstat.rst339 .. data:: S_IREAD
Dos.rst1505 * :data:`stat.S_IREAD`
1528 read-only flag with it (via the ``stat.S_IWRITE`` and ``stat.S_IREAD``
/external/brotli/c/tools/
Dbrotli.c37 #define S_IRUSR S_IREAD
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc328 int fd = ::_wopen(path_utf16.begin(), O_BINARY, S_IREAD | S_IWRITE);
/external/llvm/tools/llvm-objdump/
DMachODump.cpp5728 if(mode & S_IREAD) in PrintModeVerbose()
5744 if(mode & (S_IREAD >> 3)) in PrintModeVerbose()
5760 if(mode & (S_IREAD >> 6)) in PrintModeVerbose()