Home
last modified time | relevance | path

Searched refs:gecos (Results 1 - 5 of 5) sorted by relevance

/third_party/toybox/toys/pending/
H A Duseradd.c34 char *gecos;
66 pwd.pw_gecos = TT.gecos ? TT.gecos : "Linux User,"; in useradd_main()
/third_party/musl/src/passwd/
H A Dgetpw_r.c24 FIX(gecos); in getpw_r()
/third_party/python/Lib/test/
H A Dtest_pwd.py68 for (n, p, u, g, gecos, d, s) in pwd.getpwall():
/third_party/toybox/generated/
H A Dglobals.h1127 char *gecos; member
/third_party/rust/crates/nix/src/
H A Dunistd.rs2979 pub gecos: CString,
3021 gecos: if pw.pw_gecos.is_null() { Default::default() } else { CString::new(CStr::from_ptr(pw.pw_gecos).to_bytes()).unwrap() }, in from()
3071 pw_gecos: u.gecos.into_raw(), in from()

Completed in 9 milliseconds