Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 25 of 4865) sorted by relevance

12345678910>>...195

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmachdep.h206 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
219 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
234 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
261 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
298 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
316 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
329 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
345 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
358 # define THD_MKDIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/string/
H A Dstrperm.c116 if (S_ISDIR(perm) || (perm & (S_IXUSR | S_IXGRP | S_IXOTH))) { in strperm()
117 typ |= S_IXUSR | S_IXGRP | S_IXOTH; in strperm()
121 typ |= S_IXUSR | S_IXGRP | S_IXOTH; in strperm()
130 if (perm & S_IXGRP) { in strperm()
178 if (typ & S_IXOTH) perm |= who & (S_IXUSR | S_IXGRP); in strperm()
181 if (typ & S_IXGRP) perm |= who & S_IXUSR; in strperm()
189 if ((typ |= perm) & (S_IXUSR | S_IXGRP | S_IXOTH)) { in strperm()
191 if (typ & S_IRGRP) perm |= who & S_IXGRP; in strperm()
H A Dfmtperm.c47 if ((perm & (S_ISGID | S_IXGRP)) == S_ISGID) *s++ = 'l'; in fmtperm()
55 if ((perm & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) *s++ = 's'; in fmtperm()
58 if (perm & S_IXGRP) *s++ = 'x'; in fmtperm()
/dports/shells/ksh93/ast-93u/src/lib/libast/string/
H A Dstrperm.c113 if (!S_ISDIR(perm) && !(perm & (S_IXUSR|S_IXGRP|S_IXOTH))) in strperm()
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; in strperm()
126 if (perm & S_IXGRP) in strperm()
190 perm |= who & (S_IXUSR|S_IXGRP); in strperm()
195 if (typ & S_IXGRP) in strperm()
206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH)) in strperm()
211 perm |= who & S_IXGRP; in strperm()
H A Dfmtperm.c57 if ((perm & (S_ISGID|S_IXGRP)) == S_ISGID) in fmtperm()
67 if ((perm & (S_ISGID|S_IXGRP)) == (S_ISGID|S_IXGRP)) in fmtperm()
73 if (perm & S_IXGRP) in fmtperm()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/string/
H A Dstrperm.c113 if (!S_ISDIR(perm) && !(perm & (S_IXUSR|S_IXGRP|S_IXOTH))) in strperm()
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; in strperm()
126 if (perm & S_IXGRP) in strperm()
190 perm |= who & (S_IXUSR|S_IXGRP); in strperm()
195 if (typ & S_IXGRP) in strperm()
206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH)) in strperm()
211 perm |= who & S_IXGRP; in strperm()
H A Dfmtperm.c57 if ((perm & (S_ISGID|S_IXGRP)) == S_ISGID) in fmtperm()
67 if ((perm & (S_ISGID|S_IXGRP)) == (S_ISGID|S_IXGRP)) in fmtperm()
73 if (perm & S_IXGRP) in fmtperm()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dstrperm.c113 if (!S_ISDIR(perm) && !(perm & (S_IXUSR|S_IXGRP|S_IXOTH))) in strperm()
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; in strperm()
126 if (perm & S_IXGRP) in strperm()
190 perm |= who & (S_IXUSR|S_IXGRP); in strperm()
195 if (typ & S_IXGRP) in strperm()
206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH)) in strperm()
211 perm |= who & S_IXGRP; in strperm()
H A Dfmtperm.c57 if ((perm & (S_ISGID|S_IXGRP)) == S_ISGID) in fmtperm()
67 if ((perm & (S_ISGID|S_IXGRP)) == (S_ISGID|S_IXGRP)) in fmtperm()
73 if (perm & S_IXGRP) in fmtperm()
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/intrinsics/
H A Dchmod.c343 new_mode |= S_IXGRP; in chmod_internal()
350 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
351 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
372 new_mode |= S_IXGRP; in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
403 if (file_mode & S_IXGRP) in chmod_internal()
427 new_mode |= S_IXGRP; 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.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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.c356 new_mode |= S_IXGRP; in chmod_func()
363 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_func()
364 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_func()
385 new_mode |= S_IXGRP; in chmod_func()
407 if (file_mode & S_IXGRP) in chmod_func()
416 if (file_mode & S_IXGRP) in chmod_func()
440 new_mode |= S_IXGRP; 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.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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.c337 new_mode |= S_IXGRP; in chmod_internal()
344 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
345 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
366 new_mode |= S_IXGRP; in chmod_internal()
388 if (file_mode & S_IXGRP) in chmod_internal()
397 if (file_mode & S_IXGRP) in chmod_internal()
421 new_mode |= S_IXGRP; 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.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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/gcc9-devel/gcc-9-20211007/libgfortran/intrinsics/
H A Dchmod.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/intrinsics/
H A Dchmod.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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-gcc492/gcc-4.9.2/libgfortran/intrinsics/
H A Dchmod.c355 new_mode |= S_IXGRP; in chmod_func()
362 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_func()
363 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_func()
384 new_mode |= S_IXGRP; in chmod_func()
406 if (file_mode & S_IXGRP) in chmod_func()
415 if (file_mode & S_IXGRP) in chmod_func()
439 new_mode |= S_IXGRP; in chmod_func()
461 file_mode = (file_mode & ~(S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)) in chmod_func()
462 | (new_mode & (S_ISGID | S_IRGRP | S_IWGRP | S_IXGRP)); in chmod_func()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/intrinsics/
H A Dchmod.c334 new_mode |= S_IXGRP; in chmod_internal()
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
363 new_mode |= S_IXGRP; in chmod_internal()
385 if (file_mode & S_IXGRP) in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
418 new_mode |= S_IXGRP; 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/gnat_util/gcc-6-20180516/libgfortran/intrinsics/
H A Dchmod.c343 new_mode |= S_IXGRP; in chmod_internal()
350 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))) in chmod_internal()
351 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH); in chmod_internal()
372 new_mode |= S_IXGRP; in chmod_internal()
394 if (file_mode & S_IXGRP) in chmod_internal()
403 if (file_mode & S_IXGRP) in chmod_internal()
427 new_mode |= S_IXGRP; 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()

12345678910>>...195