Lines Matching refs:pw_fields
916 pwd->pw_fields &= ~_PWF_SOURCE; in files_passwd()
917 pwd->pw_fields |= _PWF_FILES; in files_passwd()
986 SCALAR(pwd->pw_fields); in pwdb_parse_entry_v3()
1058 SCALAR(pwd->pw_fields); in pwdb_parse_entry_v4()
1183 pwd->pw_fields &= ~_PWF_SOURCE; in dns_passwd()
1184 pwd->pw_fields |= _PWF_HESIOD; in dns_passwd()
1404 pwd->pw_fields &= ~_PWF_SOURCE; in nis_passwd()
1405 pwd->pw_fields |= _PWF_NIS; in nis_passwd()
1439 if ((src->pw_fields & _PWF_PASSWD) && in compat_set_template()
1443 if (src->pw_fields & _PWF_UID) in compat_set_template()
1445 if (src->pw_fields & _PWF_GID) in compat_set_template()
1447 if ((src->pw_fields & _PWF_GECOS) && in compat_set_template()
1450 if ((src->pw_fields & _PWF_DIR) && in compat_set_template()
1453 if ((src->pw_fields & _PWF_SHELL) && in compat_set_template()
1456 template->pw_fields = src->pw_fields; in compat_set_template()
1475 if (template->pw_fields == 0) /* nothing to fill-in */ in compat_use_template()
1509 q = (template->pw_fields & flag) ? template->field : hold.field; \ in compat_use_template()
1533 if (template->pw_fields & flag) \ in compat_use_template()
1941 pwd->pw_fields &= ~_PWF_SOURCE; in compat_passwd()
1942 pwd->pw_fields |= _PWF_FILES; in compat_passwd()