HomeSort by relevance Sort by last modified time
    Searched full:perror (Results 126 - 150 of 852) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/docs/
SYSV-IPC.TXT 56 perror("fork:");
71 perror("waitpid:");
  /external/bzip2/
dlltest.c 126 perror("reason:");
149 perror("reason:");
  /external/iproute2/misc/
nstat.c 505 perror("nstat: socket");
509 perror("nstat: bind");
513 perror("nstat: listen");
517 perror("nstat: daemon");
542 perror("nstat: open history file");
546 perror("nstat: fdopen history file");
550 perror("nstat: flock history file");
554 perror("nstat: fstat history file");
  /external/openssl/apps/
s_socket.c 270 if (s == INVALID_SOCKET) { perror("socket"); return(0); }
277 if (i < 0) { perror("keepalive"); return(0); }
282 { closesocket(s); perror("connect"); return(0); }
362 perror("bind");
418 perror("accept");
427 if (i < 0) { perror("linger"); return(0); }
430 if (i < 0) { perror("keepalive"); return(0); }
452 perror("OPENSSL_malloc");
  /external/valgrind/main/auxprogs/
valgrind-listener.c 111 perror("fcntl failed");
122 perror("fcntl failed");
268 perror("cannot open socket ");
277 perror("cannot enable address reuse ");
288 perror("cannot bind port ");
294 perror("listen failed ");
318 perror("cannot accept connection ");
357 perror("poll(main) failed");
  /external/valgrind/main/helgrind/tests/
tc08_hbl2.c 126 perror("pthread_create");
136 perror("pthread join");
tc23_bogus_condwait.c 105 perror("sem_init");
117 perror("sem_open");
  /ndk/docs/system/libc/
SYSV-IPC.html 56 perror("fork:");
71 perror("waitpid:");
  /sdk/emulator/qtools/
gtrace.cpp 42 perror(gtrace_file);
52 perror(gname_file_);
  /system/core/libsync/
sync_test.c 85 perror("can't create sw_sync_timeline:");
127 perror("can't increment sync obj:");
  /system/extras/tests/bionic/libc/other/
test_timer_create3.c 78 perror ("timer_creat");
88 perror ("timer_settime");
  /external/icu4c/i18n/
rbnf.cpp 263 static StringLocalizationInfo* create(const UnicodeString& info, UParseError& perror, UErrorCode& status);
306 * On a successful parse, return a StringLocalizationInfo*, otherwise delete locData, set perror and status,
589 StringLocalizationInfo::create(const UnicodeString& info, UParseError& perror, UErrorCode& status) {
609 LocDataParser parser(perror, status);
652 const Locale& alocale, UParseError& perror, UErrorCode& status)
663 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status);
664 init(description, locinfo, perror, status);
669 UParseError& perror, UErrorCode& status)
680 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status);
681 init(description, locinfo, perror, status)
782 UParseError perror; local
831 UParseError perror; local
851 UParseError perror; local
    [all...]
  /external/blktrace/btt/
aqd.c 45 perror(oname);
devmap.c 70 perror(fname);
  /external/e2fsprogs/contrib/
make-sparse.c 60 perror(argv[1]);
  /external/e2fsprogs/util/
subst.c 320 perror(optarg);
341 perror(argv[optind]);
359 perror(newfn);
387 perror("utime");
  /external/fsck_msdos/
dir.c 236 perror("No space for directory");
326 perror("Unable to lseek64");
330 perror("Unable to read directory");
339 perror("Unable to lseek64");
343 perror("Unable to write directory");
471 perror("Unable to malloc");
476 perror("Unable to lseek64");
481 perror("Unable to read");
565 perror("Unable to lseek64");
569 perror("Unable to read")
    [all...]
  /external/iproute2/netem/
stats.c 69 perror(argv[1]);
  /external/netperf/
netcpu_kstat.c 55 perror("kstat_read "); \
93 perror("kstat_open ");
134 perror("kstat_read");
210 perror("kcid changed midstream and I cannot deal with that!");
  /external/oprofile/gui/
oprof_start_config.cpp 54 perror("oprof_start: Unable to determine OS release.");
  /external/qemu/
cache-utils.c 52 perror("sysctl CTL_HW HW_CACHELINE failed");
os-posix.c 164 perror("unable to change process name");
233 perror("not able to chdir to /");
306 perror("not able to chdir to /");
331 perror("daemonize. Writing to pipe\n");
  /external/valgrind/main/none/tests/
fdleak_ipv4.c 62 perror("connect");
pending.c 77 perror("FAILED: sigwaitinfo failed");
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport.c 34 perror("sysctl");

Completed in 601 milliseconds

1 2 3 4 56 7 8 91011>>