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

  /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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
errwarn.pxi 31 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/
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);
  /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-config-host.mk 39 apps/errstr.c \
Apps-config-target.mk 39 apps/errstr.c \
  /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/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/dnsmasq/src/
tftp.c 501 char *errstr = strerror(errno); local
505 ret += (snprintf(mess->message, 500, message, file, errstr) + 1);
  /external/llvm/lib/IR/
LegacyPassManager.cpp 1408 std::string errstr; local
    [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/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]

Completed in 1209 milliseconds