HomeSort by relevance Sort by last modified time
    Searched full:perror (Results 251 - 275 of 1075) sorted by null

<<11121314151617181920>>

  /bionic/libc/dns/resolv/
res_send.c 153 static void Perror(const res_state, FILE *, const char *, int);
793 Perror(statp, stderr, "socket(vc)", errno);
797 Perror(statp, stderr, "socket(vc)", errno);
805 Perror(statp, stderr, "setsockopt", errno);
837 Perror(statp, stderr, "write failed", errno);
854 Perror(statp, stderr, "read failed", errno);
899 Perror(statp, stderr, "read(vc)", errno);
1076 Perror(statp, stderr, "socket(dg)", errno);
1080 Perror(statp, stderr, "socket(dg)", errno);
1124 Perror(statp, stderr, "send", errno)
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 645 if (*sktPtr < 0) { err = errno; perror((intfAddr->sa_family == AF_INET) ? "socket AF_INET" : "socket AF_INET6"); }
657 if (err < 0) { err = errno; perror("setsockopt - SO_REUSExxxx"); }
669 if (err < 0) { err = errno; perror("setsockopt - IP_PKTINFO"); }
673 if (err < 0) { err = errno; perror("setsockopt - IP_RECVDSTADDR"); }
679 if (err < 0) { err = errno; perror("setsockopt - IP_RECVIF"); }
700 if (err < 0) { err = errno; perror("setsockopt - IP_ADD_MEMBERSHIP"); }
707 if (err < 0) { err = errno; perror("setsockopt - IP_MULTICAST_IF"); }
714 if (err < 0) { err = errno; perror("setsockopt - IP_TTL"); }
724 if (err < 0) { err = errno; perror("setsockopt - IP_MULTICAST_TTL"); }
734 if (err < 0) { err = errno; perror("bind"); fflush(stderr);
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
evlist.c 964 perror("failed to create 'ready' pipe");
969 perror("failed to create 'go' pipe");
975 perror("failed to fork");
998 perror("unable to read pipe");
1002 perror(argv[0]);
1017 perror("unable to read pipe");
1045 perror("enable to write to pipe");
  /external/e2fsprogs/e2fsck/
logfile.c 224 perror("pipe");
230 perror("fork");
236 perror("daemon");
  /external/ltrace/sysdeps/linux-gnu/
events.c 170 perror("wait");
251 perror("get_instruction_pointer");
278 perror("syscall_p");
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 46 #include <stdio.h> /* for perror() */
463 perror("pthread_key_create(): failed to allocate key for thread specific data");
497 perror("pthread_set_specific() failed");
  /external/selinux/policycoreutils/run_init/
run_init.c 400 perror("chdir");
411 perror("execvp");
425 perror("execvp");
  /frameworks/wilhelm/tools/permute/
permute.c 130 perror(path_in);
264 perror(path_out);
290 perror(path_map);
  /external/netperf/
netlib.c 329 perror("netperf: setitimer");
404 * WIN32 implementation of perror, does not deal very well with WSA errors
405 * The stdlib.h version of perror only deals with the ancient XENIX error codes.
882 perror("WaitForSingleObject failed");
932 perror("CreateEvent failure");
1068 perror("netperf: setitimer");
    [all...]
nettest_unix.c 317 perror("netperf: send_stream_stream: stream stream data socket");
427 perror("netperf: send_stream_stream: remote error");
435 perror("netperf: send_stream_stream: data socket connect failed");
507 perror("netperf: data send error");
534 perror("netperf: send_stream_stream: cannot close socket");
557 perror("netperf: remote error");
    [all...]
  /external/e2fsprogs/lib/ss/
test_ss.c 48 perror(cmd_file);
  /external/e2fsprogs/tests/progs/
random_exercise.c 64 perror("fstat");
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper_unittest_helper.cc 64 perror("ERROR: parent notification failed");
  /external/icu/icu4c/source/test/intltest/
itrbnfp.cpp 137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
  /external/libcxx/test/support/
platform_support.h 75 perror("mkstemp");
  /external/liblzf/
lzf.c 149 perror ("");
235 perror ("");
392 perror ("");
414 perror ("");
  /external/libmtp/examples/
albumart.c 101 perror("stat");
thumb.c 81 perror("stat");
  /external/libunwind/tests/
ia64-test-setjmp.c 97 perror ("mmap");
  /external/libvorbis/lib/
analysis.c 78 if(!of)perror("failed to open data dump file");
  /external/linux-tools-perf/src/tools/perf/tests/
dso-data.c 22 perror("mkstemp failed");
  /external/parameter-framework/remote-processor/
ListeningSocket.cpp 92 perror("CListeningSocket::accept::accept");
  /external/selinux/policycoreutils/restorecond/
stringslist.c 105 perror(msg);
  /external/selinux/policycoreutils/semodule_expand/
semodule_expand.c 171 perror(outname);
  /external/selinux/policycoreutils/semodule_link/
semodule_link.c 153 perror(outname);

Completed in 433 milliseconds

<<11121314151617181920>>