Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 25 of 89) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java56 public DefaultErrorHandler(PrintWriter pw) in DefaultErrorHandler()
64 public DefaultErrorHandler(PrintStream pw) in DefaultErrorHandler()
119 PrintWriter pw = getErrorWriter(); in warning() local
200 PrintWriter pw = getErrorWriter(); in warning() local
236 PrintWriter pw = getErrorWriter(); in error() local
271 PrintWriter pw = getErrorWriter(); in fatalError() local
310 public static void printLocation(PrintStream pw, TransformerException exception) in printLocation()
315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation()
320 public static void printLocation(PrintWriter pw, Throwable exception) in printLocation()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DPipedReaderTest.java29 public PipedWriter pw; field in PipedReaderTest.PWriter
202 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority() local
213 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority2() local
224 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority3() local
235 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority4() local
246 PipedWriter pw = new PipedWriter(); in test_read_$CII_IOException() local
DPipedWriterTest.java31 public PReader(PipedWriter pw) { in PReader()
65 PipedWriter pw; field in PipedWriterTest
318 final PipedWriter pw = new PipedWriter(); in test_write_I_MultiThread() local
377 final PipedWriter pw = new PipedWriter(); in test_write_$CII_MultiThread() local
/external/openssh/
Dauth.c95 allowed_user(struct passwd * pw) in allowed_user()
335 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys()
358 authorized_principals_file(struct passwd *pw) in authorized_principals_file()
367 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, in check_key_in_hostfiles()
425 secure_filename(FILE *f, const char *file, struct passwd *pw, in secure_filename()
490 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile()
533 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile()
539 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals()
554 struct passwd *pw; in getpwnamallow() local
Dauth-rh-rsa.c42 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, in auth_rhosts_rsa_key_allowed()
69 struct passwd *pw = authctxt->pw; in auth_rhosts_rsa() local
Dauth-passwd.c83 struct passwd * pw = authctxt->pw; in auth_password() local
169 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
194 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
Dauth-rhosts.c187 auth_rhosts(struct passwd *pw, const char *client_user) in auth_rhosts()
197 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2_raw()
317 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2()
Dplatform.c93 platform_setusercontext(struct passwd *pw) in platform_setusercontext()
137 platform_setusercontext_post_groups(struct passwd *pw) in platform_setusercontext_post_groups()
Dauth2-pubkey.c201 match_principals_file(char *file, struct passwd *pw, struct KeyCert *cert) in match_principals_file()
259 user_key_allowed2(struct passwd *pw, Key *key, char *file) in user_key_allowed2()
382 user_cert_trusted_ca(struct passwd *pw, Key *key) in user_cert_trusted_ca()
437 user_key_allowed(struct passwd *pw, Key *key) in user_key_allowed()
Duidswap.c65 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid()
217 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
Dauth-rsa.c164 rsa_key_allowed_in_file(struct passwd *pw, char *file, in rsa_key_allowed_in_file()
271 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed()
300 struct passwd *pw = authctxt->pw; in auth_rsa() local
Dssh-keygen.c192 ask_filename(struct passwd *pw, const char *prompt) in ask_filename()
262 do_convert_to_ssh2(struct passwd *pw, Key *k) in do_convert_to_ssh2()
333 do_convert_to(struct passwd *pw) in do_convert_to()
507 do_convert_from_ssh2(struct passwd *pw, Key **k, int *private) in do_convert_from_ssh2()
634 do_convert_from(struct passwd *pw) in do_convert_from()
694 do_print_public(struct passwd *pw) in do_print_public()
718 do_download(struct passwd *pw) in do_download()
742 do_fingerprint(struct passwd *pw) in do_fingerprint()
850 do_gen_all_hostkeys(struct passwd *pw) in do_gen_all_hostkeys()
970 do_known_hosts(struct passwd *pw, const char *name) in do_known_hosts()
[all …]
Dssh-keysign.c62 valid_request(struct passwd *pw, char *host, Key **ret, u_char *data, in valid_request()
155 struct passwd *pw; in main() local
Dauth-options.c95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) in auth_parse_options()
423 parse_option_list(u_char *optblob, size_t optblob_len, struct passwd *pw, in parse_option_list()
593 auth_cert_options(Key *k, struct passwd *pw) in auth_cert_options()
Dauth-sia.c83 session_setup_sia(struct passwd *pw, char *tty) in session_setup_sia()
Dsession.c168 auth_sock_cleanup_proc(struct passwd *pw) in auth_sock_cleanup_proc()
180 auth_input_request_forwarding(struct passwd * pw) in auth_input_request_forwarding()
849 struct passwd * pw = s->pw; in do_login() local
926 struct passwd *pw = s->pw; in check_quietlogin() local
1128 struct passwd *pw = s->pw; in do_setup_env() local
1386 do_nologin(struct passwd *pw) in do_nologin()
1474 do_setusercontext(struct passwd *pw) in do_setusercontext()
1559 launch_login(struct passwd *pw, const char *hostname) in launch_login()
1623 struct passwd *pw = s->pw; in do_child() local
Dmd5crypt.c51 md5_crypt(const char *pw, const char *salt) in md5_crypt()
Dauth2-hostbased.c141 hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, in hostbased_key_allowed()
/external/openssh/openbsd-compat/
Dport-uw.c55 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
132 get_iaf_password(struct passwd *pw) in get_iaf_password()
Dport-irix.c47 irix_setusercontext(struct passwd *pw) in irix_setusercontext()
Dxcrypt.c90 shadow_pw(struct passwd *pw) in shadow_pw()
Dport-solaris.c210 solaris_set_default_project(struct passwd *pw) in solaris_set_default_project()
/external/emma/core/java12/com/vladium/util/exception/
DIThrowableWrapper.java45 void __printStackTrace (PrintWriter pw); in __printStackTrace()
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DJmeFormatter.java83 PrintWriter pw = new PrintWriter(sw); in format() local
/external/dbus/bus/
Dactivation-helper.c188 struct passwd *pw; in check_permissions() local
313 struct passwd *pw; in switch_user() local

1234