HomeSort by relevance Sort by last modified time
    Searched full:perror_msg (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/strace/linux/crisv10/
arch_sigreturn.c 4 perror_msg("sigreturn: PTRACE_GETREGS");
  /external/toybox/toys/other/
realpath.c 23 if (!realpath(*s, toybuf)) perror_msg("%s", *s);
partprobe.c 24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed");
shred.c 60 perror_msg("%s", *try);
87 perror_msg("%s", *try);
100 if (throw != writeall(fd, toybuf, throw)) perror_msg("%s");
104 if (unlink(*try)) perror_msg("unlink '%s'", *try);
makedevs.c 94 perror_msg("can't create directory '%s'", ptr);
99 perror_msg("line %d: file '%s' does not exist", line_no, ptr);
103 perror_msg("line %d: can't create node '%s'", line_no, ptr);
108 perror_msg("line %d: can't chown/chmod '%s'", line_no, ptr);
readahead.c 31 if (rc) perror_msg("readahead: %s", name);
switch_root.c 77 perror_msg("bad console '%s'", TT.console);
90 perror_msg("Failed to exec '%s'", *cmdline);
chcon.c 33 perror_msg("'%s' to %s", path, con);
lsattr.c 106 if (ext2_getflag(fd, &sb, &flag) < 0) perror_msg("reading flags '%s'", path);
135 LABEL1: perror_msg("reading '%s'", path);
172 if (lstat(*toys.optargs, &sb)) perror_msg("stat '%s'", *toys.optargs);
280 perror_msg("read flags of '%s'", fpath);
287 perror_msg("setting flags '%s'", fpath);
293 perror_msg("setting flags '%s'", fpath);
297 perror_msg("while setting version on '%s'", fpath);
dos2unix.c 45 if (len<0) perror_msg("%s",name);
truncate.c 51 if (ftruncate(fd, size)) perror_msg("'%s' to '%lld'", name, size);
  /external/toybox/toys/posix/
ln.c 63 if (unlink(new)) perror_msg("unlink '%s'", new);
74 if (rc && unlink(new)) perror_msg("unlink '%s'", new);
81 perror_msg("cannot create %s link from '%s' to '%s'",
mkdir.c 41 perror_msg("'%s'", *s);
mkfifo.c 34 if (mknod(*s, S_IFIFO | TT.mode, 0) < 0) perror_msg("%s", *s);
rmdir.c 28 perror_msg("%s",name);
head.c 42 if (len<0) perror_msg("%s",name);
renice.c 46 perror_msg("setpriority %d", id);
cpio.c 128 perror_msg("mkpath '%s'", name);
149 perror_msg("create %s", name);
203 if (err) perror_msg("'%s'", name);
225 perror_msg("%s", name);
230 if (st.st_size >> 32) perror_msg("skipping >2G file '%s'", name);
249 else perror_msg("readlink '%s'", name);
255 if (!error++) perror_msg("bad read from file '%s'", name);
cksum.c 55 if (len<0) perror_msg("%s", name);
  /external/toybox/toys/android/
setenforce.c 31 if (ret == -1) perror_msg("Couldn't set enforcing status to '%s'", new);
restorecon.c 45 perror_msg("restorecon failed: %s", *s);
  /external/toybox/toys/lsb/
killall.c 56 if (!(toys.optflags & FLAG_q)) perror_msg("pid %d", (int)pid);
100 perror_msg("%s", TT.names[i]);
  /external/toybox/toys/pending/
ipcrm.c 57 perror_msg("key (%s)", name);
66 if (ret < 0) perror_msg("%s (%s)", ((key)? "key": "id"), name);
userdel.c 46 perror_msg("Couldn't lock file %s",filename);
86 perror_msg("File Writing/Saving failed: ");
iconv.c 46 perror_msg("read '%s'");

Completed in 190 milliseconds

1 2 3 4