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

1 2

  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 33 except os.error, (errno, errstr):
34 raise DistutilsFileError("could not open '%s': %s" % (src, errstr))
39 except os.error, (errno, errstr):
41 "could not delete '%s': %s" % (dst, errstr))
45 except os.error, (errno, errstr):
47 "could not create '%s': %s" % (dst, errstr))
52 except os.error, (errno, errstr):
54 "could not read from '%s': %s" % (src, errstr))
61 except os.error, (errno, errstr):
63 "could not write to '%s': %s" % (dst, errstr))
    [all...]
dir_util.py 131 except os.error, (errno, errstr):
136 "error listing files in '%s': %s" % (src, errstr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 33 except os.error, (errno, errstr):
34 raise DistutilsFileError("could not open '%s': %s" % (src, errstr))
39 except os.error, (errno, errstr):
41 "could not delete '%s': %s" % (dst, errstr))
45 except os.error, (errno, errstr):
47 "could not create '%s': %s" % (dst, errstr))
52 except os.error, (errno, errstr):
54 "could not read from '%s': %s" % (src, errstr))
61 except os.error, (errno, errstr):
63 "could not write to '%s': %s" % (dst, errstr))
    [all...]
dir_util.py 131 except os.error, (errno, errstr):
136 "error listing files in '%s': %s" % (src, errstr)
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 44 #define getstr(n) errstr[n]
49 #define getstr(n) catgets(catalog, 1, n, errstr[n])
52 extern const char *errstr[];
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_error.c 118 char *SDL_GetErrorMsg(char *errstr, unsigned int maxlen)
123 *errstr = '\0'; --maxlen;
129 char *msg = errstr;
183 return(errstr);
  /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);
  /external/valgrind/main/helgrind/
hg_errors.h 70 void HG_(record_error_Misc_w_aux) ( Thread*, const HChar* errstr,
73 void HG_(record_error_Misc) ( Thread* thr, const HChar* errstr );
hg_errors.c 328 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon36539::__anon36540::__anon36545
348 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon36539::__anon36540::__anon36547
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...]
  /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/chromium_org/third_party/openssl/openssl/apps/
openssl.c 158 const char *errstr = NULL; local
164 errstr = "invalid mode";
170 errstr = "type out of bounds";
178 errstr = "already locked";
190 errstr = "not locked";
196 errstr = (rw == CRYPTO_READ) ?
205 errstr = "invalid mode";
210 if (errstr)
214 errstr, mode, type, file, line);
  /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/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...]
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 321 * errstr pointer to an error string
330 const char *errstr, va_list args);
  /external/chromium_org/third_party/openssl/openssl/
Apps-config.mk 49 apps/errstr.c \
  /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...]
  /frameworks/base/tools/aidl/
aidl_language_y.y 7 int yyerror(char* errstr);
350 int yyerror(char* errstr)
352 fprintf(stderr, "%s:%d: %s\n", g_currentFilename, yylineno, errstr);
  /external/chromium_org/third_party/openssl/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/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/sqlite/dist/orig/
sqlite3ext.h 244 const char *(*errstr)(int); member in struct:sqlite3_api_routines
461 #define sqlite3_errstr sqlite3_api->errstr

Completed in 1470 milliseconds

1 2