Home
last modified time | relevance | path

Searched refs:with_shadow (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Duser-record-nss.h17 int nss_user_record_by_name(const char *name, bool with_shadow, UserRecord **ret);
18 int nss_user_record_by_uid(uid_t uid, bool with_shadow, UserRecord **ret);
23 int nss_group_record_by_name(const char *name, bool with_shadow, GroupRecord **ret);
24 int nss_group_record_by_gid(gid_t gid, bool with_shadow, GroupRecord **ret);
Duser-record-nss.c208 bool with_shadow, in nss_user_record_by_name() argument
246 if (with_shadow) { in nss_user_record_by_name()
266 bool with_shadow, in nss_user_record_by_uid() argument
302 if (with_shadow) { in nss_user_record_by_uid()
423 bool with_shadow, in nss_group_record_by_name() argument
460 if (with_shadow) { in nss_group_record_by_name()
480 bool with_shadow, in nss_group_record_by_gid() argument
515 if (with_shadow) { in nss_group_record_by_gid()