HomeSort by relevance Sort by last modified time
    Searched refs:pw_name (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /libcore/luni/src/main/java/android/system/
StructPasswd.java 28 public final String pw_name; field in class:StructPasswd
37 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) {
38 this.pw_name = pw_name;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yppasswd.x 49 string pw_name<>; /* username */
yppasswd.h 18 char *pw_name; member in struct:passwd
  /external/e2fsprogs/include/mingw/
pwd.h 10 char *pw_name; member in struct:passwd
  /external/e2fsprogs/include/nonunix/
pwd.h 12 char *pw_name; member in struct:passwd
  /external/toybox/toys/pending/
useradd.c 64 pwd.pw_name = s;
97 if (getgrnam(pwd.pw_name)) error_exit("group '%s' in use", pwd.pw_name);
119 entry = xmprintf("%s:%s:%ld:%ld:%s:%s:%s", pwd.pw_name, pwd.pw_passwd,
122 if (update_password("/etc/passwd", pwd.pw_name, entry)) error_exit("updating passwd file failed");
126 entry = xmprintf("%s:!!:%u::::::", pwd.pw_name,
128 else entry = xmprintf("%s:!!:%u:0:99999:7:::", pwd.pw_name,
130 update_password("/etc/shadow", pwd.pw_name, entry);
151 if (xrun((char *[]){"passwd", pwd.pw_name, 0})) error_exit("passwd");
ipcs.c 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);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
15-1.c 37 if (strcmp(pw->pw_name, "root"))
61 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
15-1.c 37 if (strcmp(pw->pw_name, "root"))
61 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
7-1.c 31 if (strcmp(pw->pw_name, "root"))
50 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
26-1.c 30 if (strcmp(pw->pw_name, "root"))
49 pw->pw_name, (int)geteuid());
23-6.c 32 if (strcmp(pw->pw_name, "root"))
51 pw->pw_name, (int)geteuid(), (int)getuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
20-1.c 37 if (strcmp(pw->pw_name, "root"))
56 pw->pw_name, (int)geteuid(), (int)getuid());
17-6.c 38 if (strcmp(pw->pw_name, "root"))
57 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
32-1.c 38 if (strcmp(pw->pw_name, "root"))
57 pw->pw_name, (int)geteuid());
34-1.c 38 if (strcmp(pw->pw_name, "root"))
57 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
12-1.c 35 if (strcmp(pw->pw_name, "root"))
54 pw->pw_name, (int)geteuid(), (int)getuid());
3-1.c 38 if (strcmp(pw->pw_name, "root"))
57 pw->pw_name, (int)getuid(), (int)geteuid());
  /frameworks/av/media/libmediaextractor/
MediaExtractor.cpp 32 ALOGV("extractor created in uid: %d (%s)", getuid(), pw->pw_name);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
12-1.c 40 if (strcmp(pw->pw_name, "root"))
71 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/
12-1.c 41 if (strcmp(pw->pw_name, "root"))
72 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
3-1.c 38 if (strcmp(pw->pw_name, "root"))
57 pw->pw_name, (int)geteuid());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
8-1.c 64 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid())
82 printf("Testing with user '%s' (uid: %i)\n", pw->pw_name, pw->pw_uid);
9-1.c 50 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid())
68 printf("Testing with user '%s' (uid: %i)\n", pw->pw_name, pw->pw_uid);
  /external/selinux/libselinux/utils/
togglesebool.c 83 if (pwd && pwd->pw_name)
86 argv[i], pwd->pw_name);

Completed in 746 milliseconds

1 2 3 4 5