Searched defs:found_uid (Results 1 - 1 of 1) sorted by relevance

/systemd/src/sysusers/
H A Dsysusers.c825 bool found_uid = false, found_gid = false; local
843 found_uid = true;
853 if (_uid && !found_uid && i->gid_path) {
857 found_uid = true;
860 found_uid = true;
865 if (!found_uid)

Completed in 24 milliseconds