Function getpwnam_r [src]

Alias for std.c.openbsd.getpwnam_r

Prototype

pub extern "c" fn getpwnam_r(name: [*:0]const u8, pw: *passwd, buf: [*]u8, buflen: usize, pwretp: *?*passwd) c_int

Parameters

name: [*:0]const u8pw: *passwdbuf: [*]u8buflen: usizepwretp: *?*passwd

Source

pub extern "c" fn getpwnam_r(name: [*:0]const u8, pw: *passwd, buf: [*]u8, buflen: usize, pwretp: *?*passwd) c_int