Home
last modified time | relevance | path

Searched defs:spwd (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1647 pwd: *mut spwd, in getspent_r()
1650 res: *mut *mut spwd, in getspent_r()
1654 pub fn getspnam(name: *const c_char) -> *mut spwd; in getspnam()
1657 spwd: *mut spwd, in getspnam_r() argument
1660 res: *mut *mut spwd, in getspnam_r()
1662 pub fn sgetspent(line: *const c_char) -> *mut spwd; in sgetspent()
1665 spwd: *mut spwd, in sgetspent_r() argument
1668 res: *mut *mut spwd, in sgetspent_r()
1670 pub fn fgetspent(file: *mut crate::FILE) -> *mut spwd; in fgetspent()
1673 spwd: *mut spwd, in fgetspent_r() argument
[all …]
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs1054 spbuf: *mut crate::spwd, in fgetspent_r()
1057 spbufp: *mut *mut crate::spwd, in fgetspent_r()
1061 spbuf: *mut crate::spwd, in sgetspent_r()
1064 spbufp: *mut *mut crate::spwd, in sgetspent_r()
1067 spbuf: *mut crate::spwd, in getspent_r()
1070 spbufp: *mut *mut crate::spwd, in getspent_r()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs3763 pub fn getspnam(name: *const c_char) -> *mut spwd; in getspnam()
3813 spbuf: *mut crate::spwd, in fgetspent_r()
3816 spbufp: *mut *mut crate::spwd, in fgetspent_r()
3820 spbuf: *mut crate::spwd, in sgetspent_r()
3823 spbufp: *mut *mut crate::spwd, in sgetspent_r()
3826 spbuf: *mut crate::spwd, in getspent_r()
3829 spbufp: *mut *mut crate::spwd, in getspent_r()
3834 spbuf: *mut spwd, in getspnam_r()
3837 spbufp: *mut *mut spwd, in getspnam_r()
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6312 pub fn getspnam(name: *const c_char) -> *mut spwd; in getspnam()