Home
last modified time | relevance | path

Searched refs:S_IWRITE (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h114 # define S_IWRITE 00200 macro
120 # define S_IWUSR S_IWRITE /* write, owner */
124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */
128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */
140 # define S_IWGRP (S_IWRITE >> 3) /* write, group */
146 # define S_IWOTH (S_IWRITE >> 6) /* write, other */
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslaptest.c46 #ifndef S_IWRITE
47 #define S_IWRITE S_IWUSR macro
59 if ( !( st.st_mode & S_IWRITE ) ) { in test_file()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dtmpdir.c49 #if !S_IWUSR && S_IWRITE
50 # define S_IWUSR S_IWRITE
H A Dmkdtemp.c62 #if !S_IWUSR && S_IWRITE
63 # define S_IWUSR S_IWRITE
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h206 # if !S_IWUSR && S_IWRITE
207 # define S_IWUSR S_IWRITE
H A DChangeLog.fsf45 (don't redefine if already defined); added S_IWRITE, S_IWGRP,
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dtempname.c82 #if !S_IWUSR && S_IWRITE
83 # define S_IWUSR S_IWRITE
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dtempname.c84 #if !S_IWUSR && S_IWRITE
85 # define S_IWUSR S_IWRITE
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h283 # ifdef S_IWRITE
284 # define S_IWUSR S_IWRITE
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacwin64.h95 #define S_IWRITE _S_IWRITE macro
H A Dacwin.h123 #define S_IWRITE _S_IWRITE
114 #define S_IWRITE _S_IWRITE global() macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h339 #ifndef S_IWRITE
340 #define S_IWRITE 0000200 macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstat.d21 enum S_IWRITE = 0x0080; variable
/netbsd-src/external/bsd/less/dist/
H A Dless.h272 #define OPEN_APPEND (S_IWRITE)
282 #define CREAT_RW (S_IREAD|S_IWRITE)
/netbsd-src/sys/sys/
H A Dstat.h124 #define S_IWRITE S_IWUSR macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-csharp.c43 #if !S_IWUSR && S_IWRITE
44 # define S_IWUSR S_IWRITE
H A Dwrite-java.c44 #if !S_IWUSR && S_IWRITE
45 # define S_IWUSR S_IWRITE
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_stat.in.h342 #if !S_IWUSR && S_IWRITE
343 # define S_IWUSR S_IWRITE
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dconf.heg278 # ifdef S_IWRITE
279 # define S_IWUSR S_IWRITE
/netbsd-src/sys/kern/
H A Dsys_memfd.c308 st->st_mode |= S_IWRITE; in memfd_stat()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c399 mode = sb.st_mode & ~(S_IWRITE | S_IWGRP | S_IWOTH) & ~oumask; in xchmod()
/netbsd-src/usr.bin/error/
H A Dtouch.c820 if ((statbuf.st_mode & S_IWRITE) == 0) in probethisfile()
/netbsd-src/external/bsd/libbind/dist/tests/
H A Ddig8.c789 S_IREAD|S_IWRITE)) > 0)) in main()
793 S_IREAD|S_IWRITE)) > 0)) { in main()
/netbsd-src/usr.bin/msgs/
H A Dmsgs.c304 && stbuf.st_mode&S_IWRITE) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py414 os.chmod(path, stat.S_IMODE( os.stat(path).st_mode) | stat.S_IWRITE)
480 stat.S_IMODE(os.stat(path).st_mode) | stat.S_IWRITE)

12