Lines Matching refs:pwd
139 struct passwd *pwd; in owner_mt_parse_v0() local
146 if ((pwd = getpwnam(cb->arg)) != NULL) in owner_mt_parse_v0()
147 id = pwd->pw_uid; in owner_mt_parse_v0()
186 struct passwd *pwd; in owner_mt6_parse_v0() local
193 if ((pwd = getpwnam(cb->arg)) != NULL) in owner_mt6_parse_v0()
194 id = pwd->pw_uid; in owner_mt6_parse_v0()
244 struct passwd *pwd; in owner_mt_parse() local
251 if ((pwd = getpwnam(cb->arg)) != NULL) in owner_mt_parse()
252 from = to = pwd->pw_uid; in owner_mt_parse()
301 struct passwd *pwd = getpwuid(info->uid); in owner_mt_print_item_v0() local
303 if (pwd != NULL && pwd->pw_name != NULL) { in owner_mt_print_item_v0()
304 printf(" %s", pwd->pw_name); in owner_mt_print_item_v0()
350 struct passwd *pwd = getpwuid(info->uid); in owner_mt6_print_item_v0() local
352 if (pwd != NULL && pwd->pw_name != NULL) { in owner_mt6_print_item_v0()
353 printf(" %s", pwd->pw_name); in owner_mt6_print_item_v0()
399 const struct passwd *pwd = getpwuid(info->uid_min); in owner_mt_print_item() local
401 if (pwd != NULL && pwd->pw_name != NULL) { in owner_mt_print_item()
402 printf(" %s", pwd->pw_name); in owner_mt_print_item()