Skip to main content

getgrgid_r

Function getgrgid_r 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn getgrgid_r( gid: gid_t, result_buf: *mut group, buffer: *mut c_char, buflen: size_t, result: *mut *mut group, ) -> c_int
Expand description

MT-Safe locale

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

Updates the group structure pointed to by result_buf and store a pointer to that structure at the location pointed to by result.