Home
last modified time | relevance | path

Searched refs:perror_msg_raw (Results 1 – 25 of 30) sorted by relevance

12

/external/toybox/toys/other/
Dshred.c60 perror_msg_raw(*try);
87 perror_msg_raw(*try);
100 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
Dlosetup.c91 perror_msg_raw(device ? device : "-f");
104 perror_msg_raw(device);
Drealpath.c23 if (!realpath(*s, toybuf)) perror_msg_raw(*s); in realpath_main()
Ddos2unix.c45 if (len<0) perror_msg_raw(name);
Dxxd.c120 if (ferror(fp)) perror_msg_raw(name); in do_xxd_reverse()
Dmodinfo.c53 perror_msg_raw(full_name); in modinfo_file()
Dblkid.c152 if (errno != ENOMEDIUM) perror_msg_raw(device); in blkid_main()
/external/toybox/toys/posix/
Drmdir.c28 perror_msg_raw(name); in do_rmdir()
Dmkfifo.c49 if (mknod(*s, S_IFIFO | TT.mode, 0) < 0) perror_msg_raw(*s);
Dhead.c42 if (len<0) perror_msg_raw(name);
Dstrings.c40 if (nread < 0) perror_msg_raw(filename);
Dcat.c62 perror_msg_raw(name); in do_cat()
Dcpio.c214 if (err) perror_msg_raw(name); in cpio_main()
236 perror_msg_raw(name); in cpio_main()
Dcksum.c55 if (len<0) perror_msg_raw(name); in do_cksum()
Dnl.c54 if (ferror(f)) perror_msg_raw(name);
Dwc.c65 if (len<0) perror_msg_raw(name); in do_wc()
Drm.c72 if (!dir || try->symlink != (char *)2) perror_msg_raw(try->name); in do_rm()
Dexpand.c41 perror_msg_raw(name); in do_expand()
Dcut.c116 perror_msg_raw(*argv); in get_data()
Dod.c210 perror_msg_raw(name); in do_od()
Dgrep.c91 perror_msg_raw(name); in do_grep()
/external/toybox/toys/lsb/
Dkillall.c97 perror_msg_raw(TT.names[i]); in killall_main()
Dumount.c104 perror_msg_raw(dir);
/external/toybox/lib/
Dlib.c89 void perror_msg_raw(char *msg) in perror_msg_raw() function
567 perror_msg_raw(*argv); in loopfiles_rw()
Dlib.h160 void perror_msg_raw(char *msg);

12