Lines Matching defs:pw
1186 char *pw = NULL;
1190 "pw-supported", &pw);
1192 status = papiAttributeListGetString(attrs, &iter, NULL, &pw)) {
1193 if ((name == NULL) || (strcmp(name, pw) == 0)) {
1194 printf(gettext("charset %s is available\n"), pw);
1198 "pw-supported-extra", &info);
1423 struct passwd *pw = getpwuid(getuid());
1425 if (pw != NULL)
1426 users = strsplit(pw->pw_name, "");