Home
last modified time | relevance | path

Searched refs:gecos (Results 1 – 8 of 8) sorted by relevance

/third_party/toybox/tests/
Duseradd.test61 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/
Duseradd.c34 char *gecos;
66 pwd.pw_gecos = TT.gecos ? TT.gecos : "Linux User,";
/third_party/musl/src/passwd/
Dgetpw_r.c24 FIX(gecos); in getpw_r()
/third_party/libcoap/build-env/
DDockerfile.develop31 RUN adduser --disabled-password --gecos '' $user
/third_party/python/Lib/test/
Dtest_pwd.py66 for (n, p, u, g, gecos, d, s) in pwd.getpwall():
/third_party/toybox/generated/
Dglobals.h1003 char *gecos; member
/third_party/rust/crates/nix/src/
Dunistd.rs2979 pub gecos: CString,
3021gecos: 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/
DCHANGELOG.md342 - `User::gecos` and corresponding `libc::passwd::pw_gecos` are supported on