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

12

/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dstrerror.c27 #include <sm/errstring.h>
H A Dput.c21 #include <sm/errstring.h>
H A Derrstring.c14 SM_RCSID("@(#)$Id: errstring.c,v 1.20 2013-11-22 20:51:42 ca Exp $")
21 #include <sm/errstring.h>
H A Dexc.c22 #include <sm/errstring.h>
H A Dmbdb.c26 #include <sm/errstring.h>
H A Dldap.c27 # include <sm/errstring.h>
/freebsd-10.2-release/sys/i386/include/xen/
H A Dxenstored.h62 const char *errstring; member in struct:xsd_errors
/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.h85 void stop(const char *errstring, int err_code);
/freebsd-10.2-release/lib/libmilter/
H A DMakefile27 signal.c sm_gethost.c errstring.c strl.c worker.c
/freebsd-10.2-release/sys/xen/interface/io/
H A Dxs_wire.h63 const char *errstring; member in struct:xsd_errors
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dfork-child.c355 char *errstring; local
360 errstring = safe_strerror (errno);
373 fprintf_unfiltered (gdb_stderr, "Got error %s.\n", errstring);
H A Dtop.c386 char *errstring,
411 error_pre_print = errstring;
413 quit_pre_print = errstring;
483 char *errstring,
488 catcher (func, uiout, func_args, &val, &caught, errstring, NULL, mask);
500 char *errstring,
506 catcher (func, uiout, func_args, &val, &caught, errstring, gdberrmsg, mask);
528 catch_errors (catch_errors_ftype *func, void *func_args, char *errstring,
536 catcher (do_catch_errors, uiout, &args, &val, &caught, errstring,
380 catcher(catch_exceptions_ftype *func, struct ui_out *func_uiout, void *func_args, int *func_val, enum return_reason *func_caught, char *errstring, char **gdberrmsg, return_mask mask) argument
479 catch_exceptions(struct ui_out *uiout, catch_exceptions_ftype *func, void *func_args, char *errstring, return_mask mask) argument
496 catch_exceptions_with_msg(struct ui_out *uiout, catch_exceptions_ftype *func, void *func_args, char *errstring, char **gdberrmsg, return_mask mask) argument
527 catch_errors(catch_errors_ftype *func, void *func_args, char *errstring, return_mask mask) argument
H A Ddefs.h1003 char *errstring, return_mask mask);
1007 char *errstring, char **gdberrmsg,
/freebsd-10.2-release/contrib/less/
H A Dpattern.c63 constant char *errstring; local
67 &errstring, &erroffset, NULL);
70 parg.p_string = (char *) errstring;
/freebsd-10.2-release/lib/libsm/
H A DMakefile24 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
/freebsd-10.2-release/contrib/sendmail/include/libsmdb/
H A Dsmdb.h19 # include <sm/errstring.h>
/freebsd-10.2-release/contrib/sendmail/libmilter/
H A Dcomm.c15 #include <sm/errstring.h>
H A Dlistener.c19 #include <sm/errstring.h>
/freebsd-10.2-release/contrib/sendmail/smrsh/
H A Dsmrsh.c73 #include <sm/errstring.h>
/freebsd-10.2-release/contrib/sendmail/mailstats/
H A Dmailstats.c36 #include <sm/errstring.h>
/freebsd-10.2-release/contrib/sendmail/rmail/
H A Drmail.c67 #include <sm/errstring.h>
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-dlpi.c1058 static char errstring[6+2+8+1]; local
1160 sprintf(errstring, "Error %02x", dl_errno);
1161 return (errstring);
/freebsd-10.2-release/contrib/gcc/cp/
H A Dtypeck.c4130 const char *errstring = NULL;
4158 errstring = (code == NEGATE_EXPR
4183 errstring = "wrong type argument to bit-complement";
4190 errstring = "wrong type argument to abs";
4198 errstring = "wrong type argument to conjugation";
4208 errstring = "in argument to unary !";
4266 errstring ="no pre-increment operator for type";
4268 errstring ="no post-increment operator for type";
4270 errstring ="no pre-decrement operator for type";
4272 errstring
4121 const char *errstring = NULL; local
[all...]
/freebsd-10.2-release/contrib/sendmail/libsmutil/
H A Dsafefile.c16 #include <sm/errstring.h>
/freebsd-10.2-release/contrib/tzcode/zic/
H A Dzic.c886 ** Call error with errstring and return zero on errors.
890 gethms(string, errstring, signable)
892 const char * const errstring;
912 error(errstring);
918 error(errstring);

Completed in 134 milliseconds

12