Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 25 of 5947) sorted by relevance

12345678910>>...238

/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/net/xisp/xisp-2.7p4/
H A Dxisp_euidaccess.c35 #ifndef S_IXOTH
36 #define S_IXOTH (S_IEXEC >> 6) macro
76 #if !defined (S_IXOTH) && defined (X_OK)
77 # define S_IXOTH X_OK macro
151 #if R_OK != S_IROTH || W_OK != S_IWOTH || X_OK != S_IXOTH
161 || (stats.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))))
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/intrinsics/
H A Dchmod.c345 new_mode |= S_IXOTH; 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()
381 new_mode |= S_IXOTH; in chmod_internal()
404 new_mode |= S_IXOTH; in chmod_internal()
417 if (file_mode & S_IXOTH) in chmod_internal()
426 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c358 new_mode |= S_IXOTH; 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()
394 new_mode |= S_IXOTH; in chmod_func()
417 new_mode |= S_IXOTH; in chmod_func()
430 if (file_mode & S_IXOTH) in chmod_func()
439 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c339 new_mode |= S_IXOTH; 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()
375 new_mode |= S_IXOTH; in chmod_internal()
398 new_mode |= S_IXOTH; in chmod_internal()
411 if (file_mode & S_IXOTH) in chmod_internal()
420 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c357 new_mode |= S_IXOTH; 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()
393 new_mode |= S_IXOTH; in chmod_func()
416 new_mode |= S_IXOTH; in chmod_func()
429 if (file_mode & S_IXOTH) in chmod_func()
438 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c345 new_mode |= S_IXOTH; 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()
381 new_mode |= S_IXOTH; in chmod_internal()
404 new_mode |= S_IXOTH; in chmod_internal()
417 if (file_mode & S_IXOTH) in chmod_internal()
426 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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.c336 new_mode |= S_IXOTH;
341 && (is_dir || (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH))))
342 new_mode |= (S_IXUSR | S_IXGRP | S_IXOTH);
372 new_mode |= S_IXOTH;
395 new_mode |= S_IXOTH;
408 if (file_mode & S_IXOTH)
417 if (file_mode & S_IXOTH)
443 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH))
444 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH));
/dports/lang/gcc9/gcc-9.4.0/libgfortran/intrinsics/
H A Dchmod.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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-aux/gcc-9.1.0/libgfortran/intrinsics/
H A Dchmod.c336 new_mode |= S_IXOTH; 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()
372 new_mode |= S_IXOTH; in chmod_internal()
395 new_mode |= S_IXOTH; in chmod_internal()
408 if (file_mode & S_IXOTH) in chmod_internal()
417 if (file_mode & S_IXOTH) 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/mingw32-gcc/gcc-4.8.1/libgfortran/intrinsics/
H A Dchmod.c358 new_mode |= S_IXOTH; 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()
394 new_mode |= S_IXOTH; in chmod_func()
417 new_mode |= S_IXOTH; in chmod_func()
430 if (file_mode & S_IXOTH) in chmod_func()
439 if (file_mode & S_IXOTH) 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/shells/ksh93-devel/ast-cc1bca27/src/cmd/at/
H A Dat.h47 #define AT_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IXGRP|S_IXOTH|S_IRGRP|S_IROTH)
53 …S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IXGRP|S_IWOTH|S_IXOTH))==(S_IXUSR|S_IXGRP|S_IXOTH))
71 #define AT_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IXGRP|S_IXOTH)
75 …(x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IWGRP|S_IXGRP|S_IWOTH|S_IXOTH))==(S_IXUSR|S_IXGRP|S_IXOTH))
/dports/shells/ksh93/ast-93u/src/cmd/at/
H A Dat.h47 #define AT_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IXGRP|S_IXOTH|S_IRGRP|S_IROTH)
53 …S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IXGRP|S_IWOTH|S_IXOTH))==(S_IXUSR|S_IXGRP|S_IXOTH))
71 #define AT_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IXGRP|S_IXOTH)
75 …(x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IWGRP|S_IXGRP|S_IWOTH|S_IXOTH))==(S_IXUSR|S_IXGRP|S_IXOTH))

12345678910>>...238