Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtop.c385 char *errstring, in catcher() argument
410 error_pre_print = errstring; in catcher()
412 quit_pre_print = errstring; in catcher()
482 char *errstring, in catch_exceptions() argument
487 catcher (func, uiout, func_args, &val, &caught, errstring, NULL, mask); in catch_exceptions()
499 char *errstring, in catch_exceptions_with_msg() argument
505 catcher (func, uiout, func_args, &val, &caught, errstring, gdberrmsg, mask); in catch_exceptions_with_msg()
527 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring, in catch_errors() argument
535 catcher (do_catch_errors, uiout, &args, &val, &caught, errstring, in catch_errors()
H A Dfork-child.c355 char *errstring; in fork_inferior() local
360 errstring = safe_strerror (errno); in fork_inferior()
H A Ddefs.h1000 char *errstring, return_mask mask);
1004 char *errstring, char **gdberrmsg,
/freebsd-12.1/contrib/less/
H A Dpattern.c67 constant char *errstring; local
71 &errstring, &erroffset, NULL);
74 parg.p_string = (char *) errstring;
/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.h87 void stop(const char *errstring, int err_code);
/freebsd-12.1/lib/libmilter/
H A DMakefile28 signal.c sm_gethost.c errstring.c strl.c worker.c
/freebsd-12.1/sys/xen/interface/io/
H A Dxs_wire.h65 const char *errstring; member
/freebsd-12.1/lib/libsm/
H A DMakefile25 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c4121 const char *errstring = NULL; in build_unary_op() local
4149 errstring = (code == NEGATE_EXPR in build_unary_op()
4174 errstring = "wrong type argument to bit-complement"; in build_unary_op()
4181 errstring = "wrong type argument to abs"; in build_unary_op()
4189 errstring = "wrong type argument to conjugation"; in build_unary_op()
4199 errstring = "in argument to unary !"; in build_unary_op()
4257 errstring ="no pre-increment operator for type"; in build_unary_op()
4259 errstring ="no post-increment operator for type"; in build_unary_op()
4261 errstring ="no pre-decrement operator for type"; in build_unary_op()
4592 if (!errstring) in build_unary_op()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c7369 char *errstring = NULL; in zfs_do_channel_program() local
7372 ZCP_RET_ERROR, &errstring); in zfs_do_channel_program()
7373 if (errstring == NULL) in zfs_do_channel_program()
7374 errstring = strerror(ret); in zfs_do_channel_program()
7378 errstring = in zfs_do_channel_program()
7382 errstring = "Return value too large."; in zfs_do_channel_program()
7385 errstring = "Memory limit exhausted."; in zfs_do_channel_program()
7392 errstring = "Timed out."; in zfs_do_channel_program()
7395 errstring = "Permission denied. Channel " in zfs_do_channel_program()
7399 errstring = strerror(ret); in zfs_do_channel_program()
[all …]
/freebsd-12.1/contrib/tzcode/zic/
H A Dzic.c890 gethms(string, errstring, signable) in gethms() argument
892 const char * const errstring;
912 error(errstring);
918 error(errstring);
/freebsd-12.1/sys/dev/xen/xenstore/
H A Dxenstore_dev.c119 return (xsd_errors[i].errstring); in xs_dev_error_to_string()
H A Dxenstore.c723 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES3151 include/sendmail/errstring.h
3153 libsmutil/errstring.c