Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 25 of 65) sorted by relevance

123

/ndk/sources/host-tools/sed-4.2.1/m4/
Dstrerror.m41 # strerror.m4 serial 9
11 AC_LIBOBJ([strerror])
13 [Define this to 1 if strerror is broken.])
23 AC_CACHE_CHECK([for working strerror function],
29 [[return !*strerror (-2);]])],
37 [[return !*strerror (-2);]])],
43 dnl The system's strerror() fails to return a string for out-of-range
48 dnl The system's strerror() cannot know about the new errno values we add
57 # Prerequisites of lib/strerror.c.
59 AC_CHECK_DECLS([strerror])
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relro.cpp38 strerror(errno)); in SwapPagesFromFd()
55 strerror(errno)); in SwapPagesFromFd()
79 strerror(errno)); in Allocate()
94 error->Format("Could not allocate RELRO mapping: %s", strerror(errno)); in CopyFrom()
126 error->Format("Could not allocate RELRO mapping for: %s", strerror(errno)); in CopyFromRelocated()
146 strerror(errno)); in ForceReadOnly()
168 strerror(errno)); in InitFrom()
174 strerror(errno)); in InitFrom()
Dcrazy_linker_elf_loader.cpp74 error->Format("Can't open file: %s", strerror(errno)); in LoadAt()
80 "Can't seek to file offset %08x: %s", file_offset, strerror(errno)); in LoadAt()
106 error->Format("Can't read file: %s", strerror(errno)); in ReadElfHeader()
170 error->Format("Phdr mmap failed: %s", strerror(errno)); in ReadProgramHeader()
309 error->Format("Could not map segment %d: %s", i, strerror(errno)); in LoadSegments()
334 error->Format("Could not zero-fill gap: %s", strerror(errno)); in LoadSegments()
Dcrazy_linker_debug.cpp33 strlcat(buffer, strerror(error), buffer_size); in LogArgs()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c93 fprintf (stderr, _("cannot remove %s: %s"), open_files->name, strerror (errno)); in panic()
163 panic(_("couldn't open file %s: %s"), name, strerror(errno));
186 panic(_("couldn't attach to %s: %s"), name, strerror(errno));
227 panic(_("couldn't open temporary file %s: %s"), template, strerror(errno));
247 nmemb, utils_fp_name(stream), strerror(errno));
260 panic(_("read error on %s: %s"), utils_fp_name(stream), strerror(errno));
276 panic (_("read error on %s: %s"), utils_fp_name(stream), strerror(errno));
288 panic("couldn't flush %s: %s", utils_fp_name(stream), strerror(errno));
337 panic("couldn't close %s: %s", utils_fp_name(fp), strerror(errno));
378 panic (_("couldn't follow symlink %s: %s"), buf, strerror(errno)); in follow_symlink()
[all …]
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h53 fprintf(stderr, ": %s\n", strerror(old_errno)); in PanicErrno()
138 Panic("Could not create temporary directory name: %s\n", strerror(errno)); in TempDirectory()
140 Panic("Could not create temporary directory %s: %s\n", strerror(errno)); in TempDirectory()
147 Panic("Could not open directory %s: %s\n", strerror(errno)); in ~TempDirectory()
156 Panic("Could not remove %s: %s\n", file_path.c_str(), strerror(errno)); in ~TempDirectory()
161 Panic("Could not remove dir %s: %s\n", path_, strerror(errno)); in ~TempDirectory()
185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno)); in Open()
201 Panic("Could not read /proc/self/exe: %s\n", strerror(errno)); in GetCurrentExecutable()
333 strerror(errno)); in CheckRelroMaps()
358 strerror(errno)); in CheckRelroMaps()
[all …]
Dtest_shared_relro.cpp45 Panic("Could not create socket pair: %s", strerror(errno)); in main()
Dtest_relocated_shared_relro.cpp36 Panic("Could not create socket pair: %s", strerror(errno)); in main()
Dtest_two_shared_relros.cpp50 Panic("Could not create socket pair: %s", strerror(errno)); in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstrerror.c35 # undef strerror
37 # define strerror(n) NULL macro
333 char *result = strerror (n); in rpl_strerror()
Dstring.in.h577 # undef strerror
578 # define strerror rpl_strerror macro
579 extern char *strerror (int);
582 # undef strerror
583 # define strerror(e) \ macro
586 strerror (e))
/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c84 dump_file, strerror(errno)); in main()
89 strerror(errno)); in main()
/ndk/sources/android/support/src/musl-locale/
Dstrerror_l.c6 return strerror(err); in strerror_l()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-regex2.c37 printf ("Couldn't open %s: %s\n", argv[1], strerror (errno)); in main()
43 printf ("Couldn't fstat %s: %s\n", argv[1], strerror (errno)); in main()
50 printf ("Couldn't allocate buffer: %s\n", strerror (errno)); in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dmalloc_lockup.cpp99 fprintf(stderr, "ERROR: Can't find library: %s\n", strerror(errno)); in main()
123 n + 1, strerror(errno)); in main()
/ndk/sources/android/cpufeatures/
Dcpu-features.c131 D("Can't open %s: %s\n", pathname, strerror(errno)); in get_file_size()
140 D("Error while reading %s: %s\n", pathname, strerror(errno)); in get_file_size()
164 D("Could not open %s: %s\n", pathname, strerror(errno)); in read_file()
173 D("Error while reading from %s: %s\n", pathname, strerror(errno)); in read_file()
425 D("Could not read %s: %s\n", filename, strerror(errno)); in cpulist_read_from()
504 D("Could not open %s: %s\n", filepath, strerror(errno)); in get_elf_hwcap_from_proc_self_auxv()
514 D("Error while reading %s: %s\n", filepath, strerror(errno)); in get_elf_hwcap_from_proc_self_auxv()
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c70 D("Could not open %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps()
80 D("Could not read %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps()
160 D("Could not open %s: %s\n", path, strerror(errno)); in td_ta_new()
/ndk/sources/host-tools/make-3.81/
Dmisc.c292 #undef strerror
295 strerror (int errnum) in strerror() function
316 error (NILF, _("%s%s: %s"), str, name, strerror (errno)); in perror_with_name()
324 fatal (NILF, _("%s: %s"), name, strerror (errno)); in pfatal_with_name()
892 error (NILF, _("write error: %s"), strerror (errno)); in close_stdout()
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c66 D("Could not open %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps()
76 D("Could not read %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps()
157 D("Could not open %s: %s\n", path, strerror(errno)); in td_ta_new()
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c78 D("Could not open %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps()
88 D("Could not read %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps()
169 D("Could not open %s: %s\n", path, strerror(errno)); in td_ta_new()
/ndk/tests/device/test-wait/jni/
Dtest_wait.c44 fprintf(stderr, "ERROR: fork() failed: %s\n", strerror(errno)); in check_wait_call()
/ndk/tests/device/test-stlport/unit/
Dcstring_test.cpp53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
/ndk/tests/device/test-gnustl-full/unit/
Dcstring_test.cpp53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstring53 char* strerror(int errnum);
107 using ::strerror;
/ndk/sources/host-tools/make-3.81/config/
Disc-posix.m424 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])

123