Home
last modified time | relevance | path

Searched defs:fgetspent (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/passwd/
Dfgetspent.c4 struct spwd *fgetspent(FILE *f) in fgetspent() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1632 pub fn fgetspent(file: *mut ::FILE) -> *mut spwd; in fgetspent() function