HomeSort by relevance Sort by last modified time
    Searched refs:perror_exit_raw (Results 1 - 10 of 10) sorted by null

  /external/toybox/toys/other/
chroot.c 27 if (chdir(*toys.optargs) || chroot(".")) perror_exit_raw(*toys.optargs);
mountpoint.c 36 if (lstat(arg, &st1)) perror_exit_raw(arg);
inotifyd.c 68 if (inotify_add_watch(fds.fd, path, mask) < 0) perror_exit_raw(path);
acpi.c 38 if (!fscanf(fil = xfdopen(fd, "r"), "%d", &ret)) perror_exit_raw(name);
  /external/toybox/toys/lsb/
mknod.c 57 perror_exit_raw(*toys.optargs);
  /external/toybox/toys/net/
microcom.c 71 perror_exit_raw(*toys.optargs);
ifconfig.c 113 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name);
  /external/toybox/lib/
lib.h 188 void perror_exit_raw(char *msg);
lib.c 101 void perror_exit_raw(char *msg) function
289 if (errno) perror_exit_raw(str);
xwrap.c 334 if (fd == -1) ((mode&WARN_ONLY) ? perror_msg_raw : perror_exit_raw)(path);

Completed in 237 milliseconds