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

1 2 3 4 5 6 7 8 910

  /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;
  /external/openssh/openbsd-compat/
port-irix.c 59 jid = jlimit_startjob(pw->pw_name, pw->pw_uid, "interactive");
72 if ((projid = getdfltprojuser(pw->pw_name)) == -1) {
78 (int)projid, pw->pw_name, strerror(errno));
port-uw.c 75 if (!nischeck(pw->pw_name)) {
113 if (strcmp (ent->pw_name, namep) == 0) {
138 if (!ia_openinfo(pw->pw_name,&uinfo)) {
port-aix.c 80 len = sizeof("LOGNAME= NAME= ") + (2 * strlen(pw->pw_name));
83 i = snprintf(cp, len, "LOGNAME=%s%cNAME=%s%c", pw->pw_name, '\0',
84 pw->pw_name, '\0');
176 char *authmsg = NULL, *msg = NULL, *name = ctxt->pw->pw_name;
251 result = loginrestrictions(pw->pw_name, S_RLOGIN, NULL, &msg);
269 logit("Login restricted for %s: %.100s", pw->pw_name, msg);
381 aix_krb5_get_principal_name(char *pw_name)
386 if (getuserattr(pw_name, S_AUTHDOMAIN, &authdomain, SEC_CHAR) != 0)
388 if (getuserattr(pw_name, S_AUTHNAME, &authname, SEC_CHAR) != 0)
392 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, authdomain)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yppasswd.x 49 string pw_name<>; /* username */
yppasswd.h 18 char *pw_name; member in struct:passwd
  /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/openssh/
platform.c 182 if (setpcred(pw->pw_name, creds) == -1)
187 ssh_selinux_setup_exec_context(pw->pw_name);
192 platform_krb5_get_principal_name(const char *pw_name)
195 return aix_krb5_get_principal_name(pw_name);
auth-rhosts.c 239 client_user, pw->pw_name)) {
245 client_user, pw->pw_name)) {
258 "no home directory %.200s", pw->pw_name, pw->pw_dir);
260 "no home directory %.200s", pw->pw_name, pw->pw_dir);
267 "bad ownership or modes for home directory.", pw->pw_name);
269 "bad ownership or modes for home directory.", pw->pw_name);
294 pw->pw_name, buf);
309 client_user, pw->pw_name)) {
316 client_user, pw->pw_name);
auth-sia.c 90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name,
102 pw->pw_name, host);
106 pw->pw_name, host);
  /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");
  /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());
  /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());
  /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());
  /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());
  /bionic/libc/include/
pwd.h 69 char* pw_name; member in struct:passwd
  /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());

Completed in 1096 milliseconds

1 2 3 4 5 6 7 8 910