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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexsol.c17 Lisp_Object errstring; local
24 errstring = code_convert_string_norecord (build_string (dlerror ()),
28 Fcons (build_string ("Cannot unexec"), Fcons (errstring, data)));
H A Demacs.c1100 char *errstring = strerror (errno);
1101 fprintf (stderr, "%s: %s: %s\n", argv[0], term, errstring);
1097 char *errstring = strerror (errno); local
H A Dfileio.c273 Lisp_Object errstring;
277 errstring = code_convert_string_norecord (build_string (strerror (errorno)),
284 xsignal (Qfile_already_exists, Fcons (errstring, data));
289 if (SREF (errstring, 1) != '/')
290 SSET (errstring, 0, DOWNCASE (SREF (errstring, 0)));
293 Fcons (build_string (string), Fcons (errstring, data)));
272 Lisp_Object errstring; local
/macosx-10.10.1/autofs-246/dumpammap/
H A Ddumpammap.c84 char *errstring; local
88 errstring = od_CFStringtoCString(errstringref);
91 errstring = strdup("Unknown error");
92 return (errstring);
103 char *errstring; local
122 errstring = od_get_error_string(error);
124 errstring);
125 free(errstring);
152 errstring = od_get_error_string(error);
154 errstring);
200 char *errstring; local
[all...]
/macosx-10.10.1/autofs-246/od_user_homes/
H A Dod_user_homes.c74 char *errstring; local
78 errstring = od_CFStringtoCString(errstringref);
81 errstring = strdup("Unknown error");
82 return (errstring);
169 char *errstring; local
204 errstring = od_get_error_string(error);
206 errstring);
207 free(errstring);
217 errstring = od_get_error_string(error);
219 errstring);
[all...]
/macosx-10.10.1/autofs-246/automountlib/
H A Dns_od.c144 char *errstring; local
148 errstring = od_CFStringtoCString(errstringref);
151 errstring = strdup("Unknown error");
152 return (errstring);
678 char *errstring; local
702 errstring = od_get_error_string(error);
704 errstring);
705 free(errstring);
732 errstring = od_get_error_string(error);
734 errstring);
777 char *errstring; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/dso/
H A Ddso_vms.c325 char errstring[257]; local
328 errstring_dsc.dsc$w_length = sizeof(errstring);
331 errstring_dsc.dsc$a_pointer = errstring;
341 errstring[length] = '\0';
349 ": ", errstring);
354 ": ", errstring);
439 char errstring[257]; local
442 errstring_dsc.dsc$w_length = sizeof(errstring);
445 errstring_dsc.dsc$a_pointer = errstring;
453 errstring[lengt
[all...]
/macosx-10.10.1/autofs-246/automount/
H A Dautomount.c1030 char *errstring; local
1044 errstring = od_get_error_string(error);
1046 errstring);
1047 free(errstring);
1056 errstring = od_get_error_string(error);
1058 errstring);
1059 free(errstring);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Denv012.tcl220 foreach errstring $errstrings {
221 puts "FAIL: error in $logname : $errstring"
H A Dtestutils.tcl2440 set errstring "args must contain a hyphen; does this test\
2442 puts "FAIL:[timestamp] $errstring (largs was $largs)"
2712 set errstring {}
2720 lappend errstring $a:$line
2725 return $errstring
3147 set errstring\
3149 puts "FAIL:[timestamp] $errstring"
3150 return -code return $errstring
3201 set errstring "randstring uninitialized or used too often"
3202 puts "FAIL:[timestamp] $errstring"
[all...]
/macosx-10.10.1/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c356 char *errstring; local
384 errstring = ERR_error_string(err, NULL);
385 assert(errstring != NULL);
386 tls_errprintf(0, apparg, "OpenSSL error%s%s: %s:%s:%d:%s\n", app_prefix_1, app_prefix_2, errstring, file, line, (flags & ERR_TXT_STRING) ? data : "");
/macosx-10.10.1/less-25/less/
H A Dsearch.c407 const char *errstring; local
411 &errstring, &erroffset, NULL);
414 parg.p_string = (char *) errstring;
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dlpi.c1068 static char errstring[6+2+8+1]; local
1170 sprintf(errstring, "Error %02x", dl_errno);
1171 return (errstring);
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c910 const char *errstring; local
911 ok = ap_expr_exec(r, req->mpExpr, &errstring);
917 r->filename, errstring);
H A Dssl_engine_config.c1246 const char *errstring; local
1252 errstring = ap_expr_parse(cmd->pool, cmd->temp_pool, info, arg, NULL);
1253 if (errstring) {
1254 return apr_pstrcat(cmd->pool, "SSLRequire: ", errstring, NULL);
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dzic.c879 ** Call error with errstring and return zero on errors.
883 gethms(string, errstring, signable)
885 const char * const errstring;
904 error(errstring);
911 error(errstring);
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c1039 ** Call error with errstring and return zero on errors.
1043 gethms(string, errstring, signable)
1045 const char * const errstring;
1065 error(errstring);
1071 error(errstring);

Completed in 325 milliseconds