HomeSort by relevance Sort by last modified time
    Searched refs:perror_msg_raw (Results 1 - 25 of 30) sorted by null

1 2

  /external/toybox/toys/other/
realpath.c 23 if (!realpath(*s, toybuf)) perror_msg_raw(*s);
shred.c 60 perror_msg_raw(*try);
87 perror_msg_raw(*try);
100 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
dos2unix.c 45 if (len<0) perror_msg_raw(name);
losetup.c 91 perror_msg_raw(device ? device : "-f");
104 perror_msg_raw(device);
blkid.c 159 if (errno != ENOMEDIUM) perror_msg_raw(device);
modinfo.c 54 perror_msg_raw(full_name);
xxd.c 127 if (ferror(fp)) perror_msg_raw(name);
  /external/toybox/toys/posix/
rmdir.c 28 perror_msg_raw(name);
mkfifo.c 49 if (mknod(*s, S_IFIFO | TT.mode, 0) < 0) perror_msg_raw(*s);
cat.c 62 perror_msg_raw(name);
cksum.c 55 if (len<0) perror_msg_raw(name);
head.c 48 if (len<0) perror_msg_raw(name);
nl.c 54 if (ferror(f)) perror_msg_raw(name);
rm.c 72 if (!dir || try->symlink != (char *)2) perror_msg_raw(try->name);
strings.c 56 if (nread < 0) perror_msg_raw(filename);
expand.c 41 perror_msg_raw(name);
wc.c 69 if (len2<0) perror_msg_raw(name);
cpio.c 216 if (err) perror_msg_raw(name);
238 perror_msg_raw(name);
cut.c 116 perror_msg_raw(*argv);
od.c 211 perror_msg_raw(name);
  /external/toybox/toys/lsb/
killall.c 97 perror_msg_raw(TT.names[i]);
umount.c 104 perror_msg_raw(dir);
md5sum.c 365 perror_msg_raw(name);
385 perror_msg_raw(name);
  /external/toybox/lib/
xwrap.c 254 perror_msg_raw(s);
334 if (fd == -1) ((mode&WARN_ONLY) ? perror_msg_raw : perror_exit_raw)(path);
lib.h 185 void perror_msg_raw(char *msg);

Completed in 172 milliseconds

1 2