/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | strerror.m4 | 1 # 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/ |
D | crazy_linker_elf_relro.cpp | 38 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()
|
D | crazy_linker_elf_loader.cpp | 74 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()
|
D | crazy_linker_debug.cpp | 33 strlcat(buffer, strerror(error), buffer_size); in LogArgs()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 93 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/ |
D | test_util.h | 53 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 …]
|
D | test_shared_relro.cpp | 45 Panic("Could not create socket pair: %s", strerror(errno)); in main()
|
D | test_relocated_shared_relro.cpp | 36 Panic("Could not create socket pair: %s", strerror(errno)); in main()
|
D | test_two_shared_relros.cpp | 50 Panic("Could not create socket pair: %s", strerror(errno)); in main()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | strerror.c | 35 # undef strerror 37 # define strerror(n) NULL macro 333 char *result = strerror (n); in rpl_strerror()
|
D | string.in.h | 577 # 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/ |
D | ndk-stack.c | 84 dump_file, strerror(errno)); in main() 89 strerror(errno)); in main()
|
/ndk/sources/android/support/src/musl-locale/ |
D | strerror_l.c | 6 return strerror(err); in strerror_l()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-regex2.c | 37 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/ |
D | malloc_lockup.cpp | 99 fprintf(stderr, "ERROR: Can't find library: %s\n", strerror(errno)); in main() 123 n + 1, strerror(errno)); in main()
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 131 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/ |
D | libthread_db.c | 70 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/ |
D | misc.c | 292 #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/ |
D | libthread_db.c | 66 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/ |
D | libthread_db.c | 78 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/ |
D | test_wait.c | 44 fprintf(stderr, "ERROR: fork() failed: %s\n", strerror(errno)); in check_wait_call()
|
/ndk/tests/device/test-stlport/unit/ |
D | cstring_test.cpp | 53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | cstring_test.cpp | 53 CPPUNIT_CHECK( std::strerror(0) != NULL ); in import_checks()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstring | 53 char* strerror(int errnum); 107 using ::strerror;
|
/ndk/sources/host-tools/make-3.81/config/ |
D | isc-posix.m4 | 24 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
|