Searched refs:perror_exit_raw (Results 1 – 13 of 13) sorted by relevance
/third_party/toybox/toys/other/ |
D | chroot.c | 29 perror_exit_raw(*toys.optargs); in chroot_main()
|
D | mountpoint.c | 38 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);
|
/third_party/toybox/toys/lsb/ |
D | mknod.c | 56 perror_exit_raw(*toys.optargs); in mknod_main()
|
/third_party/toybox/toys/net/ |
D | microcom.c | 47 perror_exit_raw(*toys.optargs); in microcom_main()
|
D | ifconfig.c | 119 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name); in display_ifconfig()
|
/third_party/toybox/lib/ |
D | net.c | 51 else if (!ai->ai_next) perror_exit_raw(dobind ? "bind" : "connect"); in xconnbind()
|
D | lib.c | 104 void perror_exit_raw(char *msg) in perror_exit_raw() function 297 if (errno) perror_exit_raw(str); in xstrtol()
|
D | lib.h | 209 void perror_exit_raw(char *msg);
|
D | xwrap.c | 376 if (fd == -1) ((mode&WARN_ONLY) ? perror_msg_raw : perror_exit_raw)(path); in xcreate_stdio()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 202 void perror_exit_raw(char *msg);
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ifconfig.c | 118 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name); in display_ifconfig()
|