Home
last modified time | relevance | path

Searched defs:mode_t (Results 1 – 25 of 48) sorted by relevance

12

/external/strace/linux/
Dasm_stat.h19 # define mode_t __kernel_mode_t macro
43 # define mode_t mode_t macro
/external/selinux/libselinux/src/
Dselinuxswig.i18 %typedef unsigned mode_t; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_linux.cc36 #define mode_t __kernel_mode_t macro
/external/crosvm/base/src/sys/windows/
Dmod.rs80 pub type mode_t = u32; typedef
/external/ImageMagick/MagickCore/
Dutility-private.h176 mode_t; typedef
/external/clang/test/Sema/
Denable_if.c5 typedef int mode_t; typedef
/external/zstd/programs/
Dutil.h109 typedef int mode_t; typedef
/external/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs6 pub type mode_t = u16; typedef
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h95 typedef int mode_t; typedef
/external/python/cpython3/Modules/
D_stat.c31 typedef unsigned short mode_t; typedef
/external/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs6 pub type mode_t = u32; typedef
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cli/
Dxsum_os_specific.c41 typedef int mode_t; typedef
/external/google-breakpad/src/common/mac/
DGTMLogger.m336 + (id)fileHandleForLoggingAtPath:(NSString *)path mode:(mode_t)mode { argument
/external/musl/include/
Dalltypes.h.in27 TYPEDEF unsigned mode_t; variable
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h66 typedef int mode_t; typedef
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c3463 typedef unsigned int mode_t; typedef
/external/rust/crates/libc/src/unix/
Dmod.rs811 mode: ::mode_t, in fchmodat()
972 pub fn umask(mask: mode_t) -> mode_t; in umask()
1275 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod()
/external/libevent/
Devutil.c106 #define mode_t int macro
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2090 mode_t = __darwin_mode_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2090 mode_t = __darwin_mode_t variable
/external/python/cpython2/Python/
Dimport.c27 typedef unsigned short mode_t; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs3 pub type mode_t = u32; typedef
692 mode: ::mode_t, in mknodat()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs17 pub type mode_t = u32; typedef
1644 mode: ::mode_t, in mknodat()
1940 mode: ::mode_t, in posix_spawn_file_actions_addopen()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs22 pub type mode_t = ::c_uint; typedef
/external/rust/crates/libc/src/vxworks/
Dmod.rs59 pub type mode_t = ::c_int; typedef
1206 pub fn umask(mask: mode_t) -> mode_t; in umask()

12