Home
last modified time | relevance | path

Searched refs:errstring (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dfork-child.c349 char *errstring; in fork_inferior() local
354 errstring = safe_strerror (errno); in fork_inferior()
368 fprintf_unfiltered (gdb_stderr, "Got error %s.\n", errstring); in fork_inferior()
H A Dtop.c386 char *errstring, in catcher() argument
411 error_pre_print = errstring; in catcher()
413 quit_pre_print = errstring; in catcher()
483 char *errstring, in catch_exceptions() argument
488 catcher (func, uiout, func_args, &val, &caught, errstring, NULL, mask); in catch_exceptions()
500 char *errstring, in catch_exceptions_with_msg() argument
506 catcher (func, uiout, func_args, &val, &caught, errstring, gdberrmsg, mask); in catch_exceptions_with_msg()
528 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() argument
536 catcher (do_catch_errors, uiout, &args, &val, &caught, errstring, in catch_errors()
H A Ddefs.h996 char *errstring, return_mask mask);
1000 char *errstring, char **gdberrmsg,
H A DChangeLog-19914717 * main.c (catch_errors): Only print errstring if non-null.
/openbsd-src/sys/dev/ata/
H A Data_wdc.c617 char *errstring = NULL; in wdc_ata_ctrl_intr() local
630 errstring = "recal"; in wdc_ata_ctrl_intr()
655 errstring = "piomode"; in wdc_ata_ctrl_intr()
677 errstring = "dmamode"; in wdc_ata_ctrl_intr()
697 errstring = "geometry"; in wdc_ata_ctrl_intr()
716 errstring = "setmulti"; in wdc_ata_ctrl_intr()
748 chp->wdc->sc_dev.dv_xname, chp->channel, xfer->drive, errstring); in wdc_ata_ctrl_intr()
756 errstring); in wdc_ata_ctrl_intr()
/openbsd-src/sys/dev/atapiscsi/
H A Datapiscsi.c1258 char *errstring = NULL; in wdc_atapi_ctrl() local
1286 errstring = "Device Reset Wait"; in wdc_atapi_ctrl()
1291 errstring = "Identify"; in wdc_atapi_ctrl()
1299 errstring = "Post-Identify"; in wdc_atapi_ctrl()
1305 errstring = "PIOMODE"; in wdc_atapi_ctrl()
1312 errstring = "dmamode"; in wdc_atapi_ctrl()
1320 errstring = "unknown state"; in wdc_atapi_ctrl()
1447 chp->wdc->sc_dev.dv_xname, chp->channel, xfer->drive, errstring); in wdc_atapi_ctrl()
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.h90 void stop(const char *errstring, int err_code);
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c3949 const char *errstring = NULL; local
3963 errstring = "wrong type argument to unary plus";
3975 errstring = "wrong type argument to unary minus";
3989 errstring = "wrong type argument to bit-complement";
3996 errstring = "wrong type argument to abs";
4004 errstring = "wrong type argument to conjugation";
4014 errstring = "in argument to unary !";
4066 errstring ="no pre-increment operator for type";
4068 errstring ="no post-increment operator for type";
4070 errstring ="no pre-decrement operator for type";
[all …]
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c3988 const char *errstring = NULL; in build_unary_op() local
4016 errstring = (code == NEGATE_EXPR in build_unary_op()
4041 errstring = "wrong type argument to bit-complement"; in build_unary_op()
4048 errstring = "wrong type argument to abs"; in build_unary_op()
4056 errstring = "wrong type argument to conjugation"; in build_unary_op()
4066 errstring = "in argument to unary !"; in build_unary_op()
4124 errstring ="no pre-increment operator for type"; in build_unary_op()
4126 errstring ="no post-increment operator for type"; in build_unary_op()
4128 errstring ="no pre-decrement operator for type"; in build_unary_op()
4130 errstring ="no post-decrement operator for type"; in build_unary_op()
[all …]
/openbsd-src/usr.sbin/zic/
H A Dzic.c837 ** Call error with errstring and return zero on errors. in gethms() argument
841 gethms(const char *string, const char *errstring, int signable) in gethms()
861 error(errstring); in gethms()
867 error(errstring); in gethms()