Home | History | Annotate | Download | only in pending

Lines Matching refs:pw_name

212         printf("%-10d %-10.10s", shmid, pw->pw_name);
222 printf("%-10d %-10.10s", shmid, pw->pw_name);
227 if ((pw = getpwuid(buf.shm_perm.cuid))) printf(" %-10s", pw->pw_name);
231 if ((pw = getpwuid(buf.shm_perm.uid))) printf(" %-10s", pw->pw_name);
238 printf("%-10d %-10.10s", shmid, pw->pw_name);
310 if (pw) printf("%-8d %-10.10s", semid, pw->pw_name);
319 if ((pw = getpwuid(buf.sem_perm.cuid))) printf(" %-10s", pw->pw_name);
323 if ((pw = getpwuid(buf.sem_perm.uid))) printf(" %-10s", pw->pw_name);
329 if (pw) printf("%-10d %-10.9s", semid, pw->pw_name);
390 if (pw) printf("%-8d %-10.10s", msqid, pw->pw_name);
399 if (pw) printf("%-8d %-10.10s", msqid, pw->pw_name);
404 if ((pw = getpwuid(buf.msg_perm.cuid))) printf(" %-10s", pw->pw_name);
408 if ((pw = getpwuid(buf.msg_perm.uid))) printf(" %-10s", pw->pw_name);
414 if (pw) printf("%-10d %-10.10s", msqid, pw->pw_name);