Searched refs:errstr (Results 101 - 125 of 126) sorted by relevance

123456

/freebsd-current/usr.sbin/ypldap/
H A Dber.c419 const char *errstr; local
429 o->bo_id[o->bo_n++] = strtonum(sp, 0, UINT_MAX, &errstr);
430 if (errstr || o->bo_n > BER_MAX_OID_LEN)
H A Daldap.c571 const char *errstr = NULL;
592 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);
593 if (errstr)
H A Dparse.y606 const char *errstr = NULL;
610 LLONG_MAX, &errstr);
611 if (errstr) {
613 buf, errstr);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1822 const char* errstr; local
1826 errstr = "SCHILY.acl.access";
1829 errstr = "SCHILY.acl.default";
1832 errstr = "SCHILY.acl.ace";
1854 errstr);
1858 ARCHIVE_ERRNO_MISC, "%s %s", "Parse error: ", errstr);
H A Darchive_write_disk_posix.c2789 int err, const char *errstr, const char *path)
2794 archive_string_sprintf(a_estr, "%s%s", errstr, path);
2788 fsobj_error(int *a_eno, struct archive_string *a_estr, int err, const char *errstr, const char *path) argument
/freebsd-current/crypto/openssh/
H A Dsshd.c1517 const char *errstr;
1528 rtable = (int)strtonum(name, 0, 255, &errstr);
1529 if (errstr != NULL) /* Shouldn't happen */
1530 fatal("Invalid routing domain \"%s\": %s", name, errstr);
H A Dservconf.c845 const char *errstr;
854 num = strtonum(name, 0, 255, &errstr);
855 if (errstr != NULL)
1324 const char *errstr; local
1667 if ((errstr = atoi_err(arg, &value)) != NULL)
1669 filename, linenum, keyword, errstr);
2044 if ((errstr = atoi_err(arg, &value)) != NULL)
2046 filename, linenum, keyword, errstr);
H A Dreadconf.c1059 const char *errstr; local
1491 if ((errstr = atoi_err(arg, &value)) != NULL) {
1493 filename, linenum, errstr);
2115 if (!valid_domain(arg, 1, &errstr)) {
2117 errstr);
2333 if ((errstr = atoi_err(arg + 9,
2336 filename, linenum, errstr);
H A Dssh-agent.c2328 const char *errstr = NULL; local
2336 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr);
2337 if (errstr) {
2340 SSH_AGENTPID_ENV_NAME, pidstr, errstr);
H A Dssh.c256 const char *errstr = NULL; local
282 if (!valid_domain(res->ai_canonname, 0, &errstr)) {
284 res->ai_canonname, name, errstr);
/freebsd-current/usr.sbin/ppp/
H A Dchap.c598 if (*bundle->radius.cfg.file && bundle->radius.errstr)
599 msg = bundle->radius.errstr;
/freebsd-current/contrib/sqlite3/
H A Dsqlite3ext.h242 const char *(*errstr)(int); member in struct:sqlite3_api_routines
588 #define sqlite3_errstr sqlite3_api->errstr
/freebsd-current/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c212 struct errstr { struct
216 static const struct errstr errstrtable[] = {
/freebsd-current/contrib/sendmail/src/
H A Dsrvrsmtp.c1005 const char *errstr; local
1819 &out, &outlen, &errstr);
1963 # define SASLERR errstr == NULL ? "" : errstr
2236 &out, &outlen, &errstr);
5593 ** errstr -- possible error string (output).
5600 proxy_policy(context, auth_identity, requested_user, user, errstr)
5605 const char **errstr;
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c1284 const char *errstr = ""; local
1324 errstr = "ioctl(SIOCGETFS)";
1703 perror(errstr);
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c1060 const char *errstr = NULL; local
1065 id = strtounum(name, 0, GID_MAX, &errstr);
1066 if (errstr)
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2913 const char *errstr; local
2915 sig = strtonum(str, 1, sys_nsig - 1, &errstr);
2917 if (errstr == NULL)
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py682 raise RemoteError(self, req, resp.errstr, 'Rerror', None)
746 resp.errstr, 'Rerror', None)
H A Dprotocol.py170 args={'tag': tag, 'errstr': 'unknown protocol version '
184 errstr='unknown protocol version {0!r}'.format(vstr))
200 errstr value (if used, for plain 9p2000). Otherwise err should be
614 return self.Rerror(tag=tag, errstr=errmsg,
1287 Rerror = 107: tag[2] errstr[s] {.u: errnum[4] }
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c2955 const char *errstr; local
2973 errstr = dtrace_errmsg(dtp, dtrace_errno(dtp));
2974 len = strlen(option) + strlen(value) + strlen(errstr) + 80;
2978 option, value, errstr);
/freebsd-current/sbin/pfctl/
H A Dpfctl.c559 const char *errstr; local
567 prefix = strtonum(p, 0, 128, &errstr);
568 if (errstr)
569 errx(1, "prefix is %s: %s", errstr, p);
H A Dparse.y3219 const char *errstr;
3228 i = strtonum($2 + 5, 0, 255, &errstr);
3229 if (errstr) {
3230 yyerror("%s: %s", $2, errstr);
6637 const char *errstr = NULL;
6641 LLONG_MAX, &errstr);
6642 if (errstr) {
6644 buf, errstr);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8271 long long maxval, const char **errstr) {
8273 COMMON_INTERCEPTOR_ENTER(ctx, strtonum, nptr, minval, maxval, errstr);
8280 ret = REAL(strtonum)(nptr, minval, maxval, errstr);
8281 if (errstr) {
8282 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, errstr, sizeof(const char *));
8283 if (*errstr)
8284 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *errstr, internal_strlen(*errstr) + 1);
/freebsd-current/sbin/ipfw/
H A Dipfw2.c5629 char const *errstr; local
5653 arg = strtonum(*av, 0, 0xffff, &errstr);
5654 if (errstr)
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c6560 const char errstr[] = "error sending format command"; local
6563 warn(errstr);
6565 warnx(errstr);

Completed in 302 milliseconds

123456