Searched refs:gecos (Results 1 - 5 of 5) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | useradd.c | 34 char *gecos; 66 pwd.pw_gecos = TT.gecos ? TT.gecos : "Linux User,"; in useradd_main()
|
/third_party/musl/src/passwd/ |
H A D | getpw_r.c | 24 FIX(gecos); in getpw_r()
|
/third_party/python/Lib/test/ |
H A D | test_pwd.py | 68 for (n, p, u, g, gecos, d, s) in pwd.getpwall():
|
/third_party/toybox/generated/ |
H A D | globals.h | 1127 char *gecos; member
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 2979 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