/external/strace/linux/ |
D | asm_stat.h | 9 # undef nlink_t 20 # define nlink_t __kernel_nlink_t macro 33 # undef nlink_t 44 # define nlink_t nlink_t macro
|
/external/rust/crates/libc/src/fuchsia/ |
D | aarch64.rs | 4 pub type nlink_t = ::c_ulong; typedef 12 pub st_nlink: ::nlink_t, 34 pub st_nlink: ::nlink_t,
|
D | x86_64.rs | 3 pub type nlink_t = u64; typedef 11 pub st_nlink: ::nlink_t, 32 pub st_nlink: ::nlink_t,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_linux.cc | 37 #define nlink_t __kernel_nlink_t macro 45 #undef nlink_t
|
/external/rust/crates/libc/src/unix/uclibc/mips/mips64/ |
D | mod.rs | 9 pub type nlink_t = u64; typedef 22 pub st_nlink: ::nlink_t, 46 pub st_nlink: ::nlink_t,
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link03.c | 115 if (buf.st_nlink != (nlink_t)links) { in main() 125 if (buf.st_nlink != (nlink_t)links) { in main()
|
/external/u-boot/include/linux/ |
D | stat.h | 51 nlink_t st_nlink; /* number of links */ 105 nlink_t st_nlink;
|
D | types.h | 14 typedef __kernel_nlink_t nlink_t; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | x86_64.rs | 7 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | x86_64.rs | 6 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | aarch64.rs | 12 pub st_nlink: ::nlink_t,
|
D | x86.rs | 12 pub st_nlink: ::nlink_t,
|
D | powerpc64.rs | 12 pub st_nlink: ::nlink_t,
|
D | arm.rs | 12 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 21 pub type nlink_t = u32; typedef 38 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | mod.rs | 3 pub type nlink_t = u32; typedef
|
/external/rust/crates/libc/src/unix/uclibc/x86_64/ |
D | mod.rs | 12 pub type nlink_t = ::c_uint; typedef 126 pub st_nlink: ::nlink_t,
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 67 typedef int nlink_t; typedef
|
/external/rust/crates/libc/src/unix/uclibc/mips/mips32/ |
D | mod.rs | 12 pub type nlink_t = u32; typedef 23 pub st_nlink: ::nlink_t, 46 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 4 pub type nlink_t = u32; typedef 12 pub st_nlink: ::nlink_t, 34 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 4 pub type nlink_t = u64; typedef 11 pub st_nlink: ::nlink_t, 32 pub st_nlink: ::nlink_t,
|
D | mips64.rs | 4 pub type nlink_t = u64; typedef 13 pub st_nlink: ::nlink_t, 37 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 15 pub type nlink_t = ::c_uint; typedef 42 pub st_nlink: nlink_t, 64 pub st_nlink: nlink_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 9 pub type nlink_t = u32; typedef 60 pub st_nlink: ::nlink_t, 82 pub st_nlink: ::nlink_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 5 pub type nlink_t = u64; typedef 77 pub st_nlink: ::nlink_t, 98 pub st_nlink: ::nlink_t,
|