Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 25 of 6380) sorted by relevance

12345678910>>...256

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
46 debugfs_create_u64("aes_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
48 debugfs_create_u64("sha256_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
50 debugfs_create_u64("sha512_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
46 debugfs_create_u64("aes_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
48 debugfs_create_u64("sha256_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
50 debugfs_create_u64("sha512_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/nx/
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
46 debugfs_create_u64("aes_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
48 debugfs_create_u64("sha256_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
50 debugfs_create_u64("sha512_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
/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/bash/bash-5.1/lib/readline/
H A Dposixstat.h127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
144 # if !defined (S_IROTH)
145 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/dports/shells/bash/bash-5.1/include/
H A Dposixstat.h127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
144 # if !defined (S_IROTH)
145 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dposixstat.h127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
144 # if !defined (S_IROTH)
145 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/dports/devel/readline/readline-8.1/
H A Dposixstat.h127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
144 # if !defined (S_IROTH)
145 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/dports/sysutils/fusefs-curlftpfs/curlftpfs-0.9.2/tests/
H A Dftpfs-ls_unittest.c89 …check(sbuf, 0, 0, S_IFLNK|S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IROTH|S_IWOTH|S_IXOTH,…
95 …check(sbuf, 0, 0, S_IFLNK|S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IROTH|S_IWOTH|S_IXOTH,…
109 …check(sbuf, 0, 0, S_IFDIR|S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH, 4, 0, 0, 0, 409…
114 …check(sbuf, 0, 0, S_IFDIR|S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH, 2, 0, 0, 0, 512, 4096, …
130 …check(sbuf, 0, 0, S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH, 1, 0, 0, 0, 1803128, 4096, 3528, "00:00…
135 …check(sbuf, 0, 0, S_IFDIR|S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IROTH|S_IXOTH, 14, 0, …
140 …check(sbuf, 0, 0, S_IFDIR|S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IROTH|S_IXOTH, 144, 0,…
/dports/news/nget/nget-0.27.1/
H A D_fileconf.h17 #ifndef S_IROTH
18 #define S_IROTH 0 macro
25 #define PUBMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
/dports/www/elinks/elinks-0.11.7/src/osdep/
H A Dstat.h37 #ifndef S_IROTH
38 #define S_IROTH 0000004 /* R for other */ macro
57 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dports/devel/kio-extras/kio-extras-21.12.3/filenamesearch/
H A Dkio_filenamesearch_p.h23 #ifndef S_IROTH
24 #define S_IROTH 0004 macro
54 #define S_IRWXO S_IROTH | S_IWOTH | S_IXOTH
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/intrinsics/
H A Dchmod.c323 new_mode |= S_IROTH; in chmod_internal()
377 new_mode |= S_IROTH; in chmod_internal()
400 new_mode |= S_IROTH; in chmod_internal()
413 if (file_mode & S_IROTH) in chmod_internal()
422 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c336 new_mode |= S_IROTH; in chmod_func()
390 new_mode |= S_IROTH; in chmod_func()
413 new_mode |= S_IROTH; in chmod_func()
426 if (file_mode & S_IROTH) in chmod_func()
435 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c317 new_mode |= S_IROTH; in chmod_internal()
371 new_mode |= S_IROTH; in chmod_internal()
394 new_mode |= S_IROTH; in chmod_internal()
407 if (file_mode & S_IROTH) in chmod_internal()
416 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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.c314 new_mode |= S_IROTH; in chmod_internal()
368 new_mode |= S_IROTH; in chmod_internal()
391 new_mode |= S_IROTH; in chmod_internal()
404 if (file_mode & S_IROTH) in chmod_internal()
413 if (file_mode & S_IROTH) 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()

12345678910>>...256