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

  /external/syslinux/com32/lib/
perror.c 2 * perror.c
9 void perror(const char *s) function
  /external/syslinux/dos/
perror.c 4 void perror(const char *msg) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
perror.c 2 Implementation of perror as declared in <stdio.h>.
40 NetBSD: perror.c,v 1.24 2006/01/26 11:13:42 kleink Exp
41 perror.c 8.1 (Berkeley) 6/4/93
53 * Since perror() is not allowed to change the contents of strerror()'s
58 perror(const char *s) function
  /external/curl/tests/server/
util.h 46 #undef perror macro
47 #define perror(m) win32_perror(m) macro
  /external/libxml2/win32/wince/
wincecompat.h 48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK) macro
  /toolchain/binutils/binutils-2.27/zlib/
minigzip.c 64 # define perror(s) pwinerror(s) macro
184 perror("fread");
280 perror(file);
329 perror(file);
425 perror(*argv);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
minigzip.c 68 # define perror(s) pwinerror(s) macro
379 perror("fread");
479 perror(file);
536 perror(file);
636 perror(*argv);
  /external/python/cpython2/Modules/zlib/
minigzip.c 68 # define perror(s) pwinerror(s) macro
379 perror("fread");
479 perror(file);
536 perror(file);
636 perror(*argv);
  /external/python/cpython3/Modules/zlib/
minigzip.c 68 # define perror(s) pwinerror(s) macro
379 perror("fread");
479 perror(file);
536 perror(file);
636 perror(*argv);
  /external/zlib/src/test/
minigzip.c 68 # define perror(s) pwinerror(s) macro
379 perror("fread");
479 perror(file);
536 perror(file);
636 perror(*argv);
  /toolchain/binutils/binutils-2.27/zlib/test/
minigzip.c 68 # define perror(s) pwinerror(s) macro
379 perror("fread");
479 perror(file);
536 perror(file);
636 perror(*argv);
  /external/icu/icu4c/source/i18n/
decimfmtimpl.cpp 788 UParseError perror; local
789 applyPattern(pattern, FALSE, perror, status);
796 UParseError perror; local
797 applyPattern(pattern, FALSE, perror, status);
804 UParseError &perror, UErrorCode &status) {
805 applyPattern(pattern, FALSE, perror, status);
812 UParseError perror; local
813 applyPattern(pattern, TRUE, perror, status);
820 UParseError &perror, UErrorCode &status) {
821 applyPattern(pattern, TRUE, perror, status)
    [all...]
rbnf.cpp 269 static StringLocalizationInfo* create(const UnicodeString& info, UParseError& perror, UErrorCode& status);
312 * On a successful parse, return a StringLocalizationInfo*, otherwise delete locData, set perror and status,
617 StringLocalizationInfo::create(const UnicodeString& info, UParseError& perror, UErrorCode& status) {
637 LocDataParser parser(perror, status);
680 const Locale& alocale, UParseError& perror, UErrorCode& status)
699 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status);
700 init(description, locinfo, perror, status);
705 UParseError& perror, UErrorCode& status)
724 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status);
725 init(description, locinfo, perror, status)
857 UParseError perror; local
904 UParseError perror; local
    [all...]
  /external/python/cpython3/Lib/
tokenize.py 736 def perror(message): function in function:main
742 perror("%s:%d:%d: error: %s" % args)
744 perror("%s: error: %s" % (filename, message))
746 perror("error: %s" % message)
789 perror("unexpected error: %s" % err)
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 211 UParseError perror; local
212 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status);
218 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
230 UParseError perror; local
231 RuleBasedNumberFormat fromRulesResult(rules, Locale::getUS(), perror, status);
374 UParseError pError;
375 RuleBasedNumberFormat formatter(rules, Locale("ru"), pError, status);
473 UParseError perror; local
474 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status);
1742 UParseError perror; local
    [all...]
numfmtst.cpp 274 UParseError perror; local
276 pattern, symbols.getAlias(), perror, status), status);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 359 void perror(const char *s) function
  /bionic/libc/stdio/
stdio.cpp 338 // to maintain the descriptor. Various C library routines (perror)
837 void perror(const char* msg) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 603 #define perror(...) (pthread_testcancel(), perror(__VA_ARGS__)) macro
    [all...]

Completed in 1301 milliseconds