Searched refs:perror_exit_raw (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/posix/ |
D | paste.c | 53 else if (!(f = fopen(*args, "r"))) perror_exit_raw(*args); 75 else if (!(*files = fopen(*args, "r"))) perror_exit_raw(*args);
|
/external/toybox/toys/other/ |
D | chroot.c | 27 if (chdir(*toys.optargs) || chroot(".")) perror_exit_raw(*toys.optargs); in chroot_main()
|
D | mountpoint.c | 36 if (lstat(arg, &st1)) perror_exit_raw(arg); in mountpoint_main()
|
D | inotifyd.c | 68 if (inotify_add_watch(fds.fd, path, mask) < 0) perror_exit_raw(path); in inotifyd_main()
|
D | acpi.c | 38 if (!fscanf(fil = xfdopen(fd, "r"), "%d", &ret)) perror_exit_raw(name);
|
D | ifconfig.c | 113 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name); in display_ifconfig()
|
/external/toybox/toys/lsb/ |
D | mknod.c | 57 perror_exit_raw(*toys.optargs);
|
/external/toybox/lib/ |
D | lib.c | 99 void perror_exit_raw(char *msg) in perror_exit_raw() function 287 if (errno) perror_exit_raw(str); in xstrtol()
|
D | lib.h | 162 void perror_exit_raw(char *msg);
|
D | xwrap.c | 303 if (fd == -1) perror_exit_raw(path); in xcreate()
|