Searched refs:print_error (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/svnbench/ |
| D | notify.c | 109 goto print_error; in notify() 116 goto print_error; in notify() 122 goto print_error; in notify() 130 goto print_error; in notify() 137 goto print_error; in notify() 144 goto print_error; in notify() 151 goto print_error; in notify() 157 goto print_error; in notify() 161 goto print_error; in notify() 170 goto print_error; in notify() [all …]
|
| /freebsd-10-stable/contrib/dtc/ |
| D | dtc-parser.y | 30 extern void print_error(char const *fmt, ...); 151 print_error("label or path, '%s', not found", $2); 159 print_error("label or path, '%s', not found", $3); 279 print_error("Only 8, 16, 32 and 64-bit elements" 305 print_error( 321 print_error("References are only allowed in " 441 print_error("syntax error: properties must precede subnodes"); 464 void print_error(char const *fmt, ...) 476 print_error("%s", s); in yyerror()
|
| /freebsd-10-stable/sys/dev/scd/ |
| D | scd.c | 120 static void print_error(struct scd_softc *, int errcode); 200 print_error(sc, rc); in scdopen() 210 print_error(sc, rc);\ in scdopen() 421 print_error(sc, rc); in scd_playtracks() 477 print_error(sc, rc); in scd_play() 778 print_error(sc, i); in scd_doread() 913 print_error(sc, i); in scd_doread() 1241 print_error(struct scd_softc *sc, int errcode) in print_error() function 1322 print_error(sc, rc); in scd_toc_header() 1340 print_error(sc, rc); in scd_toc_entrys() [all …]
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | opt.c | 365 goto print_error; in svn_opt_print_generic_help2() 374 goto print_error; in svn_opt_print_generic_help2() 379 goto print_error; in svn_opt_print_generic_help2() 383 goto print_error; in svn_opt_print_generic_help2() 387 print_error: in svn_opt_print_generic_help2()
|
| D | deprecated.c | 635 goto print_error; in svn_opt_print_generic_help() 643 goto print_error; in svn_opt_print_generic_help() 648 goto print_error; in svn_opt_print_generic_help() 652 goto print_error; in svn_opt_print_generic_help() 656 print_error: in svn_opt_print_generic_help()
|
| D | error.c | 489 print_error(svn_error_t *err, FILE *stream, const char *prefix) in print_error() function 605 print_error(tmp_err, stream, prefix); in svn_handle_error2()
|
| /freebsd-10-stable/contrib/atf/atf-c/detail/ |
| D | tp_main.c | 112 print_error(const atf_error_t err) in print_error() function 606 print_error(err); in atf_tp_main()
|
| /freebsd-10-stable/crypto/openssl/crypto/ui/ |
| D | ui_lib.c | 452 static int print_error(const char *str, size_t len, UI *ui) in print_error() function 474 print_error, (void *)ui); in UI_process()
|