/external/openssh/ |
D | uidswap.c | 93 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 98 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 106 fatal("initgroups: %s: %.100s", pw->pw_name, in temporarily_use_uid() 111 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 116 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 123 fatal("setgroups: %.100s", strerror(errno)); in temporarily_use_uid() 133 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, in temporarily_use_uid() 136 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, in temporarily_use_uid() 149 fatal("setresuid %u: %.100s", (u_int)uid, strerror(errno)); in permanently_drop_suid() 155 fatal("%s: was able to restore old [e]uid", __func__); in permanently_drop_suid() [all …]
|
D | ssh-keysign.c | 84 fatal("%s: sshbuf_from failed", __func__); in valid_request() 88 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 93 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 99 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 103 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 110 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 118 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 133 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 145 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 197 fatal("getpwuid failed"); in main() [all …]
|
D | ssh-keygen.c | 216 fatal("DSA keys must be 1024 bits"); in type_bits_valid() 218 fatal("Key must at least be 768 bits"); in type_bits_valid() 220 fatal("Invalid ECDSA key length - valid lengths are " in type_bits_valid() 284 fatal("Load key \"%s\": %s", filename, ssh_err(r)); in load_identity() 293 fatal("Load key \"%s\": %s", filename, ssh_err(r)); in load_identity() 341 fatal("PEM_write_RSA_PUBKEY failed"); in do_convert_to_pkcs8() 345 fatal("PEM_write_DSA_PUBKEY failed"); in do_convert_to_pkcs8() 350 fatal("PEM_write_EC_PUBKEY failed"); in do_convert_to_pkcs8() 354 fatal("%s: unsupported key type %s", __func__, sshkey_type(k)); in do_convert_to_pkcs8() 366 fatal("PEM_write_RSAPublicKey failed"); in do_convert_to_pem() [all …]
|
D | opacket.c | 19 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_start() 29 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_char() 38 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int() 47 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int64() 56 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_string() 65 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_cstring() 74 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_raw() 84 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum() 95 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum2() 106 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_ecpoint() [all …]
|
D | sftp-client.c | 108 fatal("Outbound message too long %zu", sshbuf_len(m)); in send_msg() 120 fatal("Couldn't send packet: %s", strerror(errno)); in send_msg() 133 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg() 137 fatal("Connection closed"); in get_msg() 139 fatal("Couldn't read packet: %s", strerror(errno)); in get_msg() 143 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg() 145 fatal("Received message too long %u", msg_len); in get_msg() 148 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg() 153 fatal("Connection closed"); in get_msg() 155 fatal("Read packet: %s", strerror(errno)); in get_msg() [all …]
|
D | xmalloc.c | 35 fatal("xmalloc: zero size"); in xmalloc() 38 fatal("xmalloc: out of memory (allocating %zu bytes)", size); in xmalloc() 48 fatal("xcalloc: zero size"); in xcalloc() 50 fatal("xcalloc: nmemb * size > SIZE_MAX"); in xcalloc() 53 fatal("xcalloc: out of memory (allocating %zu bytes)", in xcalloc() 65 fatal("xrealloc: zero size"); in xrealloc() 67 fatal("xrealloc: nmemb * size > SIZE_MAX"); in xrealloc() 73 fatal("xrealloc: out of memory (new_size %zu bytes)", in xrealloc() 101 fatal("xasprintf: could not allocate memory"); in xasprintf()
|
D | bufaux.c | 46 fatal("%s: buffer error", __func__); in buffer_get_short() 69 fatal("%s: buffer error", __func__); in buffer_get_int() 92 fatal("%s: buffer error", __func__); in buffer_get_int64() 103 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_short() 112 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int() 121 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int64() 146 fatal("%s: buffer error", __func__); in buffer_get_string() 172 fatal("%s: buffer error", __func__); in buffer_get_cstring() 198 fatal("%s: buffer error", __func__); in buffer_get_string_ptr() 208 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_string() [all …]
|
D | sandbox-capsicum.c | 76 fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s", in ssh_sandbox_child() 80 fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s", in ssh_sandbox_child() 84 fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s", in ssh_sandbox_child() 90 fatal("can't limit stdin: %m"); in ssh_sandbox_child() 92 fatal("can't limit stdout: %m"); in ssh_sandbox_child() 94 fatal("can't limit stderr: %m"); in ssh_sandbox_child() 99 fatal("%s: failed to limit the network socket", __func__); in ssh_sandbox_child() 103 fatal("%s: failed to limit the logging socket", __func__); in ssh_sandbox_child() 105 fatal("%s: failed to enter capability mode", __func__); in ssh_sandbox_child()
|
D | buffer.c | 35 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_append() 45 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_append_space() 58 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_check_alloc() 77 fatal("%s: buffer error", __func__); in buffer_get() 89 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_consume_ret() 96 fatal("%s: buffer error", __func__); in buffer_consume() 108 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_consume_end_ret() 115 fatal("%s: buffer error", __func__); in buffer_consume_end()
|
D | sandbox-systrace.c | 111 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid()); in ssh_sandbox_child() 131 fatal("%s: child terminated with signal %d", in ssh_sandbox_parent() 134 fatal("%s: child exited with status %d", in ssh_sandbox_parent() 136 fatal("%s: child not stopped", __func__); in ssh_sandbox_parent() 143 fatal("%s: open(\"/dev/systrace\"): %s", __func__, in ssh_sandbox_parent() 146 fatal("%s: ioctl(STRIOCCLONE, %d): %s", __func__, in ssh_sandbox_parent() 151 fatal("%s: ioctl(%d, STRIOCATTACH, %d): %s", __func__, in ssh_sandbox_parent() 159 fatal("%s: ioctl(%d, STRIOCPOLICY (new)): %s", __func__, in ssh_sandbox_parent() 165 fatal("%s: ioctl(%d, STRIOCPOLICY (assign)): %s", in ssh_sandbox_parent() 184 fatal("%s: ioctl(%d, STRIOCPOLICY (modify)): %s", in ssh_sandbox_parent() [all …]
|
D | servconf.c | 587 fatal("%s: getcwd: %s", __func__, strerror(errno)); in derelativise_path() 622 fatal("bad addr or host: %s (%s)", in add_one_listen_addr() 925 fatal("%s line %d: Directive '%s' is not allowed " in process_server_config_line() 948 fatal("%s line %d: ports must be specified before " in process_server_config_line() 951 fatal("%s line %d: too many ports.", in process_server_config_line() 955 fatal("%s line %d: missing port number.", in process_server_config_line() 959 fatal("%s line %d: Badly formatted port number.", in process_server_config_line() 968 fatal("%s line %d: missing integer value.", in process_server_config_line() 980 fatal("%s line %d: missing time value.", in process_server_config_line() 983 fatal("%s line %d: invalid time value.", in process_server_config_line() [all …]
|
D | ssh-agent.c | 180 fatal("internal error, bad protocol version %d", version); in idtab_lookup() 232 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_status() 245 fatal("%s: sshbuf_new failed", __func__); in process_request_identities() 250 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_request_identities() 260 fatal("%s: buffer error: %s", in process_request_identities() 273 fatal("%s: buffer error: %s", in process_request_identities() 278 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_request_identities() 281 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in process_request_identities() 300 fatal("%s: sshbuf_new failed", __func__); in process_authentication_challenge1() 302 fatal("%s: sshkey_new failed", __func__); in process_authentication_challenge1() [all …]
|
D | readconf.c | 296 fatal("Privileged ports can only be forwarded by root."); in add_local_forward() 374 fatal("Too many identity files specified (max %d)", in add_identity_file() 433 fatal("open(/dev/null): %s", strerror(errno)); in execute_in_shell() 446 fatal("dup2: %s", strerror(errno)); in execute_in_shell() 448 fatal("dup2: %s", strerror(errno)); in execute_in_shell() 467 fatal("%s: fork: %.100s", __func__, strerror(errno)); in execute_in_shell() 474 fatal("%s: waitpid: %s", __func__, strerror(errno)); in execute_in_shell() 571 fatal("gethostname: %s", strerror(errno)); in match_cfg_line() 595 fatal("%.200s line %d: match exec " in match_cfg_line() 636 fatal("%s line %d: empty hostname suffix", filename, linenum); in valid_domain() [all …]
|
D | sftp-server.c | 493 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_msg() 526 fatal("%s: sshbuf_new failed", __func__); in send_status() 530 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_status() 535 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_status() 547 fatal("%s: sshbuf_new failed", __func__); in send_data_or_handle() 551 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_data_or_handle() 582 fatal("%s: sshbuf_new failed", __func__); in send_names() 586 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_names() 592 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in send_names() 606 fatal("%s: sshbuf_new failed", __func__); in send_attrib() [all …]
|
D | monitor_mm.c | 79 fatal("mm_make_entry(%p): double address %p->%p(%zu)", in RB_GENERATE() 107 fatal("mmap(%zu): %s", size, strerror(errno)); in mm_create() 147 fatal("munmap(%p, %zu): %s", mm->address, mm->size, in mm_destroy() 150 fatal("%s: UsePrivilegeSeparation=yes and Compression=yes not supported", in mm_destroy() 166 fatal("%s: mm_malloc(%zu)", __func__, size); in mm_xmalloc() 180 fatal("mm_malloc: try to allocate 0 space"); in mm_malloc() 182 fatal("mm_malloc: size too big"); in mm_malloc() 224 fatal("mm_free(%p): can not find %p", mm, address); in mm_free() 232 fatal("mm_free(%p): double address %p", mm, address); in mm_free() 254 fatal("mm_free: memory corruption: %p(%zu) > %p", in mm_free() [all …]
|
D | mux.c | 199 fatal("%s: channel_by_id(%i) == NULL", __func__, cid); in mux_master_session_cleanup_cb() 202 fatal("%s: channel %d missing control channel %d", in mux_master_session_cleanup_cb() 220 fatal("%s: channel_by_id(%i) == NULL", __func__, cid); in mux_master_control_cleanup_cb() 223 fatal("%s: channel %d missing session channel %d", in mux_master_control_cleanup_cb() 272 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self); in process_mux_master_hello() 547 fatal("%s: unknown forward type %u", __func__, ftype); in format_forward() 641 fatal("%s: mux_pause %d", __func__, c->mux_pause); in mux_confirm_remote_forward() 1029 fatal("%s: cctx == NULL", __func__); in mux_stdio_confirm() 1031 fatal("%s: no channel for id %d", __func__, id); in mux_stdio_confirm() 1033 fatal("%s: channel %d lacks control channel %d", __func__, in mux_stdio_confirm() [all …]
|
D | monitor.c | 372 fatal("AuthenticationMethods is not supported" in monitor_child_preauth() 386 fatal("%s: unexpected authentication from %d", in monitor_child_preauth() 413 fatal("%s: authenticated invalid user", __func__); in monitor_child_preauth() 415 fatal("%s: authentication method name unknown", __func__); in monitor_child_preauth() 494 fatal("%s: mm_zalloc(%u, %u)", __func__, ncount, size); in mm_zalloc() 527 fatal("%s: log fd read: %s", __func__, strerror(errno)); in monitor_read_log() 531 fatal("%s: invalid log message length %u", __func__, len); in monitor_read_log() 538 fatal("%s: log fd read: %s", __func__, strerror(errno)); in monitor_read_log() 544 fatal("%s: invalid log level %u (corrupted message?)", in monitor_read_log() 572 fatal("%s: poll: %s", __func__, strerror(errno)); in monitor_read() [all …]
|
/external/valgrind/none/tests/ |
D | async-sigs.stderr.exp-mips32 | 1 testing: blocking=0 caught=11 fatal=10... PASSED 2 testing: blocking=0 caught=11 fatal=1... PASSED 3 testing: blocking=0 caught=16 fatal=10... PASSED 4 testing: blocking=0 caught=16 fatal=1... PASSED 5 testing: blocking=1 caught=11 fatal=10... PASSED 6 testing: blocking=1 caught=11 fatal=1... PASSED 7 testing: blocking=1 caught=16 fatal=10... PASSED 8 testing: blocking=1 caught=16 fatal=1... PASSED
|
/external/protobuf/gtest/test/ |
D | gtest_output_test_golden_lin.txt | 317 Expected: 1 non-fatal failure 323 Expected: 1 non-fatal failure 325 gtest_output_test_.cc:#: Non-fatal failure: 327 Expected non-fatal failure 1. 329 gtest_output_test_.cc:#: Non-fatal failure: 331 Expected non-fatal failure 2. 337 Expected: 1 non-fatal failure 341 Expected fatal failure. 347 Expected: 1 non-fatal failure 353 Expected: 1 non-fatal failure [all …]
|
D | gtest_output_test_golden_win.txt | 285 gtest.cc:#: error: Expected: 1 non-fatal failure 290 gtest.cc:#: error: Expected: 1 non-fatal failure 292 gtest_output_test_.cc:#: Non-fatal failure: 294 Expected non-fatal failure 1. 296 gtest_output_test_.cc:#: Non-fatal failure: 298 Expected non-fatal failure 2. 303 gtest.cc:#: error: Expected: 1 non-fatal failure 307 Expected fatal failure. 312 gtest.cc:#: error: Expected: 1 non-fatal failure 317 gtest.cc:#: error: Expected: 1 non-fatal failure [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test_golden_lin.txt | 323 Expected: 1 non-fatal failure 329 Expected: 1 non-fatal failure 331 gtest_output_test_.cc:#: Non-fatal failure: 333 Expected non-fatal failure 1. 335 gtest_output_test_.cc:#: Non-fatal failure: 337 Expected non-fatal failure 2. 343 Expected: 1 non-fatal failure 347 Expected fatal failure. 353 Expected: 1 non-fatal failure 359 Expected: 1 non-fatal failure [all …]
|
/external/gtest/test/ |
D | gtest_output_test_golden_lin.txt | 336 Expected: 1 non-fatal failure 342 Expected: 1 non-fatal failure 344 gtest_output_test_.cc:#: Non-fatal failure: 346 Expected non-fatal failure 1. 348 gtest_output_test_.cc:#: Non-fatal failure: 350 Expected non-fatal failure 2. 356 Expected: 1 non-fatal failure 360 Expected fatal failure. 366 Expected: 1 non-fatal failure 372 Expected: 1 non-fatal failure [all …]
|
/external/libnl/src/cls/ |
D | utils.c | 19 fatal(ENOMEM, "Unable to allocate classifier object"); in nlt_alloc_cls() 29 fatal(ENOENT, "Link \"%s\" does not exist", arg); in parse_dev() 46 fatal(err, "Unable to parse handle \"%s\": %s", in parse_parent() 58 fatal(err, "Unable to parse handle \"%s\": %s", in parse_handle() 68 fatal(proto, "Unable to parse protocol \"%s\": %s", in parse_proto() 92 fatal(ENOENT, "Could not locate classifier module \"%s\"", in register_cls_module() 96 fatal(EEXIST, "Duplicate classifier module registration."); in register_cls_module()
|
/external/e2fsprogs/e2fsck/ |
D | badblocks.c | 46 goto fatal; in read_bad_blocks_file() 58 goto fatal; in read_bad_blocks_file() 72 goto fatal; in read_bad_blocks_file() 83 goto fatal; in read_bad_blocks_file() 94 goto fatal; in read_bad_blocks_file() 105 goto fatal; in read_bad_blocks_file() 111 fatal: in read_bad_blocks_file()
|
/external/libnl/tests/ |
D | test-cache-mngr.c | 41 fatal(err, "Unable to allocate cache manager: %s", in main() 45 fatal(err, "Unable to add cache route/link: %s", in main() 49 fatal(err, "Unable to add cache route/neigh: %s", in main() 53 fatal(err, "Unable to add cache route/addr: %s", in main() 57 fatal(err, "Unable to add cache route/route: %s", in main() 63 fatal(err, "Polling failed: %s", nl_geterror(err)); in main()
|