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

12

/external/netcat/
H A Dnetcat.c132 const char *errstr, *proxyhost = "", *proxyport = NULL; local
175 iflag = strtonum(optarg, 0, UINT_MAX, &errstr);
176 if (errstr)
177 errx(1, "interval %s: %s", errstr, optarg);
215 RT_TABLEID_MAX, &errstr);
216 if (errstr)
217 errx(1, "rtable %s: %s", errstr, optarg);
227 timeout = strtonum(optarg, 0, INT_MAX / 1000, &errstr);
228 if (errstr)
229 errx(1, "timeout %s: %s", errstr, optar
859 const char *errstr; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/
H A DSDL_error.c118 char *SDL_GetErrorMsg(char *errstr, unsigned int maxlen) argument
123 *errstr = '\0'; --maxlen;
129 char *msg = errstr;
183 return(errstr);
/external/valgrind/main/helgrind/
H A Dhg_errors.h70 void HG_(record_error_Misc_w_aux) ( Thread*, const HChar* errstr,
73 void HG_(record_error_Misc) ( Thread* thr, const HChar* errstr );
H A Dhg_errors.c328 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon32822::__anon32823::__anon32828
348 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon32822::__anon32823::__anon32830
595 Word err, const HChar* errstr )
600 tl_assert(errstr);
606 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr);
614 void HG_(record_error_Misc_w_aux) ( Thread* thr, const HChar* errstr, argument
619 tl_assert(errstr);
623 xe.XE.Misc.errstr = string_table_strdup(errstr);
[all...]
H A Dhg_main.c2003 const HChar* errstr = "Attempt to re-lock a " local
2007 HG_(record_error_Misc_w_aux)( thr, errstr, auxstr, lk->acquired_at );
2009 HG_(record_error_Misc)( thr, errstr );
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Derrwarn.pxi31 cdef char *errstr, *xrefstr
64 yasm_error_fetch(&errclass, &errstr, &xrefline, &xrefstr)
67 PyErr_Format(exception, "%s: %d: %s", errstr, xrefline, xrefstr)
69 PyErr_SetString(exception, errstr)
72 free(errstr)
/external/openssl/apps/
H A Dopenssl.c159 const char *errstr = NULL; local
165 errstr = "invalid mode";
171 errstr = "type out of bounds";
179 errstr = "already locked";
191 errstr = "not locked";
197 errstr = (rw == CRYPTO_READ) ?
206 errstr = "invalid mode";
211 if (errstr)
215 errstr, mode, type, file, line);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c199 char errstr[ERR_STR_LEN]; member in struct:dlthread
288 err_str = tss->errstr;
779 const char *errstr; local
844 NSLinkEditError(&ler, &lerno, &file, &errstr);
845 if (!errstr || (!SDL_strlen(errstr)))
848 error(errstr);
870 NSLinkEditError(&ler, &lerno, &file, &errstr);
875 error(errstr);
1181 err_str = tss->errstr;
[all...]
/external/openssl/
H A DApps-config-host.mk39 apps/errstr.c \
H A DApps-config-target.mk39 apps/errstr.c \
/external/libpcap/
H A Dpcap-bpf.c1115 char *errstr; local
1118 if (odm_err_msg(odmerrno, &errstr) == -1)
1119 errstr = "Unknown error";
1122 errstr);
1127 if (odm_err_msg(odmerrno, &errstr) == -1)
1128 errstr = "Unknown error";
1131 errstr);
1142 char *errstr; local
1146 if (odm_err_msg(odmerrno, &errstr) == -1)
1147 errstr
[all...]
/external/openssl/ssl/
H A Dssltest.c422 const char *errstr = NULL; local
428 errstr = "invalid mode";
434 errstr = "type out of bounds";
442 errstr = "already locked";
454 errstr = "not locked";
460 errstr = (rw == CRYPTO_READ) ?
469 errstr = "invalid mode";
474 if (errstr)
478 errstr, mode, type, file, line);
/external/dnsmasq/src/
H A Dtftp.c501 char *errstr = strerror(errno); local
505 ret += (snprintf(mess->message, 500, message, file, errstr) + 1);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h244 const char *(*errstr)(int); member in struct:sqlite3_api_routines
461 #define sqlite3_errstr sqlite3_api->errstr
/external/sqlite/dist/
H A Dsqlite3ext.h244 const char *(*errstr)(int); member in struct:sqlite3_api_routines
461 #define sqlite3_errstr sqlite3_api->errstr
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c787 const HChar* errstr = VG_(get_error_string)(err); local
788 tl_assert(errstr);
789 VG_(snprintf)(buf, nBuf-1, "%s", errstr);
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp1408 std::string errstr; local
1409 if (F.Materialize(&errstr))
1410 report_fatal_error("Error reading bitcode file: " + Twine(errstr));
/external/valgrind/main/memcheck/
H A Dmc_errors.c1393 const HChar* errstr = VG_(get_error_string)(err); local
1394 tl_assert(errstr);
1395 VG_(snprintf)(buf, nBuf-1, "%s", errstr);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2036 transstr errstr; local
2039 trans2iso(env, f->h->haveutf, f->h->enc, err, &errstr);
2046 errstr.result, -1);
2047 transfree(&errstr);
2060 transstr errstr;
2063 trans2iso(env, f->h->haveutf, f->h->enc, err, &errstr);
2069 sqlite_set_result_error((sqlite_func *) f->sf, errstr.result, -1);
2070 transfree(&errstr);
/external/libxml2/
H A Dparser.c319 char errstr[129] = ""; local
507 snprintf(errstr, 128, "%s\n", errmsg);
509 snprintf(errstr, 128, "%s: %%s\n", errmsg);
513 XML_ERR_FATAL, NULL, 0, info, NULL, NULL, 0, 0, &errstr[0],
/external/chromium_org/sdch/open-vcdiff/
H A Dltmain.sh3796 char *errstr = strerror (errno);
3797 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
/external/chromium_org/third_party/libxml/src/
H A Dltmain.sh3796 char *errstr = strerror (errno);
3797 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
/external/chromium_org/third_party/sqlite/src/
H A Dltmain.sh3803 char *errstr = strerror (errno);
3804 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dltmain.sh3796 char *errstr = strerror (errno);
3797 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
/external/google-tv-pairing-protocol/cpp/
H A Dlibtool4297 char *errstr = strerror (errno);
4298 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);

Completed in 4474 milliseconds

12