Searched refs:errstr (Results 26 - 50 of 103) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Dold.rb54 errstr = "Error reading files from gem"
59 raise Gem::Exception, errstr unless header
90 raise Gem::Exception, errstr
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dlog.c514 char errstr[MAX_STRING_LEN]; local
577 errstr[0] = '[';
578 ap_recent_ctime(errstr + 1, apr_time_now());
579 errstr[1 + APR_CTIME_LEN - 1] = ']';
580 errstr[1 + APR_CTIME_LEN ] = ' ';
587 len += apr_snprintf(errstr + len, MAX_STRING_LEN - len,
624 len += apr_snprintf(errstr + len, MAX_STRING_LEN - len,
635 len += apr_snprintf(errstr + len, MAX_STRING_LEN - len,
640 len += apr_snprintf(errstr + len, MAX_STRING_LEN - len,
644 len += apr_snprintf(errstr
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/utils/
H A Dsaslpasswd.c225 void exit_sasl(int result, const char *errstr) __attribute__((noreturn));
228 exit_sasl(int result, const char *errstr) argument
230 (void)fprintf(stderr, errstr ? "%s: %s: %s\n" : "%s: %s\n",
233 errstr);
266 const char *errstr = NULL; local
447 /* errstr is currently always NULL */
448 exit_sasl(result, errstr);
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/
H A Dnslint.c304 static char errstr[132]; local
330 *errstrp = errstr;
331 (void)sprintf(errstr, "bad mask \"%s\"", cp);
372 *errstrp = errstr;
373 (void)sprintf(errstr, "host bits set in net \"%s\"",
410 char *errstr; local
506 if (!parsenetwork(cp, &errstr)) {
510 prog, file, n, errstr);
537 char *errstr; local
883 if (!parsenetwork(cp2, &errstr)) {
931 static char errstr[132]; local
1039 char *errstr; local
2172 static char errstr[132]; local
[all...]
/macosx-10.9.5/xar-202/xar/src/
H A Dxar.c321 char errstr[1024]; local
322 regerror(err, &tmp->reg, errstr, sizeof(errstr));
323 printf("Error with regular expression %s: %s\n", tmp->str, errstr);
340 char errstr[1024]; local
341 regerror(err, &tmp->reg, errstr, sizeof(errstr));
342 printf("Error with regular expression %s: %s\n", tmp->str, errstr);
519 char errstr[1024]; local
520 regerror(err, &tmp->reg, errstr, sizeo
853 char errstr[1024]; local
886 char errstr[1024]; local
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dreadline.t137 notok( "accept failed: ".$server->errstr() );
159 notok( "connect failed: ".IO::Socket::SSL->errstr() );
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dreqdumper.cpp111 char errstr[80];
112 snprintf(errstr, sizeof(errstr), " !! error %ld !!", (unsigned long)err.osStatus());
113 return dumper.value() + errstr;
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dreqdumper.cpp111 char errstr[80];
112 snprintf(errstr, sizeof(errstr), " !! error %ld !!", (unsigned long)err.osStatus());
113 return dumper.value() + errstr;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sample/
H A Dsample-server.c197 sasldebug(int why, const char *what, const char *errstr) argument
203 if (errstr)
204 fprintf(stderr, " (%s)\n", errstr);
210 saslfail(int why, const char *what, const char *errstr) argument
212 sasldebug(why, what, errstr);
/macosx-10.9.5/CPANInternal-140/File-NFSLock/lib/File/
H A DNFSLock.pm30 $LOCK_EXTENSION $SHARE_BIT $HOSTNAME $errstr
72 $errstr = undef;
114 croak ($errstr = "Usage: my \$f = $class->new('/pathtofile/file',\n"
119 croak ($errstr = "Unrecognized lock_type operation setting [$self->{lock_type}]")
152 $errstr = "Unknown lock_type [$self->{lock_type}]";
239 ### ($errstr might already be set to the reason.)
241 $errstr ||= "NONBLOCKING lock failed!";
250 $errstr = "Timed out waiting for blocking lock";
307 $errstr = undef;
312 open (_FH,">>$append_file") or do { $errstr
[all...]
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm31 our $errstr;
72 $errstr = undef;
114 croak ($errstr = "Usage: my \$f = $class->new('/pathtofile/file',\n"
119 croak ($errstr = "Unrecognized lock_type operation setting [$self->{lock_type}]")
152 $errstr = "Unknown lock_type [$self->{lock_type}]";
240 ### ($errstr might already be set to the reason.)
242 $errstr ||= "NONBLOCKING lock failed!";
251 $errstr = "Timed out waiting for blocking lock";
308 $errstr = undef;
312 open (my $fh,'>>', $append_file) or do { $errstr
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DDB2.pm54 ) or die $DBI::errstr;
56 $sth->execute($self->db_schema, uc $table) or die $DBI::errstr;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DDB2.pm54 ) or die $DBI::errstr;
56 $sth->execute($self->db_schema, uc $table) or die $DBI::errstr;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D066SQLite.t65 $dbh->do($stmt) || die "do failed on $stmt".$dbh->errstr;
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c561 char *errstr; local
633 if (IPSecApplyConfiguration(ipsec_dict, &errstr)
634 || IPSecInstallPolicies(ipsec_dict, -1, &errstr)) {
635 vpnlog(LOG_ERR, "L2TP plugin: cannot configure secure transport (%s).\n", errstr);
636 IPSecRemoveConfiguration(ipsec_dict, &errstr);
729 char *errstr; local
745 IPSecRemoveConfiguration(ipsec_dict, &errstr);
746 IPSecRemovePolicies(ipsec_dict, -1, &errstr);
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DjpegLoad.pl37 my $errstr = 0;
40 $errmsg = ldap_error_text($errstr);
182 $errstr = $mesg->code;
183 print "Error code: $errstr\n";
184 $errmsg = ldap_error_text($errstr);
H A Dtklkup2404 # $errstr = $mesg->code;
2405 # ERROR($errstr);
2477 # $errstr = $mesg->code;
2478 # ERROR($errstr);
2561 my $errstr;
2579 $errstr = $mesg->code;
2580 ERROR($errstr);
2867 $errstr = $mesg->code;
2868 ERROR($errstr);
4090 $errstr
[all...]
/macosx-10.9.5/postfix-252/postfix/src/postdrop/
H A Dpostdrop.c233 const char *errstr; local
315 if ((errstr = check_user_acl_byuid(var_submit_acl, uid)) != 0)
317 errstr, (long) uid);
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dipsec_utils.c74 #define FAIL(e) { *errstr = e; goto fail; }
96 static int racoon_configure(CFDictionaryRef ipsec_dict, char **errstr, int apply);
97 static int configure_sainfo(int level, FILE *file, CFDictionaryRef ipsec_dict, CFDictionaryRef policy, char **errstr);
98 static int configure_remote(int level, FILE *file, CFDictionaryRef ipsec_dict, char **errstr);
99 static int configure_proposal(int level, FILE *file, CFDictionaryRef ipsec_dict, CFDictionaryRef proposal_dict, char **errstr);
337 errstr: error string returned in case of configuration error.
343 configure_proposal(int level, FILE *file, CFDictionaryRef ipsec_dict, CFDictionaryRef proposal_dict, char **errstr) argument
491 errstr: error string returned in case of configuration error.
501 configure_remote(int level, FILE *file, CFDictionaryRef ipsec_dict, char **errstr) argument
956 if (configure_proposal(level + 1, file, ipsec_dict, proposal, errstr))
988 configure_sainfo(int level, FILE *file, CFDictionaryRef ipsec_dict, CFDictionaryRef policy, char **errstr) argument
1179 IPSecApplyConfiguration(CFDictionaryRef ipsec_dict, char **errstr) argument
1187 IPSecValidateConfiguration(CFDictionaryRef ipsec_dict, char **errstr) argument
1209 racoon_configure(CFDictionaryRef ipsec_dict, char **errstr, int apply) argument
1458 IPSecRemoveConfiguration(CFDictionaryRef ipsec_dict, char **errstr) argument
1502 IPSecRemoveConfigurationFile(CFDictionaryRef ipsec_dict, char **errstr) argument
1583 IPSecInstallPolicies(CFDictionaryRef ipsec_dict, CFIndex index, char ** errstr) argument
1855 install_remove_routes(struct service *serv, int cmd, CFDictionaryRef ipsec_dict, CFIndex index, char ** errstr, struct in_addr gateway) argument
2063 IPSecInstallRoutes(struct service *serv, CFDictionaryRef ipsec_dict, CFIndex index, char ** errstr, struct in_addr gateway) argument
2083 IPSecRemoveRoutes(struct service *serv, CFDictionaryRef ipsec_dict, CFIndex index, char ** errstr, struct in_addr gateway) argument
2102 IPSecRemovePolicies(CFDictionaryRef ipsec_dict, CFIndex index, char ** errstr) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttp_log.h348 * @param errstr message to log
353 const char *errstr))
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dstreval.c72 const char *errstr; /* error string */ member in struct:vars
864 vp->errstr = pos;
913 if(cur.errstr)
914 string = cur.errstr;
/macosx-10.9.5/postfix-252/postfix/src/xsasl/
H A Dxsasl_cyrus_server.c98 * SASLv2's sasl_server_start and sasl_server_step no longer have the errstr
512 const char *errstr = 0; local
546 &serveroutlen, &errstr);
571 const char *errstr = 0; local
590 &serveroutlen, &errstr);
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c965 char *errstr; local
1418 if (IPSecApplyConfiguration(ipsec_dict, &errstr)
1419 || IPSecInstallPolicies(ipsec_dict, -1, &errstr)) {
1420 error("L2TP: cannot configure secure transport (%s).\n", errstr);
1511 if (IPSecApplyConfiguration(ipsec_dict, &errstr)
1512 || IPSecInstallPolicies(ipsec_dict, -1, &errstr)) {
1513 error("L2TP: cannot configure secure transport (%s).\n", errstr);
1720 char *errstr; local
1732 IPSecRemoveConfiguration(ipsec_dict, &errstr);
1737 IPSecRemovePolicies(ipsec_dict, -1, &errstr);
1911 char *errstr; local
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DACCESS.pm23 or $self->throw_exception( $ERR_MSG_START . $self->{ _dbh }->errstr() );
24 $max_sth->execute() or $self->throw_exception( $ERR_MSG_START . $max_sth->errstr );
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-bpf.c1222 char *errstr; local
1225 if (odm_err_msg(odmerrno, &errstr) == -1)
1226 errstr = "Unknown error";
1229 errstr);
1234 if (odm_err_msg(odmerrno, &errstr) == -1)
1235 errstr = "Unknown error";
1238 errstr);
1249 char *errstr; local
1253 if (odm_err_msg(odmerrno, &errstr) == -1)
1254 errstr
[all...]

Completed in 345 milliseconds

12345