Home
last modified time | relevance | path

Searched refs:c_int (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs18 __st_blksize_padding: ::c_int,
27 __unused: [::c_int;2],
32 pub ss_flags: ::c_int,
50 __unused1: ::c_int,
52 __unused2: ::c_int,
54 __unused3: ::c_int,
65 __unused1: ::c_int,
67 __unused2: ::c_int,
69 __unused3: ::c_int,
95 pub si_signo: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs6 pub type pthread_key_t = ::c_int;
11 pub type clockid_t = ::c_int;
35 pub sched_priority: ::c_int,
41 pub sa_flags: ::c_int,
47 pub ss_flags: ::c_int,
61 pub c_ispeed: ::c_int,
62 pub c_ospeed: ::c_int,
90 pub piod_op: ::c_int,
156 pub const EXIT_FAILURE: ::c_int = 1;
157 pub const EXIT_SUCCESS: ::c_int = 0;
[all …]
/external/rust/crates/libc/src/unix/nto/
Dmod.rs6 pub type clockid_t = ::c_int;
7 pub type timer_t = ::c_int;
9 pub type id_t = ::c_int;
16 pub type mqd_t = ::c_int;
19 pub type errno_t = ::c_int;
43 pub type pthread_t = ::c_int;
66 pub type pthread_key_t = ::c_int;
71 pub type nl_item = ::c_int;
119 pub ai_flags: ::c_int,
120 pub ai_family: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs14 pub type pthread_barrierattr_t = ::c_int;
16 pub type pthread_key_t = ::c_int;
25 pub type idtype_t = ::c_int;
28 pub type __kernel_pid_t = ::c_int;
34 pub type __s32 = ::c_int;
52 pub ss_flags: ::c_int,
57 __val: [::c_int; 2],
67 pub msg_flags: ::c_int,
72 pub cmsg_level: ::c_int,
73 pub cmsg_type: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs10 pub type pthread_key_t = ::c_int;
13 pub type nl_item = ::c_int;
82 pub unsafe fn si_status(&self) -> ::c_int { in si_status() argument
100 pub imr_ifindex: ::c_int,
113 pub gl_flags: ::c_int,
124 pub ai_flags: ::c_int,
125 pub ai_family: ::c_int,
126 pub ai_socktype: ::c_int,
127 pub ai_protocol: ::c_int,
139 pub si_signo: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs13 pub type mqd_t = ::c_int;
17 pub type nl_item = ::c_int;
56 pub gl_flags: ::c_int,
97 __f_unused: ::c_int,
100 __f_spare: [::c_int; 6],
141 __val: [::c_int; 2],
155 pub msgpool: ::c_int,
156 pub msgmap: ::c_int,
157 pub msgmax: ::c_int,
158 pub msgmnb: ::c_int,
[all …]
/external/rust/crates/libc/src/fuchsia/
Dmod.rs12 pub type c_int = i32; typedef
40 pub type clockid_t = ::c_int;
41 pub type key_t = ::c_int;
52 pub type mqd_t = ::c_int;
54 pub type nl_item = ::c_int;
62 pub type __s32 = ::c_int;
215 pub imr_ifindex: ::c_int,
226 pub h_addrtype: ::c_int,
227 pub h_length: ::c_int,
237 pub fd: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/redox/
Dmod.rs21 pub type clockid_t = ::c_int;
26 pub type mode_t = ::c_int;
47 pub type suseconds_t = ::c_int;
98 pub ai_flags: ::c_int,
99 pub ai_family: ::c_int,
100 pub ai_socktype: ::c_int,
101 pub ai_protocol: ::c_int,
173 pub si_signo: ::c_int,
174 pub si_errno: ::c_int,
175 pub si_code: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs3 pub const SFD_CLOEXEC: ::c_int = 0x080000;
7 pub const O_TRUNC: ::c_int = 512;
9 pub const O_CLOEXEC: ::c_int = 0x80000;
11 pub const EBFONT: ::c_int = 59;
12 pub const ENOSTR: ::c_int = 60;
13 pub const ENODATA: ::c_int = 61;
14 pub const ETIME: ::c_int = 62;
15 pub const ENOSR: ::c_int = 63;
16 pub const ENONET: ::c_int = 64;
17 pub const ENOPKG: ::c_int = 65;
[all …]
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs371 pub ai_flags: ::c_int,
372 pub ai_family: ::c_int,
373 pub ai_socktype: ::c_int,
374 pub ai_protocol: ::c_int,
426 pub sched_priority: ::c_int,
436 pub sa_flags: ::c_int,
453 pub tm_sec: ::c_int,
454 pub tm_min: ::c_int,
455 pub tm_hour: ::c_int,
456 pub tm_mday: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs6 pub type clockid_t = ::c_int;
14 pub type key_t = ::c_int;
23 pub type timer_t = ::c_int;
24 pub type wchar_t = ::c_int;
26 pub type projid_t = ::c_int;
27 pub type zoneid_t = ::c_int;
28 pub type psetid_t = ::c_int;
29 pub type processorid_t = ::c_int;
30 pub type chipid_t = ::c_int;
41 pub type blksize_t = ::c_int;
[all …]
/external/rust/crates/libc/src/vxworks/
Dmod.rs19 pub type c_int = i32; typedef
34 pub type pid_t = ::c_int;
47 pub type errno_t = ::c_int;
55 pub type clockid_t = ::c_int;
59 pub type mode_t = ::c_int;
76 pub type BOOL = ::c_int;
79 pub type _Vx_OBJ_HANDLE = ::c_int;
104 pub type mqd_t = ::c_int;
132 pub unsafe fn si_status(&self) -> ::c_int { in si_status() argument
140 pub condAttrStatus: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs20 pub type key_t = ::c_int;
55 pub ai_flags: ::c_int,
56 pub ai_family: ::c_int,
57 pub ai_socktype: ::c_int,
58 pub ai_protocol: ::c_int,
80 pub l_onoff: ::c_int,
81 pub l_linger: ::c_int,
91 pub h_addrtype: ::c_int,
92 pub h_length: ::c_int,
98 pub fd: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs4 pub type clockid_t = ::c_int;
6 pub type key_t = ::c_int;
31 pub imr_ifindex: ::c_int,
63 pub ai_flags: ::c_int,
64 pub ai_family: ::c_int,
65 pub ai_socktype: ::c_int,
66 pub ai_protocol: ::c_int,
84 pub sll_ifindex: ::c_int,
96 pub tm_sec: ::c_int,
97 pub tm_min: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs12 pub type clockid_t = ::c_int;
23 pub type cpulevel_t = ::c_int;
24 pub type cpuwhich_t = ::c_int;
47 pub type cpusetid_t = ::c_int;
237 pub aio_fildes: ::c_int,
241 __unused1: [::c_int; 2],
243 pub aio_lio_opcode: ::c_int,
244 pub aio_reqprio: ::c_int,
304 pub ss_flags: ::c_int,
317 pub sc_ngroups: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs11 pub type mqd_t = ::c_int;
13 pub type nl_item = ::c_int;
17 pub type pthread_spinlock_t = ::c_int;
23 pub type __s32 = ::c_int;
70 pub gl_flags: ::c_int,
144 __val: [::c_int; 2],
148 pub mr_ifindex: ::c_int,
170 pub msgpool: ::c_int,
171 pub msgmap: ::c_int,
172 pub msgmax: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs3 pub type pthread_key_t = ::c_int;
29 pub type nl_item = ::c_int;
31 pub type idtype_t = ::c_int;
33 pub type regoff_t = ::c_int;
53 pub type ACTION = ::c_int;
80 pub unsafe fn si_status(&self) -> ::c_int { in si_status() argument
119 pub ai_flags: ::c_int,
120 pub ai_family: ::c_int,
121 pub ai_socktype: ::c_int,
122 pub ai_protocol: ::c_int,
[all …]
/external/rust/crates/libc/src/windows/
Dmod.rs7 pub type c_int = i32; typedef
30 pub type errno_t = ::c_int;
78 pub tm_sec: ::c_int,
79 pub tm_min: ::c_int,
80 pub tm_hour: ::c_int,
81 pub tm_mday: ::c_int,
82 pub tm_mon: ::c_int,
83 pub tm_year: ::c_int,
84 pub tm_wday: ::c_int,
85 pub tm_yday: ::c_int,
[all …]
/external/rust/crates/libc/src/
Dwasi.rs8 pub type c_int = i32; typedef
41 pub type nl_item = c_int;
81 pub tm_sec: c_int,
82 pub tm_min: c_int,
83 pub tm_hour: c_int,
84 pub tm_mday: c_int,
85 pub tm_mon: c_int,
86 pub tm_year: c_int,
87 pub tm_wday: c_int,
88 pub tm_yday: c_int,
[all …]
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs59 pub imr_ifindex: ::c_int,
66 pub gl_flags: ::c_int,
120 pub flags: ::c_int,
121 pub sess: ::c_int,
125 pub version: ::c_int,
127 pub addrlen: ::c_int,
128 pub sotype: ::c_int,
129 pub proto: ::c_int,
131 pub fhsize: ::c_int,
132 pub flags: ::c_int,
[all …]
/external/rust/crates/libc/src/solid/
Dmod.rs9 pub type c_int = i32; typedef
26 pub type clockid_t = c_int;
27 pub type timer_t = c_int;
28 pub type suseconds_t = c_int;
81 pub type idtype_t = c_int;
93 pub type mqd_t = c_int;
95 pub type psetid_t = c_int;
116 pub tm_sec: c_int,
117 pub tm_min: c_int,
118 pub tm_hour: c_int,
[all …]
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2 pub type suseconds_t = ::c_int;
7 pub type idtype_t = ::c_int;
8 pub type mqd_t = ::c_int;
16 pub type timer_t = ::c_int;
66 _si_signo: ::c_int, in si_value()
67 _si_errno: ::c_int, in si_value()
68 _si_code: ::c_int, in si_value()
69 __pad1: ::c_int, in si_value()
77 pub unsafe fn si_status(&self) -> ::c_int { in si_status() argument
80 _si_signo: ::c_int, in si_status()
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs17 __reserved0: ::c_int,
18 pub sa_flags: ::c_int,
55 pub si_signo: ::c_int,
56 pub si_errno: ::c_int,
57 pub si_code: ::c_int,
65 pub _pad: [::c_int; 29],
71 pub ss_flags: ::c_int,
82 __pad0: ::c_int,
103 __pad0: ::c_int,
144 __f_spare: [::c_int; 6],
[all …]
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs22 pub type nl_item = ::c_int;
24 pub type sem_t = ::c_int;
26 pub type integer_t = ::c_int;
31 pub type kern_return_t = ::c_int;
43 pub type key_t = ::c_int;
53 pub type processor_flavor_t = ::c_int;
58 pub type policy_t = ::c_int;
67 pub type vm_prot_t = ::c_int;
122 pub type pthread_jit_write_callback_t = ::Option<extern "C" fn(ctx: *mut ::c_void) -> ::c_int>;
242 pub imr_ifindex: ::c_int,
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs4 pub type regoff_t = ::c_int;
32 __f_unused: ::c_int,
37 __f_spare: [::c_int; 6],
88 _si_signo: ::c_int, in si_addr()
89 _si_errno: ::c_int, in si_addr()
90 _si_code: ::c_int, in si_addr()
99 _si_signo: ::c_int, in si_value()
100 _si_errno: ::c_int, in si_value()
101 _si_code: ::c_int, in si_value()
102 _si_timerid: ::c_int, in si_value()
[all …]

12345678910>>...23