Home
last modified time | relevance | path

Searched refs:passwd (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DConsole.java312 char[] passwd = null; in readPassword() local
326 passwd = readline(true); in readPassword()
345 return passwd; in readPassword()
/libcore/ojluni/src/test/java/net/Socks/
DSocksServer.java500 public void addUser(String user, String passwd) { in addUser() argument
501 users.put(user, passwd); in addUser()
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt114 # Uncomment this if you want a guest account, you must add this to /etc/passwd
218 # UNIX password as well. You will also need the "passwd chat" parameters
223 ; passwd chat = <custom chat string>
299 # Define a home directory to be given to passwd(5) style entries
/libcore/ojluni/src/main/native/
DUnixNativeDispatcher.c1048 struct passwd pwent; in Java_sun_nio_fs_UnixNativeDispatcher_getpwuid()
1049 struct passwd* p = NULL; in Java_sun_nio_fs_UnixNativeDispatcher_getpwuid()
1151 struct passwd pwent; in Java_sun_nio_fs_UnixNativeDispatcher_getpwnam0()
1152 struct passwd* p = NULL; in Java_sun_nio_fs_UnixNativeDispatcher_getpwnam0()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp457 static jobject makeStructPasswd(JNIEnv* env, const struct passwd& pw) { in makeStructPasswd()
857 struct passwd* get() { in get()
874 struct passwd mPwd;
875 struct passwd* mResult;