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 152 if (errno != ENOMEDIUM) perror_msg_raw(device);
modinfo.c 53 perror_msg_raw(full_name);
xxd.c 120 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);
head.c 42 if (len<0) perror_msg_raw(name);
strings.c 40 if (nread < 0) perror_msg_raw(filename);
cksum.c 55 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);
wc.c 65 if (len<0) perror_msg_raw(name);
expand.c 41 perror_msg_raw(name);
cpio.c 214 if (err) perror_msg_raw(name);
236 perror_msg_raw(name);
cut.c 116 perror_msg_raw(*argv);
od.c 210 perror_msg_raw(name);
grep.c 91 perror_msg_raw(name);
cp.c 486 if (mkpathat(AT_FDCWD, *ss, 0777, 3)) perror_msg_raw(*ss);
  /external/toybox/toys/lsb/
killall.c 97 perror_msg_raw(TT.names[i]);
umount.c 104 perror_msg_raw(dir);
  /external/toybox/lib/
lib.h 160 void perror_msg_raw(char *msg);

Completed in 899 milliseconds

1 2