Searched defs:pw_name (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/include/nonunix/
H A Dpwd.h12 char *pw_name; member in struct:passwd
/external/openssh/
H A Dplatform.c182 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) argument
195 return aix_krb5_get_principal_name(pw_name);
/external/openssh/openbsd-compat/
H A Dport-aix.c80 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) argument
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, authdomai
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h332 char *pw_name; member in struct:__sanitizer::__sanitizer_passwd
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1938 milliseconds