Lines Matching refs:synthesize_nobody
39 bool synthesize_nobody:1; member
118 .synthesize_nobody = !FLAGS_SET(flags, USERDB_DONT_SYNTHESIZE), in userdb_iterator_new()
225 iterator->synthesize_nobody = false; in userdb_on_query_reply()
280 iterator->synthesize_nobody = false; in userdb_on_query_reply()
666 if (streq(name, NOBODY_USER_NAME) && synthesize_nobody()) in userdb_by_name()
717 if (uid == UID_NOBODY && synthesize_nobody()) in userdb_by_uid()
787 iterator->synthesize_nobody = false; in userdb_iterator_get()
863 if (iterator->synthesize_nobody) { in userdb_iterator_get()
864 iterator->synthesize_nobody = false; in userdb_iterator_get()
937 if (streq(name, NOBODY_GROUP_NAME) && synthesize_nobody()) in groupdb_by_name()
987 if (gid == GID_NOBODY && synthesize_nobody()) in groupdb_by_gid()
1054 iterator->synthesize_nobody = false; in groupdb_iterator_get()
1123 if (iterator->synthesize_nobody) { in groupdb_iterator_get()
1124 iterator->synthesize_nobody = false; in groupdb_iterator_get()