Lines Matching refs:pwd
143 struct passwd *pwd; in owner_mt_parse_v0() local
150 if ((pwd = getpwnam(cb->arg)) != NULL) in owner_mt_parse_v0()
151 id = pwd->pw_uid; in owner_mt_parse_v0()
190 struct passwd *pwd; in owner_mt6_parse_v0() local
197 if ((pwd = getpwnam(cb->arg)) != NULL) in owner_mt6_parse_v0()
198 id = pwd->pw_uid; in owner_mt6_parse_v0()
248 struct passwd *pwd; in owner_mt_parse() local
255 if ((pwd = getpwnam(cb->arg)) != NULL) in owner_mt_parse()
256 from = to = pwd->pw_uid; in owner_mt_parse()
310 struct passwd *pwd = getpwuid(info->uid); in owner_mt_print_item_v0() local
312 if (pwd != NULL && pwd->pw_name != NULL) { in owner_mt_print_item_v0()
313 printf(" %s", pwd->pw_name); in owner_mt_print_item_v0()
359 struct passwd *pwd = getpwuid(info->uid); in owner_mt6_print_item_v0() local
361 if (pwd != NULL && pwd->pw_name != NULL) { in owner_mt6_print_item_v0()
362 printf(" %s", pwd->pw_name); in owner_mt6_print_item_v0()
408 const struct passwd *pwd = getpwuid(info->uid_min); in owner_mt_print_item() local
410 if (pwd != NULL && pwd->pw_name != NULL) { in owner_mt_print_item()
411 printf(" %s", pwd->pw_name); in owner_mt_print_item()