Home
last modified time | relevance | path

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

12

/external/toybox/toys/other/
Dshred.c55 perror_msg_raw(*try);
82 perror_msg_raw(*try);
95 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
Dxxd.c94 if (len < 0) perror_msg_raw(name); in do_xxd_include()
161 if (ferror(fp)) perror_msg_raw(name); in do_xxd_reverse()
Dlosetup.c83 perror_msg_raw(device ? device : "-f");
96 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);
Dmodinfo.c52 perror_msg_raw(full_name); in modinfo_file()
Dblkid.c174 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);
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()
Dhead.c48 if (len<0) perror_msg_raw(name);
Dstrings.c56 if (nread < 0) perror_msg_raw(filename);
Dcksum.c64 if (len<0) perror_msg_raw(name); in do_cksum()
Dnl.c50 if (ferror(f)) perror_msg_raw(name); in do_nl()
Drm.c79 if (!dir || try->symlink != (char *)2) perror_msg_raw(try->name); in do_rm()
Dwc.c78 if (len2<0) perror_msg_raw(name); in do_wc()
Dexpand.c41 perror_msg_raw(name); in do_expand()
Dod.c211 perror_msg_raw(name); in do_od()
/external/toybox/toys/lsb/
Dmd5sum.c367 perror_msg_raw(name); in do_c_line()
384 perror_msg_raw(name); in do_c_file()
Dkillall.c97 perror_msg_raw(TT.names[i]); in killall_main()
Dumount.c104 perror_msg_raw(dir);
/external/toybox/toys/pending/
Dgetty.c281 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()
289 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()
/external/toybox/lib/
Ddirtree.c141 perror_msg_raw(path); in dirtree_recurse()
Dxwrap.c282 perror_msg_raw(s); in xpopen_both()
369 if (fd == -1) ((mode&WARN_ONLY) ? perror_msg_raw : perror_exit_raw)(path); in xcreate_stdio()

12