Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c66 panic(const char *str, ...) in panic() function
163 panic(_("couldn't open file %s: %s"), name, strerror(errno));
186 panic(_("couldn't attach to %s: %s"), name, strerror(errno));
227 panic(_("couldn't open temporary file %s: %s"), template, strerror(errno));
245 panic(ngettext("couldn't write %d item to %s: %s",
260 panic(_("read error on %s: %s"), utils_fp_name(stream), strerror(errno));
276 panic (_("read error on %s: %s"), utils_fp_name(stream), strerror(errno));
288 panic("couldn't flush %s: %s", utils_fp_name(stream), strerror(errno));
337 panic("couldn't close %s: %s", utils_fp_name(fp), strerror(errno));
378 panic (_("couldn't follow symlink %s: %s"), buf, strerror(errno)); in follow_symlink()
[all …]
Dexecute.c740 panic(_("couldn't edit %s: is a terminal"), input->in_file_name);
745 panic(_("couldn't edit %s: not a regular file"), input->in_file_name);
783 panic(_("couldn't open temporary file %s: %s"), input->out_file_name, strerror(errno));
976 panic("INTERNAL ERROR: bad address type");
1317 panic(_("error in subprocess"));
1319 panic(_("option `e' not supported"));
1497 panic(_("error in subprocess"));
1499 panic(_("`e' command not supported"));
1758 panic("INTERNAL ERROR: Bad cmd %c", cur_cmd->cmd);
1843 panic(_("no input files"));
Dutils.h23 void panic P_((const char *str, ...));
Dcompile.c257 panic("Called savchar() with unexpected pushback (%x)",
1665 panic(_("can't find label for jump to `%s'"), go->name);
/ndk/build/tools/
Dbuild-mingw64-toolchain.sh28 panic () function
37 panic "$@"
259 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";;
289 *) panic "Unsupported host operating system!"
307 panic "Unknown archive type: $PKG_NAME"
329 panic "Unknown archive type: $PKG_NAME"
Dgen-toolchain-wrapper.sh98 panic "Empty program list, nothing to do!"
103 panic "Please provide a destination directory as a parameter! See --help for details."
/ndk/build/core/
Dndk-common.sh152 panic () function
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog299 * sed/utils.c (panic): Remove declaration of unused local, "fd".
619 (panic): Unlink temporary files before exiting.
2666 STDC and traditional C approaches to panic().
3070 * sed.c Change panic to compile with other __STDC__ compilers.
3081 (main) Don't panic if it a branch command doesn't have
3101 * sed.c: Remove excess newlines from calls to panic.
3106 (panic) [__STDC__]: Add missing ", ...".