HomeSort by relevance Sort by last modified time
    Searched defs:errstr (Results 1 - 18 of 18) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 80 char errstr[300]; local
82 regerror (err, &rbuf, errstr, sizeof (errstr));
83 puts (errstr);
  /build/tools/atree/
files.cpp 271 string errstr; local
276 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
282 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
294 errstr = "Error: More than 2 paths per line.";
299 if (pcount == 0 && !errstr.empty()) {
300 errstr = "Error: No path found on line.";
303 if (!errstr.empty()) {
305 filename.c_str(), i+1, p, errstr.c_str());
  /external/openssl/apps/
openssl.c 159 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/dnsmasq/src/
tftp.c 501 char *errstr = strerror(errno); local
505 ret += (snprintf(mess->message, 500, message, file, errstr) + 1);
  /external/valgrind/main/exp-sgcheck/
pc_common.c 787 const HChar* errstr = VG_(get_error_string)(err); local
788 tl_assert(errstr);
789 VG_(snprintf)(buf, nBuf-1, "%s", errstr);
  /external/netcat/
netcat.c 132 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, optarg)
859 const char *errstr; local
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 66 const char *errstr[] = { variable
  /external/libpcap/
pcap-bpf.c 1115 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 = "Unknown error"
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 1408 std::string errstr; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 199 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/valgrind/main/helgrind/
hg_errors.c 328 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon37426::__anon37427::__anon37432
348 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon37426::__anon37427::__anon37434
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,
619 tl_assert(errstr);
623 xe.XE.Misc.errstr = string_table_strdup(errstr);
    [all...]
hg_main.c 2003 const HChar* errstr = "Attempt to re-lock a " local
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 1393 const HChar* errstr = VG_(get_error_string)(err); local
    [all...]
  /external/openssl/ssl/
ssltest.c 422 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);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 2036 transstr errstr; local
    [all...]
  /external/libxml2/
parser.c 319 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],
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 244 const char *(*errstr)(int); member in struct:sqlite3_api_routines
461 #define sqlite3_errstr sqlite3_api->errstr
  /external/sqlite/dist/
sqlite3ext.h 244 const char *(*errstr)(int); member in struct:sqlite3_api_routines
461 #define sqlite3_errstr sqlite3_api->errstr

Completed in 6443 milliseconds