Ejemplo n.º 1
0
void
write_error (char const *name)
{
  call_arg_error ("write", name);
}
Ejemplo n.º 2
0
void
utime_error (char const *name)
{
  call_arg_error ("utime", name);
}
Ejemplo n.º 3
0
void
waitpid_error (char const *name)
{
  call_arg_error ("waitpid", name);
}
Ejemplo n.º 4
0
void
truncate_error (char const *name)
{
  call_arg_error ("truncate", name);
}
Ejemplo n.º 5
0
void
unlink_error (char const *name)
{
  call_arg_error ("unlink", name);
}
Ejemplo n.º 6
0
void
seek_error (char const *name)
{
  call_arg_error ("seek", name);
}
Ejemplo n.º 7
0
void
stat_error (char const *name)
{
  call_arg_error ("stat", name);
}
Ejemplo n.º 8
0
void
readlink_error (char const *name)
{
  call_arg_error ("readlink", name);
}
Ejemplo n.º 9
0
void
savedir_error (char const *name)
{
  call_arg_error ("savedir", name);
}
Ejemplo n.º 10
0
void
open_error (char const *name)
{
  call_arg_error ("open", name);
}
Ejemplo n.º 11
0
void
read_error (char const *name)
{
  call_arg_error ("read", name);
}
Ejemplo n.º 12
0
void
mknod_error (char const *name)
{
  call_arg_error ("mknod", name);
}
Ejemplo n.º 13
0
void
mkfifo_error (char const *name)
{
  call_arg_error ("mkfifo", name);
}
Ejemplo n.º 14
0
void
mkdir_error (char const *name)
{
  call_arg_error ("mkdir", name);
}
Ejemplo n.º 15
0
void
close_error (char const *name)
{
  call_arg_error ("close", name);
}
Ejemplo n.º 16
0
void
rmdir_error (char const *name)
{
  call_arg_error ("rmdir", name);
}