Home
last modified time | relevance | path

Searched refs:perror_msg_raw (Results 1 - 25 of 38) sorted by relevance

12

/third_party/toybox/toys/other/
H A Dshred.c55 perror_msg_raw(*try); in shred_main()
82 perror_msg_raw(*try); in shred_main()
94 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try); in shred_main()
H A 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()
H A Dlosetup.c88 perror_msg_raw(device ? device : "-f"); in loopback_setup()
101 perror_msg_raw(device); in loopback_setup()
H A Drealpath.c23 if (!realpath(*s, toybuf)) perror_msg_raw(*s); in realpath_main()
H A Ddos2unix.c45 if (len<0) perror_msg_raw(name); in do_dos2unix()
H A Dmodinfo.c57 perror_msg_raw(full_name); in modinfo_file()
/third_party/toybox/toys/posix/
H A Dmkfifo.c49 if (mknod(*s, S_IFIFO | TT.mode, 0) < 0) perror_msg_raw(*s); in mkfifo_main()
H A Drmdir.c31 perror_msg_raw(name); in do_rmdir()
H A Dcat.c35 if (len<0) perror_msg_raw(name); in do_cat()
H A Dhead.c47 if (len<0) perror_msg_raw(name); in do_head()
H A Dstrings.c56 if (nread < 0) perror_msg_raw(filename); in do_strings()
H A Dcksum.c64 if (len<0) perror_msg_raw(name); in do_cksum()
H A Dexpand.c41 perror_msg_raw(name); in do_expand()
H A Drm.c82 if (!dir || try->symlink != (char *)2) perror_msg_raw(try->name); in do_rm()
H A Dwc.c79 if (len2<0) perror_msg_raw(name); in do_wc()
H A Dcpio.c214 if (err) perror_msg_raw(name); in cpio_main()
236 perror_msg_raw(name); in cpio_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcat.c35 if (len<0) perror_msg_raw(name); in do_cat()
H A Drm.c131 if (!dir || try->symlink != (char *)2) perror_msg_raw(try->name); in do_rm()
/third_party/toybox/toys/pending/
H A 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()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dumount.c73 perror_msg_raw(dir); in do_umount()
/third_party/toybox/toys/lsb/
H A Dkillall.c105 perror_msg_raw(TT.names[i]); in killall_main()
H A Dumount.c104 perror_msg_raw(dir); in do_umount()
H A Dmd5sum.c366 perror_msg_raw(name); in do_c_line()
383 perror_msg_raw(name); in do_c_file()
/third_party/toybox/lib/
H A Ddirtree.c145 perror_msg_raw(path); in dirtree_recurse()
/third_party/toybox/porting/liteos_a/lib/
H A Ddirtree.c152 perror_msg_raw(path); in dirtree_recurse()

Completed in 7 milliseconds

12