Searched refs:internal_warning (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Derror.h51 extern void internal_warning __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
H A Dlocale.c192 internal_warning(_("setlocale: LC_ALL: cannot change locale (%s)"), lc_all);
194 internal_warning(_("setlocale: LC_ALL: cannot change locale (%s): %s"), lc_all, strerror (errno));
247 internal_warning(_("setlocale: %s: cannot change locale (%s)"), var, get_locale_var (var));
249 internal_warning(_("setlocale: %s: cannot change locale (%s): %s"), var, get_locale_var (var), strerror (errno));
H A Derror.c250 internal_warning (const char *format, ...) function
252 internal_warning (format, va_alist)
H A Dtrap.c324 internal_warning (_("run_pending_traps: bad value in trap_list[%d]: %p"),
328 internal_warning (_("run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"), sig, signal_name (sig));
364 internal_warning ("trap_handler: signal %d: signal not trapped", sig);
H A Djobs.c887 internal_warning (_("forked pid %d appears in running job %d"), pid, job);
1005 internal_warning (_("deleting stopped job %d with process group %ld"), job_index+1, (long)jobs[job_index]->pgrp);
1110 internal_warning (_("add_process: process %5ld (%s) in the_pipeline"), (long)p->pid, p->command);
1113 internal_warning (_("add_process: pid %5ld (%s) marked as still alive"), (long)p->pid, p->command);
2598 internal_warning (_("wait_for_job: job %d is stopped"), job+1);
3867 internal_warning ("maybe_give_terminal_to: terminal pgrp == %d shell pgrp = %d new pgrp = %d", tpgrp, opgrp, npgrp);
H A Dshell.c328 internal_warning (_("could not find /tmp, please create!"));
332 internal_warning (_("/tmp must be a valid directory name"));
H A Dredir.c517 internal_warning (_("/dev/(tcp|udp)/host/port not supported without networking"));
H A Dparse.y1810 internal_warning ("read_a_line: ignored null byte in input");
2104 internal_warning ("shell_getc: ignored null byte in input");
H A Dexecute_cmd.c1943 internal_warning ("execute_coproc: coproc [%d:%s] still exists", sh_coproc.c_pid, sh_coproc.c_name);
H A Dvariables.c744 internal_warning (_("shell level (%d) too high, resetting to 1"), shell_level);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmaint.c131 internal_warning (__FILE__, __LINE__, "%s", (args == NULL ? "" : args));
H A Ddefs.h926 extern void internal_warning (const char *file, int line,
H A Dutils.c867 internal_warning (const char *file, int line, const char *string, ...)
865 internal_warning (const char *file, int line, const char *string, ...) function

Completed in 274 milliseconds