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

12345

/macosx-10.9.5/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/sudo-72/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/Libc-997.90.3/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/dcerpc-58/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.9.5/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.9.5/CPANInternal-140/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";
H A Dssl_client.pl33 warn "unable to create socket: ", &IO::Socket::SSL::errstr, "\n";
/macosx-10.9.5/ppp-727.90.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.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dstrtonum.c41 const char *errstr; member in struct:errval
64 *errstrp = ev[error].errstr;
/macosx-10.9.5/bash-92/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.9.5/CPANInternal-140/Class-DBI/t/testlib/
H A DMyBase.pm10 $dbh = DBI->connect(@connect) or die DBI->errstr;
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/t/testlib/
H A DMyBase.pm10 $dbh = DBI->connect(@connect) or die DBI->errstr;
/macosx-10.9.5/postfix-252/postfix/src/postqueue/
H A Dpostqueue.c264 const char *errstr; local
271 && (errstr = check_user_acl_byuid(var_showq_acl, uid)) != 0)
274 errstr, (long) uid);
337 const char *errstr; local
341 && (errstr = check_user_acl_byuid(var_flush_acl, uid)) != 0)
344 errstr, (long) uid);
362 const char *errstr; local
366 && (errstr = check_user_acl_byuid(var_flush_acl, uid)) != 0)
369 errstr, (long) uid);
396 const char *errstr; local
[all...]
/macosx-10.9.5/shell_cmds-175/echo/
H A Decho.c61 char *errstr = strerror(errno); local
66 write(STDERR_FILENO, errstr, strlen(errstr));
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/cdbi/testlib/
H A DMyBase.pm12 $dbh = DBI->connect(@connect) or die DBI->errstr;
/macosx-10.9.5/CPANInternal-140/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() );
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddh.c53 const char *errstr = NULL; local
72 n = strtonum(arg, 0, 5, &errstr);
73 if (errstr != NULL || n != MODULI_TYPE_SAFE)
79 n = strtonum(arg, 0, 0x1f, &errstr);
80 if (errstr != NULL ||
86 n = strtonum(arg, 0, 1<<30, &errstr);
87 if (errstr != NULL || n == 0)
91 (dhg->size = (int)strtonum(strsize, 0, 64*1024, &errstr)) == 0 ||
92 errstr)

Completed in 147 milliseconds

12345