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.c55 perror_msg_raw(*try);
82 perror_msg_raw(*try);
94 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.c88 perror_msg_raw(device ? device : "-f");
101 perror_msg_raw(device);
Ddos2unix.c45 if (len<0) perror_msg_raw(name);
Dmodinfo.c57 perror_msg_raw(full_name); in modinfo_file()
Dblkid.c210 if (errno != ENOMEDIUM) perror_msg_raw(device); in blkid_main()
/external/toybox/toys/posix/
Drmdir.c31 perror_msg_raw(name); in do_rmdir()
Dmkfifo.c49 if (mknod(*s, S_IFIFO | TT.mode, 0) < 0) perror_msg_raw(*s);
Dhead.c47 if (len<0) perror_msg_raw(name);
Dcat.c62 perror_msg_raw(name); in do_cat()
Dstrings.c56 if (nread < 0) perror_msg_raw(filename);
Dcksum.c64 if (len<0) perror_msg_raw(name); in do_cksum()
Dcpio.c238 if (err) perror_msg_raw(name); in cpio_main()
262 perror_msg_raw(name); in cpio_main()
Dwc.c78 if (len2<0) perror_msg_raw(name); in do_wc()
Drm.c82 if (!dir || try->symlink != (char *)2) perror_msg_raw(try->name); in do_rm()
Dexpand.c41 perror_msg_raw(name); in do_expand()
Dls.c269 perror_msg_raw(indir->name); in listfiles()
545 perror_msg_raw(*s); in ls_main()
Dod.c211 perror_msg_raw(name); in do_od()
Dcp.c518 perror_msg_raw(*ss); in install_main()
/external/toybox/toys/lsb/
Dkillall.c105 perror_msg_raw(TT.names[i]); in killall_main()
Dmd5sum.c369 perror_msg_raw(name); in do_c_line()
386 perror_msg_raw(name); in do_c_file()
Dumount.c104 perror_msg_raw(dir);
/external/toybox/lib/
Ddirtree.c154 perror_msg_raw(path); in dirtree_recurse()
Dxwrap.c307 perror_msg_raw(s); in xpopen_setup()
400 if (fd == -1) ((flags&WARN_ONLY) ? perror_msg_raw : perror_exit_raw)(path); in xcreate_stdio()
/external/toybox/toys/pending/
Dfsck.c226 perror_msg_raw(*args); in do_fsck()

12