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

/netbsd-current/tests/lib/libcurses/slave/
H A Dlint.lua28 local function print_error(fmt, ...) function
61 print_error("%s:%d: ARG without preceding ARGC", fname, lineno)
63 print_error("%s:%d: expecting ARG %d, got %s",
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls.c44 void print_error () function
93 print_error ();
118 print_error ();
190 print_error ();
207 print_error ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dtls.c44 void print_error () function
93 print_error ();
118 print_error ();
190 print_error ();
207 print_error ();
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_db_migrate.cpp72 cmdline::print_error(ui, F("Migration failed: %s") % e.what());
H A Dmain.cpp260 cmdline::print_error(ui, e.what());
290 cmdline::print_error(ui, message);
293 cmdline::print_error(ui, e.what());
H A Dcmd_db_exec.cpp183 cmdline::print_error(ui, F("SQLite error: %s") % e.what());
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui.hpp74 void print_error(ui*, const std::string&);
H A Dui_test.cpp330 ATF_TEST_CASE_WITHOUT_HEAD(print_error); variable
331 ATF_TEST_CASE_BODY(print_error)
335 cmdline::print_error(&ui, "The error");
389 ATF_ADD_TEST_CASE(tcs, print_error);
H A Dui.cpp237 cmdline::print_error(ui* ui_, const std::string& message) function in class:cmdline
/netbsd-current/usr.bin/xlint/lint2/
H A Dcheck-msgs.lua33 function print_error(fmt, ...) function
43 print_error("%s:%d: id=%d not found", fname, lineno, id)
61 print_error("%s:%d: id=%-3d msg=%-40s comment=%s",
80 print_error("%s:%d: missing comment for %d: /* %s */",
/netbsd-current/usr.bin/xlint/lint1/
H A Dcheck-msgs.lua33 function print_error(fmt, ...) function
43 print_error("%s:%d: id=%s not found", fname, lineno, id)
60 print_error("%s:%d: id=%-3s msg=%-40s comment=%s",
91 print_error("%s:%d: missing comment for %s: /* %s */",
124 print_error("%s must contain: // %s", fullname, expected_text)
143 print_error("%s:%d: duplicate type declaration for rule %q",
154 print_error("%s:%d: missing type declaration for rule %q",
162 print_error("%s:%d: expecting rule %q (from line %d), got %q",
170 print_error("%s:%d: missing rule %q", filename, decl_lineno, rule)
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c187 print_error(const char *fmt,...) function
196 print_error(const char *fmt, ...) function
205 print_error(const char *fmt,...) function
213 print_error(const char *fmt, ...) function
221 print_error(const char *fmt,...) function
229 print_error(const char *fmt, ...) function
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dcheck-expect.lua31 function print_error(fmt, ...) function
100 print_error("error: %s:%d: preprocessor line number must be %d",
104 print_error("error: %s:%d: preprocessor filename must be '%s'",
129 print_error("check-expect.lua: error: file " .. exp_fname .. " not found")
249 print_error("error: %s: missing /* expect+1: %s */",
267 print_error(
/netbsd-current/usr.bin/make/unit-tests/
H A Dcheck-expect.lua27 function print_error(fmt, ...) function
119 print_error("error: %s:%d: '%s:%d+' must contain '%s'",
143 print_error("error: %s:%d: %s must contain '%s'",
150 print_error("missing: %s: # expect+1: %s", m.location, m.message)
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dregex_test.c2324 print_error("# %s -> %d expected %d\n",
H A Drandom_test.c93 print_error("# igamc: UNDERFLOW, ax=%f\n", ax);
155 print_error("# igam: UNDERFLOW, ax=%f\n", ax);
H A Dtimer_test.c212 print_error("# expected event type %u, got %u\n",
/netbsd-current/external/mit/libcbor/dist/test/
H A Dmemory_allocation_test.c68 print_error("Unexpected call to malloc");
87 print_error("Unexpected call to realloc");
/netbsd-current/sbin/pppoectl/
H A Dpppoectl.c56 __dead static void print_error(const char *ifname, int error, const char * str);
78 print_error((_ifname), __e, #_cmd); \
192 print_error(ifname, e, "PPPOESETPARMS");
781 print_error(const char *ifname, int error, const char * str) function
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dserver.c422 print_error (int status) function
461 print_error (pending_error);
481 print_error (pending_error);
2532 print_error (errno);
2583 print_error (status);
2679 print_error (status);
3616 print_error (errno);
3622 print_error (errno);
3628 print_error (errno);
3635 print_error (errn
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dtp_main.c118 print_error(const atf_error_t err) function
612 print_error(err);
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Dnslookup.c59 static int query_error = 1, print_error = 0; variable
443 print_error |= 1;
978 return (query_error | print_error);
/netbsd-current/sbin/atactl/
H A Datactl.c166 static void print_error(const void *);
1055 print_error(const void *buf) function
1795 print_error(inbuf);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_lib.c458 static int print_error(const char *str, size_t len, UI *ui) function
486 print_error, (void *)ui);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_lib.c457 static int print_error(const char *str, size_t len, UI *ui) function
485 print_error, (void *)ui);

Completed in 432 milliseconds