Searched refs:spwd (Results 1 – 8 of 8) sorted by relevance
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 378 pub struct spwd { 1645 pub fn getspent() -> *mut spwd; in getspent() 1647 pwd: *mut spwd, in getspent_r() argument 1650 res: *mut *mut spwd, in getspent_r() argument 1654 pub fn getspnam(name: *const c_char) -> *mut spwd; in getspnam() argument 1657 spwd: *mut spwd, in getspnam_r() argument 1660 res: *mut *mut spwd, in getspnam_r() argument 1665 spwd: *mut spwd, in sgetspent_r() argument 1668 res: *mut *mut spwd, in sgetspent_r() argument 1673 spwd: *mut spwd, in fgetspent_r() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 1054 spbuf: *mut crate::spwd, in fgetspent_r() argument 1057 spbufp: *mut *mut crate::spwd, in fgetspent_r() argument 1061 spbuf: *mut crate::spwd, in sgetspent_r() argument 1064 spbufp: *mut *mut crate::spwd, in sgetspent_r() argument 1067 spbuf: *mut crate::spwd, in getspent_r() argument 1070 spbufp: *mut *mut crate::spwd, in getspent_r() argument
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 746 pub struct spwd { 3761 pub fn getspent() -> *mut spwd; in getspent() 3763 pub fn getspnam(name: *const c_char) -> *mut spwd; in getspnam() argument 3813 spbuf: *mut crate::spwd, in fgetspent_r() argument 3816 spbufp: *mut *mut crate::spwd, in fgetspent_r() argument 3820 spbuf: *mut crate::spwd, in sgetspent_r() argument 3823 spbufp: *mut *mut crate::spwd, in sgetspent_r() argument 3826 spbuf: *mut crate::spwd, in getspent_r() argument 3829 spbufp: *mut *mut crate::spwd, in getspent_r() argument 3834 spbuf: *mut spwd, in getspnam_r() argument [all …]
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | fuchsia.txt | 1451 spwd
|
| H A D | linux.txt | 4287 spwd
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 131 pub struct spwd { 6219 spbuf: *mut spwd, 6222 spbufp: *mut *mut spwd, 6310 pub fn getspent() -> *mut spwd; in getspent() 6312 pub fn getspnam(name: *const c_char) -> *mut spwd; in getspnam() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | mod.rs | 77 pub struct spwd {
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 484 pub struct spwd {
|