Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 25 of 5743) sorted by relevance

12345678910>>...230

/dports/shells/bash/bash-5.1/lib/readline/
H A Dposixstat.h128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
146 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/shells/bash/bash-5.1/include/
H A Dposixstat.h128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
146 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dposixstat.h128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
146 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/devel/readline/readline-8.1/
H A Dposixstat.h128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
146 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/www/elinks/elinks-0.11.7/src/osdep/
H A Dstat.h40 #ifndef S_IWOTH
41 #define S_IWOTH 0000002 /* W for other */ macro
57 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dports/sysutils/busybox/busybox-1.26.2/init/
H A Dmesg.c45 #define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH)
68 puts((sb.st_mode & (S_IWGRP|S_IWOTH)) ? "is y" : "is n"); in mesg_main()
72 : sb.st_mode & ~(S_IWGRP|S_IWOTH); in mesg_main()
/dports/devel/kio-extras/kio-extras-21.12.3/filenamesearch/
H A Dkio_filenamesearch_p.h33 #ifndef S_IWOTH
34 #define S_IWOTH 0002 macro
54 #define S_IRWXO S_IROTH | S_IWOTH | S_IXOTH
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/intrinsics/
H A Dchmod.c334 new_mode |= S_IWOTH; in chmod_internal()
379 new_mode |= S_IWOTH; in chmod_internal()
402 new_mode |= S_IWOTH; in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
424 if (file_mode & S_IWOTH) in chmod_internal()
452 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
453 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gcc8/gcc-8.5.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gcc48/gcc-4.8.5/libgfortran/intrinsics/
H A Dchmod.c347 new_mode |= S_IWOTH; in chmod_func()
392 new_mode |= S_IWOTH; in chmod_func()
415 new_mode |= S_IWOTH; in chmod_func()
428 if (file_mode & S_IWOTH) in chmod_func()
437 if (file_mode & S_IWOTH) in chmod_func()
465 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_func()
466 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_func()
/dports/lang/gcc10/gcc-10.3.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gcc11/gcc-11.2.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/intrinsics/
H A Dchmod.c328 new_mode |= S_IWOTH; in chmod_internal()
373 new_mode |= S_IWOTH; in chmod_internal()
396 new_mode |= S_IWOTH; in chmod_internal()
409 if (file_mode & S_IWOTH) in chmod_internal()
418 if (file_mode & S_IWOTH) in chmod_internal()
446 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
447 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/intrinsics/
H A Dchmod.c346 new_mode |= S_IWOTH; in chmod_func()
391 new_mode |= S_IWOTH; in chmod_func()
414 new_mode |= S_IWOTH; in chmod_func()
427 if (file_mode & S_IWOTH) in chmod_func()
436 if (file_mode & S_IWOTH) in chmod_func()
464 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_func()
465 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_func()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/intrinsics/
H A Dchmod.c334 new_mode |= S_IWOTH; in chmod_internal()
379 new_mode |= S_IWOTH; in chmod_internal()
402 new_mode |= S_IWOTH; in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
424 if (file_mode & S_IWOTH) in chmod_internal()
452 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
453 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH; in chmod_internal()
370 new_mode |= S_IWOTH; in chmod_internal()
393 new_mode |= S_IWOTH; in chmod_internal()
406 if (file_mode & S_IWOTH) in chmod_internal()
415 if (file_mode & S_IWOTH) in chmod_internal()
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH)) in chmod_internal()
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH)); in chmod_internal()
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/intrinsics/
H A Dchmod.c325 new_mode |= S_IWOTH;
370 new_mode |= S_IWOTH;
393 new_mode |= S_IWOTH;
406 if (file_mode & S_IWOTH)
415 if (file_mode & S_IWOTH)
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH))
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH));

12345678910>>...230