Searched refs:gecos (Results 1 – 8 of 8) sorted by relevance
/third_party/toybox/tests/ |
D | useradd.test | 61 gecos="aaa,bbb,ccc,ddd,eee" 62 testing "gecos" "useradd -g '$gecos' $user $arg || 63 grep '^$user:.*$gecos' /etc/passwd $arg && [ -d /home/$user ] &&
|
/third_party/toybox/toys/pending/ |
D | useradd.c | 34 char *gecos; 66 pwd.pw_gecos = TT.gecos ? TT.gecos : "Linux User,";
|
/third_party/musl/src/passwd/ |
D | getpw_r.c | 24 FIX(gecos); in getpw_r()
|
/third_party/libcoap/build-env/ |
D | Dockerfile.develop | 31 RUN adduser --disabled-password --gecos '' $user
|
/third_party/python/Lib/test/ |
D | test_pwd.py | 66 for (n, p, u, g, gecos, d, s) in pwd.getpwall():
|
/third_party/toybox/generated/ |
D | globals.h | 1003 char *gecos; member
|
/third_party/rust/crates/nix/src/ |
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_ge… 3071 pw_gecos: u.gecos.into_raw(),
|
/third_party/rust/crates/nix/ |
D | CHANGELOG.md | 342 - `User::gecos` and corresponding `libc::passwd::pw_gecos` are supported on
|