Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 25 of 5724) sorted by relevance

12345678910>>...229

/dports/sysutils/busybox/busybox-1.26.2/init/
H A Dmesg.c43 #define S_IWGRP_OR_S_IWOTH S_IWGRP
45 #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/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/
H A Dtlclk.c344 static DEVICE_ATTR(received_ref_clk3a, (S_IWUSR|S_IWGRP), NULL,
366 static DEVICE_ATTR(received_ref_clk3b, (S_IWUSR|S_IWGRP), NULL,
388 static DEVICE_ATTR(enable_clk3b_output, (S_IWUSR|S_IWGRP), NULL,
409 static DEVICE_ATTR(enable_clk3a_output, (S_IWUSR|S_IWGRP), NULL,
430 static DEVICE_ATTR(enable_clkb1_output, (S_IWUSR|S_IWGRP), NULL,
452 static DEVICE_ATTR(enable_clka1_output, (S_IWUSR|S_IWGRP), NULL,
473 static DEVICE_ATTR(enable_clkb0_output, (S_IWUSR|S_IWGRP), NULL,
494 static DEVICE_ATTR(enable_clka0_output, (S_IWUSR|S_IWGRP), NULL,
620 static DEVICE_ATTR(select_ref_frequency, (S_IWUSR|S_IWGRP), NULL,
682 static DEVICE_ATTR(hardware_switching, (S_IWUSR|S_IWGRP), NULL,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/
H A Dtlclk.c344 static DEVICE_ATTR(received_ref_clk3a, (S_IWUSR|S_IWGRP), NULL,
366 static DEVICE_ATTR(received_ref_clk3b, (S_IWUSR|S_IWGRP), NULL,
388 static DEVICE_ATTR(enable_clk3b_output, (S_IWUSR|S_IWGRP), NULL,
409 static DEVICE_ATTR(enable_clk3a_output, (S_IWUSR|S_IWGRP), NULL,
430 static DEVICE_ATTR(enable_clkb1_output, (S_IWUSR|S_IWGRP), NULL,
452 static DEVICE_ATTR(enable_clka1_output, (S_IWUSR|S_IWGRP), NULL,
473 static DEVICE_ATTR(enable_clkb0_output, (S_IWUSR|S_IWGRP), NULL,
494 static DEVICE_ATTR(enable_clka0_output, (S_IWUSR|S_IWGRP), NULL,
620 static DEVICE_ATTR(select_ref_frequency, (S_IWUSR|S_IWGRP), NULL,
682 static DEVICE_ATTR(hardware_switching, (S_IWUSR|S_IWGRP), NULL,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/
H A Dtlclk.c344 static DEVICE_ATTR(received_ref_clk3a, (S_IWUSR|S_IWGRP), NULL,
366 static DEVICE_ATTR(received_ref_clk3b, (S_IWUSR|S_IWGRP), NULL,
388 static DEVICE_ATTR(enable_clk3b_output, (S_IWUSR|S_IWGRP), NULL,
409 static DEVICE_ATTR(enable_clk3a_output, (S_IWUSR|S_IWGRP), NULL,
430 static DEVICE_ATTR(enable_clkb1_output, (S_IWUSR|S_IWGRP), NULL,
452 static DEVICE_ATTR(enable_clka1_output, (S_IWUSR|S_IWGRP), NULL,
473 static DEVICE_ATTR(enable_clkb0_output, (S_IWUSR|S_IWGRP), NULL,
494 static DEVICE_ATTR(enable_clka0_output, (S_IWUSR|S_IWGRP), NULL,
620 static DEVICE_ATTR(select_ref_frequency, (S_IWUSR|S_IWGRP), NULL,
682 static DEVICE_ATTR(hardware_switching, (S_IWUSR|S_IWGRP), NULL,
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A Dmesg.c72 statb.st_mode |= S_IWGRP; in mesg()
74 statb.st_mode &= ~S_IWGRP; in mesg()
79 sfprintf(sfstdout,"%c\n",(statb.st_mode&S_IWGRP)?'y':'n'); in mesg()
81 return((statb.st_mode&S_IWGRP)==0); in mesg()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A Dmesg.c72 statb.st_mode |= S_IWGRP; in mesg()
74 statb.st_mode &= ~S_IWGRP; in mesg()
79 sfprintf(sfstdout,"%c\n",(statb.st_mode&S_IWGRP)?'y':'n'); in mesg()
81 return((statb.st_mode&S_IWGRP)==0); in mesg()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A Dmesg.c72 statb.st_mode |= S_IWGRP; in mesg()
74 statb.st_mode &= ~S_IWGRP; in mesg()
79 sfprintf(sfstdout,"%c\n",(statb.st_mode&S_IWGRP)?'y':'n'); in mesg()
81 return((statb.st_mode&S_IWGRP)==0); in mesg()
/dports/shells/bash/bash-5.1/lib/readline/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
140 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/shells/bash/bash-5.1/include/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
140 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
140 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/devel/readline/readline-8.1/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
140 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
150 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
159 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dports/www/elinks/elinks-0.11.7/src/osdep/
H A Dstat.h28 #ifndef S_IWGRP
29 #define S_IWGRP 0000020 /* W for group */ macro
54 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/dports/sysutils/linrename/util-linux-2.25.2/term-utils/
H A Dmesg.c127 if (sb.st_mode & (S_IWGRP | S_IWOTH)) { in main()
138 if (chmod(tty, sb.st_mode | S_IWGRP) < 0) in main()
140 if (chmod(tty, sb.st_mode | S_IWGRP | S_IWOTH) < 0) in main()
147 if (chmod(tty, sb.st_mode & ~(S_IWGRP|S_IWOTH)) < 0) in main()
/dports/devel/kio-extras/kio-extras-21.12.3/filenamesearch/
H A Dkio_filenamesearch_p.h30 #ifndef S_IWGRP
31 #define S_IWGRP 0020 macro
51 #define S_IRWXG S_IRGRP | S_IWGRP | S_IXGRP
/dports/games/pvpgn/pvpgn-1.8.5/src/compat/
H A Dstatmacros.h138 #ifndef S_IWGRP
139 # define S_IWGRP (S_IWUSR >> 3) macro
145 # define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
152 # define S_IWOTH (S_IWGRP >> 3)
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/intrinsics/
H A Dchmod.c332 new_mode |= S_IWGRP; in chmod_internal()
370 new_mode |= S_IWGRP; in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
401 if (file_mode & S_IWGRP) in chmod_internal()
425 new_mode |= S_IWGRP; in chmod_internal()
449 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
450 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/lang/gcc8/gcc-8.5.0/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IWGRP; in chmod_internal()
361 new_mode |= S_IWGRP; in chmod_internal()
383 if (file_mode & S_IWGRP) in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
416 new_mode |= S_IWGRP; in chmod_internal()
440 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
441 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/lang/gcc48/gcc-4.8.5/libgfortran/intrinsics/
H A Dchmod.c345 new_mode |= S_IWGRP; in chmod_func()
383 new_mode |= S_IWGRP; in chmod_func()
405 if (file_mode & S_IWGRP) in chmod_func()
414 if (file_mode & S_IWGRP) in chmod_func()
438 new_mode |= S_IWGRP; in chmod_func()
462 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_func()
463 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_func()
/dports/lang/gcc10/gcc-10.3.0/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IWGRP; in chmod_internal()
361 new_mode |= S_IWGRP; in chmod_internal()
383 if (file_mode & S_IWGRP) in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
416 new_mode |= S_IWGRP; in chmod_internal()
440 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
441 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IWGRP; in chmod_internal()
361 new_mode |= S_IWGRP; in chmod_internal()
383 if (file_mode & S_IWGRP) in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
416 new_mode |= S_IWGRP; in chmod_internal()
440 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
441 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/lang/gcc11/gcc-11.2.0/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IWGRP; in chmod_internal()
361 new_mode |= S_IWGRP; in chmod_internal()
383 if (file_mode & S_IWGRP) in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
416 new_mode |= S_IWGRP; in chmod_internal()
440 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
441 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/intrinsics/
H A Dchmod.c326 new_mode |= S_IWGRP; in chmod_internal()
364 new_mode |= S_IWGRP; in chmod_internal()
386 if (file_mode & S_IWGRP) in chmod_internal()
395 if (file_mode & S_IWGRP) in chmod_internal()
419 new_mode |= S_IWGRP; in chmod_internal()
443 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
444 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IWGRP; in chmod_internal()
361 new_mode |= S_IWGRP; in chmod_internal()
383 if (file_mode & S_IWGRP) in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
416 new_mode |= S_IWGRP; in chmod_internal()
440 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
441 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IWGRP; in chmod_internal()
361 new_mode |= S_IWGRP; in chmod_internal()
383 if (file_mode & S_IWGRP) in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
416 new_mode |= S_IWGRP; in chmod_internal()
440 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
441 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IWGRP; in chmod_internal()
361 new_mode |= S_IWGRP; in chmod_internal()
383 if (file_mode & S_IWGRP) in chmod_internal()
392 if (file_mode & S_IWGRP) in chmod_internal()
416 new_mode |= S_IWGRP; in chmod_internal()
440 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_internal()
441 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_internal()

12345678910>>...229