Home
last modified time | relevance | path

Searched refs:perror_exit_raw (Results 1 – 13 of 13) sorted by relevance

/third_party/toybox/toys/other/
Dchroot.c29 perror_exit_raw(*toys.optargs); in chroot_main()
Dmountpoint.c38 if (lstat(arg, &st1)) perror_exit_raw(arg); in mountpoint_main()
Dinotifyd.c68 if (inotify_add_watch(fds.fd, path, mask) < 0) perror_exit_raw(path); in inotifyd_main()
Dacpi.c38 if (!fscanf(fil = xfdopen(fd, "r"), "%d", &ret)) perror_exit_raw(name);
/third_party/toybox/toys/lsb/
Dmknod.c56 perror_exit_raw(*toys.optargs); in mknod_main()
/third_party/toybox/toys/net/
Dmicrocom.c47 perror_exit_raw(*toys.optargs); in microcom_main()
Difconfig.c119 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name); in display_ifconfig()
/third_party/toybox/lib/
Dnet.c51 else if (!ai->ai_next) perror_exit_raw(dobind ? "bind" : "connect"); in xconnbind()
Dlib.c104 void perror_exit_raw(char *msg) in perror_exit_raw() function
297 if (errno) perror_exit_raw(str); in xstrtol()
Dlib.h209 void perror_exit_raw(char *msg);
Dxwrap.c376 if (fd == -1) ((mode&WARN_ONLY) ? perror_msg_raw : perror_exit_raw)(path); in xcreate_stdio()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h202 void perror_exit_raw(char *msg);
/third_party/toybox/porting/liteos_a/toys/net/
Difconfig.c118 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name); in display_ifconfig()