/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | posixstat.h | 114 # 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 D | slaptest.c | 46 #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 D | tmpdir.c | 49 #if !S_IWUSR && S_IWRITE 50 # define S_IWUSR S_IWRITE
|
H A D | mkdtemp.c | 62 #if !S_IWUSR && S_IWRITE 63 # define S_IWUSR S_IWRITE
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | stat-macros.h | 206 # if !S_IWUSR && S_IWRITE 207 # define S_IWUSR S_IWRITE
|
H A D | ChangeLog.fsf | 45 (don't redefine if already defined); added S_IWRITE, S_IWGRP,
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | tempname.c | 82 #if !S_IWUSR && S_IWRITE 83 # define S_IWUSR S_IWRITE
|
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | tempname.c | 84 #if !S_IWUSR && S_IWRITE 85 # define S_IWUSR S_IWRITE
|
/netbsd-src/external/gpl2/rcs/include/ |
H A D | conf.h | 283 # ifdef S_IWRITE 284 # define S_IWUSR S_IWRITE
|
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
H A D | acwin64.h | 95 #define S_IWRITE _S_IWRITE macro
|
H A D | acwin.h | 123 #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 D | os.h | 339 #ifndef S_IWRITE 340 #define S_IWRITE 0000200 macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | stat.d | 21 enum S_IWRITE = 0x0080; variable
|
/netbsd-src/external/bsd/less/dist/ |
H A D | less.h | 272 #define OPEN_APPEND (S_IWRITE) 282 #define CREAT_RW (S_IREAD|S_IWRITE)
|
/netbsd-src/sys/sys/ |
H A D | stat.h | 124 #define S_IWRITE S_IWUSR macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | write-csharp.c | 43 #if !S_IWUSR && S_IWRITE 44 # define S_IWUSR S_IWRITE
|
H A D | write-java.c | 44 #if !S_IWUSR && S_IWRITE 45 # define S_IWUSR S_IWRITE
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | sys_stat.in.h | 342 #if !S_IWUSR && S_IWRITE 343 # define S_IWUSR S_IWRITE
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | conf.heg | 278 # ifdef S_IWRITE 279 # define S_IWUSR S_IWRITE
|
/netbsd-src/sys/kern/ |
H A D | sys_memfd.c | 308 st->st_mode |= S_IWRITE; in memfd_stat()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | filesubr.c | 399 mode = sb.st_mode & ~(S_IWRITE | S_IWGRP | S_IWOTH) & ~oumask; in xchmod()
|
/netbsd-src/usr.bin/error/ |
H A D | touch.c | 820 if ((statbuf.st_mode & S_IWRITE) == 0) in probethisfile()
|
/netbsd-src/external/bsd/libbind/dist/tests/ |
H A D | dig8.c | 789 S_IREAD|S_IWRITE)) > 0)) in main() 793 S_IREAD|S_IWRITE)) > 0)) { in main()
|
/netbsd-src/usr.bin/msgs/ |
H A D | msgs.c | 304 && stbuf.st_mode&S_IWRITE) { in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 414 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)
|