| /rust-libc-0.2.174/src/ |
| H A D | macros.rs | 99 pub $t:ident $i:ident { $($field:tt)* } 151 pub $t:ident $i:ident { $($field:tt)* } 188 pub enum $i:ident {} 226 $ty_name:ident { 286 pub $({$constness:ident})* fn $i:ident($($arg:ident: $argty:ty),* $(,)*) -> $ret:ty 300 pub $({$constness:ident})* fn $i:ident($($arg:ident: $argty:ty),* $(,)*) -> $ret:ty 314 $({$constness:ident})* fn $i:ident($($arg:ident: $argty:ty),* $(,)*) -> $ret:ty 328 pub $({$constness:ident})* fn $i:ident($($arg:ident: $argty:ty),* $(,)*) -> $ret:ty 342 pub $({$constness:ident})* fn $i:ident($($arg:ident: $argty:ty),* $(,)*) -> $ret:ty 356 $({$constness:ident})* fn $i:ident($($arg:ident: $argty:ty),* $(,)*) -> $ret:ty [all …]
|
| /rust-libc-0.2.174/libc-test/test/ |
| H A D | primitive_types.rs | 4 ($($t:ident)*) => {$(
|
| /rust-libc-0.2.174/libc-test/test/style/ |
| H A D | mod.rs | 369 if mac.path.get_ident().is_some_and(|ident| { in visit_macro() 370 ALLOWED_REPEATED_MACROS.contains(&ident.to_string().as_str()) in visit_macro()
|
| /rust-libc-0.2.174/libc-test/ |
| H A D | build.rs | 199 ($cfg:ident: [$m:expr]: $header:literal) => { 204 ($cfg:ident: $header:literal) => { 207 ($($cfg:ident: $([$c:expr]:)* $header:literal,)*) => { 210 ($cfg:ident: $( $([$c:expr]:)* $header:literal,)*) => { 213 ($cfg:ident: $( $([$c:expr]:)* $header:literal),*) => {
|
| /rust-libc-0.2.174/ |
| H A D | Cargo.toml | 159 # FIXME(cleanup): make ident usage consistent in each file
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | mod.rs | 14 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 24 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| H A D | mod.rs | 27 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| H A D | mod.rs | 27 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
| H A D | mod.rs | 27 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/ci/ |
| H A D | rust.css | 225 pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 448 pub ident: u64, 1323 pub ident: crate::uintptr_t, 1759 self.ident == other.ident 1770 let ident = self.ident; localVariable 1776 ident.hash(state);
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 77 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 237 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1316 pub fn openlog(ident: *const c_char, logopt: c_int, facility: c_int); in openlog()
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 1590 pub fn openlog(ident: *const c_char, logopt: c_int, facility: c_int); in openlog()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 295 pub ident: crate::uintptr_t,
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3921 pub fn openlog(ident: *const c_char, logopt: c_int, facility: c_int); in openlog()
|