Skip to main content

getgrnam

Function getgrnam 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn getgrnam(name: *const c_char) -> *mut group
Expand description

MT-Unsafe race:grnam locale

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getgrnam.html.

Searches the group database for an entry with a matching name.