Searched refs:fatal (Results 1 - 25 of 51) sorted by relevance

123

/haiku-fatelf/src/bin/gawk/missing_d/
H A Dsystem.c19 extern void fatal();
25 fatal("system() not supported on this system");
/haiku-fatelf/src/libs/mapm/
H A Dmapmutl1.c46 void M_apm_log_error_msg(int fatal, char *message) argument
48 if (fatal)
/haiku-fatelf/src/tools/stubgen/
H A Dutil.h57 void fatal(int status, const char *format, ...);
H A Dutil.c95 void fatal(int status, const char *format, ...) function
H A Dmain.c197 fatal(1, "%s: cannot open %s\n", progname, outPath);
551 fatal(1, "%s: cannot write to %s\n", progname, logfilename_buffer);
603 fatal(err_flag, usage, progname);
605 fatal(0, "%s\n%s", copyright, version_info);
639 fatal(1, "%s: cannot open %s\n", progname, argv[optind]);
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dregcache.c53 fatal ("no register cache");
109 fatal ("Could not allocate register cache.");
175 fatal ("Unknown register %s requested", name);
187 fatal ("Unknown register %s requested", name);
H A Dutils.c75 fatal (const char *string,...) function
H A Dserver.h164 void fatal (const char *string,...) ATTR_NORETURN;
/haiku-fatelf/src/bin/gawk/
H A Dio.c305 fatal(_("cannot open file `%s' for reading (%s)"),
530 fatal(_("invalid tree type %s in redirect()"),
542 fatal(_("expression for `%s' redirection has null string value"),
621 fatal(_("can't open pipe `%s' for output (%s)"),
630 fatal(_("can't open pipe `%s' for input (%s)"),
643 fatal(_("can't open two way socket `%s' for input/output (%s)"),
647 fatal(_("can't open two way pipe `%s' for input/output (%s)"),
723 fatal(_("can't redirect from `%s' (%s)"),
726 fatal(_("can't redirect to `%s' (%s)"),
784 fatal(
2403 fatal(const char *s) function
[all...]
H A Dext.c74 fatal(_("extension: cannot open `%s' (%s)\n"), obj->stptr,
82 fatal(_("extension: library `%s': cannot call function `%s' (%s)\n"),
H A Deval.c312 fatal(_("buffer overflow in genflags2str"));
672 fatal(_("`break' outside a loop is not allowed"));
693 fatal(_("`continue' outside a loop is not allowed"));
727 fatal(_("`next' cannot be called from a BEGIN rule"));
729 fatal(_("`next' cannot be called from an END rule"));
738 fatal(_("`nextfile' cannot be called from a BEGIN rule"));
740 fatal(_("`nextfile' cannot be called from an END rule"));
828 fatal(_("can't use function name `%s' as variable or array"),
848 fatal(_("attempt to use array `%s' in a scalar context"),
907 fatal(
[all...]
H A Dre.c154 fatal("%s: /%s/", rerr, temp); /* rerr already gettextized inside regex routines */
193 fatal(_("regex match failed, not enough memory to match string \"%.*s%s\""),
H A Dmain.c362 if (strcmp(optarg, "fatal") == 0)
512 fatal(_("can't set binary mode on stdin (%s)"), strerror(errno));
515 fatal(_("can't set binary mode on stdout (%s)"), strerror(errno));
517 fatal(_("can't set binary mode on stderr (%s)"), strerror(errno));
638 fputs(_("\t-W lint[=fatal]\t\t--lint[=fatal]\n"), fp);
976 fatal(_("`%s' is not a legal variable name"), arg);
1012 fatal(_("floating point exception"));
1019 msg(_("fatal error: internal error"));
1020 /* fatal wo
[all...]
/haiku-fatelf/build/scripts/
H A Dbuild_fatelf_cross_tools21 # Print a fatal message to stderr and exit
22 fatal() { function
28 # If non-zero, print the fatal error message
31 fatal "$1"
64 fatal "Could not find required tool: ${names}"
284 fatal "Fat binaries are not supported on this host"
600 fatal "Not a directory: ${dir}"
604 fatal "No such directory: ${dir}"
690 # are specified on a non-fat system, fatal is called.
709 fatal "Specifie
[all...]
/haiku-fatelf/src/bin/patch/
H A Dutil.h15 void fatal PARAMS ((char const *, ...))
H A Dinp.c121 fatal ("This file doesn't appear to be the %s version -- aborting.",
128 fatal ("aborted");
136 fatal ("File %s has too many lines", quotearg (filename));
170 fatal ("File %s seems to be locked by somebody else under %s",
210 fatal ("File %s is not a regular file -- can't patch",
H A Dpch.c112 fatal ("cannot read binary data from tty on this platform");
156 fatal ("patch file is too long");
213 fatal ("Only garbage was found in the patch input.");
770 fatal ("malformed patch at line %s: %s",
793 fatal ("missing line number at line %s: %s",
797 fatal ("line number %.*s is too large at line %s: %s",
874 fatal ("unexpected end of file in patch");
879 fatal ("unterminated hunk starting at line %s; giving up at line %s: %s",
894 fatal ("unexpected end of hunk at line %s",
902 fatal ("unexpecte
[all...]
H A Dpatch.c261 fatal ("lost hunk on alloc error!");
331 fatal ("out of memory using Plan A");
657 fatal ("backup prefix is empty");
699 fatal ("can't output patches to standard output");
739 fatal ("backup basename prefix is empty");
745 fatal ("backup suffix is empty");
830 fatal ("%s %s is not a number", argtype_msgid, quotearg (string));
833 fatal ("%s %s is too large", argtype_msgid, quotearg (string));
840 fatal ("%s %s is negative", argtype_msgid, quotearg (string));
984 fatal ("fata
[all...]
/haiku-fatelf/src/bin/gawk/posix/
H A Dgawkmisc.c102 fatal("can't stat fd %d (%s)", fd, strerror(errno));
/haiku-fatelf/src/bin/network/telnetd/
H A Dext.h98 fatal(int, const char *),
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff3.c198 static void fatal (char const *) __attribute__((noreturn));
370 fatal ("`-' specified for more than one input file");
410 fatal ("read failed");
437 fatal ("write failed");
676 fatal ("internal error: screwup in format of diff blocks");
997 fatal ("internal error: invalid diff type in process_diff");
1022 fatal ("invalid diff format; invalid change separator");
1246 fatal ("invalid diff format; incomplete last line");
1298 fatal ("invalid diff format; incorrect leading line chars");
1374 fatal ("interna
1734 fatal (char const *msgid) function
[all...]
H A Dsdiff.c64 static void fatal (char const *) __attribute__((noreturn));
177 fatal ("write failed");
248 fatal (char const *msgid) function
327 fatal ("cannot interactively merge standard input");
590 fatal ("both files to be compared are directories");
1149 fatal (diff_help);
1152 fatal (diff_help);
1177 fatal (diff_help);
H A Ddiff.h365 void fatal (char const *) __attribute__((noreturn));
/haiku-fatelf/src/bin/bash/builtins/
H A Dcommon.c449 get_numeric_arg (list, fatal, count)
451 int fatal;
468 if (fatal == 0)
470 else if (fatal == 1) /* fatal == 1; abort */
472 else /* fatal == 2; discard current command */
/haiku-fatelf/src/bin/findutils/xargs/
H A Dxargs.c271 static long parse_num PARAMS ((char *str, int option, long min, long max, int fatal));
990 /* This is not entirely fatal, since
1167 parse_num (char *str, int option, long int min, long int max, int fatal)
1184 if (fatal)
1198 if (fatal)
1166 parse_num(char *str, int option, long int min, long int max, int fatal) argument

Completed in 198 milliseconds

123