/external/libppp/src/ |
radius.h | 58 char *errstr; /* Error-Message */ member in struct:radius
|
radius.c | 535 free(r->errstr); 537 r->errstr = NULL; 549 if ((r->errstr = rad_cvt_string((const char *)data, 558 " MS-CHAP-Error \"%s\"\n", r->errstr); 780 r->errstr = NULL; 814 free(r->errstr); 815 r->errstr = NULL; [all...] |
/external/openssh/ |
ssh-keygen.c | 1929 const char *errstr; local [all...] |
misc.c | 237 const char *errstr; local 239 port = strtonum(s, 0, 65535, &errstr); 240 if (errstr != NULL) 248 const char *errstr = NULL; local 269 tun = strtonum(s, 0, SSH_TUNID_MAX, &errstr); 270 if (errstr != NULL)
|
ssh-agent.c | 1209 const char *errstr = NULL; local 1217 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr); 1218 if (errstr) { 1221 SSH_AGENTPID_ENV_NAME, pidstr, errstr); [all...] |
scp.c | 373 const char *errstr; local 433 &errstr); 434 if (errstr != NULL)
|
/external/openssl/ |
Apps-config.mk | 49 apps/errstr.c \
|
/packages/apps/Mms/src/com/android/mms/util/ |
DownloadManager.java | 233 final int errStr = errorStr; 237 Toast.makeText(mContext, errStr, Toast.LENGTH_LONG).show();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
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/ |
dir_util.py | 131 except os.error, (errno, errstr): 136 "error listing files in '%s': %s" % (src, errstr)
|
/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/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 777 std::string ErrStr; 779 .setErrorStr(&ErrStr) 784 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); 877 char ErrStr[256]; 878 sprintf(ErrStr, "Unknown variable name %s", Name.c_str()); 879 if (V == 0) return ErrorV(ErrStr); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy.cpp | 807 std::string ErrStr; 809 .setErrorStr(&ErrStr) 814 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); 917 char ErrStr[256]; 918 sprintf(ErrStr, "Unknown variable name %s", Name.c_str()); 919 if (V == 0) return ErrorV(ErrStr); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 695 std::string ErrStr; 696 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary); 896 std::string ErrStr; 898 .setErrorStr(&ErrStr) 903 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); 1019 char ErrStr[256]; 1020 sprintf(ErrStr, "Unknown variable name %s", Name.c_str()); 1021 if (V == 0) return ErrorV(ErrStr); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 719 std::string ErrStr; 720 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary); 809 std::string ErrStr; 810 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); 812 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); 1033 std::string ErrStr; 1035 .setErrorStr(&ErrStr) 1040 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); [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/ |
progs.h | 81 {FUNC_TYPE_GENERAL,"errstr",errstr_main},
|
/external/openssl/apps/ |
progs.h | 81 {FUNC_TYPE_GENERAL,"errstr",errstr_main},
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 576 std::string ErrStr; 577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); 579 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
|
/external/valgrind/main/exp-sgcheck/ |
pc_common.c | 787 Char* errstr = VG_(get_error_string)(err); local 788 tl_assert(errstr); 789 VG_(snprintf)(buf, nBuf-1, "%s", errstr);
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 821 std::string ErrStr; 822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); 824 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 939 std::string ErrStr; 940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); 942 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
|
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 251 std::string ErrStr; 259 reportBad(CXLoadDiag_CannotLoad, ErrStr);
|