Searched refs:errstr (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dxstrerror.c56 char *errstr; local
67 errstr = (*vmslib_strerror) (errnum, vaxc$errno);
69 errstr = strerror (errnum);
73 if (!errstr)
76 errstr = xstrerror_buf;
78 return errstr;
/macosx-10.10/dcerpc-61/dcerpc/demos/access/
H A Dmisc.c20 dce_error_string_t errstr; local
25 dce_error_inq_text(ecode, errstr, &error_status);
29 where, why, ecode, errstr);
/macosx-10.10/dcerpc-61/dcerpc/demos/echo_server/
H A Dmisc.c20 dce_error_string_t errstr; local
25 dce_error_inq_text(ecode, errstr, &error_status);
29 where, why, ecode, errstr);
/macosx-10.10/sudo-73/src/
H A Dset_perms.c77 const char *errstr; local
89 errstr = "setresuid(ROOT_UID, ROOT_UID, ROOT_UID)";
100 errstr = "setresuid(user_uid, user_uid, ROOT_UID)";
109 errstr = "setresuid(user_uid, user_uid, user_uid)";
120 errstr = "unable to change to runas uid";
131 errstr = "unable to change to runas uid";
139 errstr = "unable to change to sudoers gid";
152 errstr = "setresuid(ROOT_UID, 1, ROOT_UID)";
157 errstr = "setresuid(ROOT_UID, SUDOERS_UID, ROOT_UID)";
164 errstr
193 const char *errstr; local
310 const char *errstr; local
431 const char *errstr; local
[all...]
/macosx-10.10/dcerpc-61/dcerpc/demos/echo_number/
H A Dmisc.c19 dce_error_string_t errstr; local
24 dce_error_inq_text(ecode, errstr, &error_status);
28 where, why, ecode, errstr);
/macosx-10.10/dcerpc-61/dcerpc/demos/samr_test/
H A Dmisc.c19 dce_error_string_t errstr; local
24 dce_error_inq_text(ecode, errstr, &error_status);
28 where, why, (unsigned32)ecode, errstr);
/macosx-10.10/Libc-1044.1.2/darwin/
H A Dkvm.c78 kvm_open(const char* execfile, const char* corefile, const char* swapfile, int flags, const char* errstr) argument
80 fprintf(stderr, "%s%s/dev/mem: No such file or directory", errstr ? errstr : "", errstr ? ": " : "");
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestdso.c58 char errstr[256]; local
61 ABTS_ASSERT(tc, apr_dso_error(h, errstr, 256), APR_SUCCESS == status);
74 char errstr[256]; local
77 ABTS_ASSERT(tc, apr_dso_error(h, errstr, 256), APR_SUCCESS == status);
81 ABTS_ASSERT(tc, apr_dso_error(h, errstr, 256), APR_SUCCESS == status);
99 char errstr[256]; local
102 ABTS_ASSERT(tc, apr_dso_error(h, errstr, 256), APR_SUCCESS == status);
106 ABTS_ASSERT(tc, apr_dso_error(h, errstr, 256), APR_SUCCESS == status);
122 char errstr[256]; local
126 ABTS_ASSERT(tc, apr_dso_error(h, errstr, 25
144 char errstr[256]; local
160 char errstr[256]; local
185 char errstr[256]; local
208 char errstr[256]; local
[all...]
/macosx-10.10/dcerpc-61/dcerpc/demos/echo_union/
H A Dmisc.c21 dce_error_string_t errstr; local
26 dce_error_inq_text(ecode, errstr, &error_status);
30 where, why, ecode, errstr);
/macosx-10.10/BerkeleyDB-21/db/crypto/
H A Daes_method.c239 char *errstr; local
243 errstr = "AES key direction is invalid";
246 errstr = "AES key material not of correct length";
249 errstr = "AES key passwd not valid";
252 errstr = "AES cipher in wrong state (not initialized)";
255 errstr = "AES bad block length";
258 errstr = "AES cipher instance is invalid";
261 errstr = "AES data contents are invalid";
264 errstr = "AES unknown error";
267 errstr
[all...]
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dlua_passwd.c47 static int generate_salt(char *s, size_t size, const char **errstr, argument
59 *errstr = apr_psprintf(pool, "generate_salt(): BUG: Buffer too small");
64 *errstr = apr_psprintf(pool, "Unable to generate random bytes: %pm",
85 * indicates success; on failure, ctx->errstr points to the error message.
105 ret = generate_salt(salt, 8, &ctx->errstr, ctx->pool);
112 ctx->errstr = apr_psprintf(ctx->pool,
120 ret = generate_salt(salt, 8, &ctx->errstr, ctx->pool);
126 ctx->errstr = apr_psprintf(ctx->pool, "crypt() failed: %pm", &rv);
136 ctx->errstr = apr_psprintf(ctx->pool,
149 ctx->errstr
[all...]
H A Dlua_passwd.h70 const char *errstr; member in struct:passwd_ctx
81 * the ERR_* codes is returned and an error message is stored in ctx->errstr.
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/example/
H A Dssl_server.pl34 warn "unable to create socket: ", &IO::Socket::SSL::errstr, "\n";
46 warn "error: ", $sock->errstr, "\n";
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsecoptions.c128 char *errstr, c; local
187 if (IPSecValidateConfiguration(ipsec_conf, &errstr)) {
189 vpnlog(LOG_ERR, "IPSec plugin: Incorrect preferences (%s)\n", errstr);
259 char *errstr; local
262 err = IPSecApplyConfiguration(ipsec_conf, &errstr);
264 vpnlog(LOG_ERR, "IPSec plugin: cannot configure racoon files (%s)...\n", errstr);
268 err = IPSecInstallPolicies(ipsec_conf, -1, &errstr);
270 vpnlog(LOG_ERR, "IPSec plugin: cannot configure kernel policies (%s)...\n", errstr);
271 IPSecRemoveConfiguration(ipsec_conf, &errstr);
291 char *errstr; local
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dpasswd_common.c71 static int generate_salt(char *s, size_t size, const char **errstr, argument
88 *errstr = apr_psprintf(pool, "Unable to generate random bytes: %pm",
127 ctx->errstr = "Unable to read from stdin.";
159 ctx->errstr = "password verification error";
169 ctx->errstr = apr_psprintf(ctx->pool,
177 * indicates success; on failure, ctx->errstr points to the error message.
207 ret = generate_salt(salt, 8, &ctx->errstr, ctx->pool);
212 ctx->errstr = apr_psprintf(ctx->pool,
225 ret = generate_salt(salt, 8, &ctx->errstr, ctx->pool);
231 ctx->errstr
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrtonum.c41 const char *errstr; member in struct:errval
64 *errstrp = ev[error].errstr;
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dbashgetopt.c55 static char errstr[3] = { '-', '\0', '\0' }; local
86 errstr[0] = list_opttype = lcurrent->word->word[0];
92 errstr[1] = c;
93 sh_invalidopt (errstr);
125 errstr[1] = c;
126 sh_needarg (errstr);
146 errstr[1] = c;
147 sh_neednumarg (errstr);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DMyBase.pm10 $dbh = DBI->connect(@connect) or die DBI->errstr;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_getpwent.c91 char *errstr;
96 if (asprintf(&errstr, "NO Username lookup failure: %s", strerror(errno)) == -1) {
100 return errstr;
90 char *errstr; local
H A Dauth_shadow.c155 char *errstr;
160 if (asprintf(&errstr, "NO Username lookup failure: %s", strerror(errno)) == -1) {
164 return errstr;
189 char *errstr;
194 if (asprintf(&errstr, "NO Username shadow lookup failure: %s", strerror(errno)) == -1) {
198 return errstr;
154 char *errstr; local
188 char *errstr; local
/macosx-10.10/postfix-255/postfix/src/postqueue/
H A Dpostqueue.c265 const char *errstr; local
272 && (errstr = check_user_acl_byuid(var_showq_acl, uid)) != 0)
275 errstr, (long) uid);
338 const char *errstr; local
342 && (errstr = check_user_acl_byuid(var_flush_acl, uid)) != 0)
345 errstr, (long) uid);
364 const char *errstr; local
368 && (errstr = check_user_acl_byuid(var_flush_acl, uid)) != 0)
371 errstr, (long) uid);
398 const char *errstr; local
[all...]
/macosx-10.10/shell_cmds-179/echo/
H A Decho.c61 char *errstr = strerror(errno); local
66 write(STDERR_FILENO, errstr, strlen(errstr));
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dio-socket-inet6.t74 notok( "connect failed: ".IO::Socket::SSL->errstr() );
82 notok( "accept failed: ".$server->errstr() );
H A Dio-socket-ip.t67 notok( "connect failed: ".IO::Socket::SSL->errstr() );
75 notok( "accept failed: ".$server->errstr() );
H A Dnpn.t55 ok(0, "connect failed: ".IO::Socket::SSL->errstr() );
66 ok(0,"accept failed: ".$server->errstr() );

Completed in 200 milliseconds

1234