LibC.LibCSignalHandler| Modifier and Type | Method and Description |
|---|---|
int |
fstat(int version,
int fd,
FileStat stat) |
int |
fstat64(int version,
int fd,
FileStat stat) |
int |
lstat(int version,
ByteBuffer path,
FileStat stat) |
int |
lstat(int version,
CharSequence path,
FileStat stat) |
int |
lstat64(int version,
ByteBuffer path,
FileStat stat) |
int |
lstat64(int version,
CharSequence path,
FileStat stat) |
int |
stat(int version,
ByteBuffer path,
FileStat stat) |
int |
stat(int version,
CharSequence path,
FileStat stat) |
int |
stat64(int version,
ByteBuffer path,
FileStat stat) |
int |
stat64(int version,
CharSequence path,
FileStat stat) |
mkfifo, posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2, posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy, posix_spawn_file_actions_init, posix_spawn, posix_spawnattr_destroy, posix_spawnattr_getflags, posix_spawnattr_getpgroup, posix_spawnattr_getsigdefault, posix_spawnattr_getsigmask, posix_spawnattr_init, posix_spawnattr_setflags, posix_spawnattr_setpgroup, posix_spawnattr_setsigdefault, posix_spawnattr_setsigmask, posix_spawnp, sigprocmaskaccess, chdir, chmod, chown, close, crypt, crypt, daemon, dup, dup2, endgrent, endpwent, environ, execv, execve, fchmod, fchown, fcntl, fcntl, fcntl, fcntl, fdatasync, flock, fork, fstat, fstat64, fsync, ftruncate, futimens, futimens, futimes, getcwd, getdtablesize, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getgroups, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getrlimit, getrlimit, gettimeofday, getuid, isatty, kill, kill, lchmod, lchown, link, lseek, lstat, lstat64, lutimes, mkdir, nl_langinfo, open, pipe, pread, pread, pread, pread, pwrite, pwrite, pwrite, pwrite, raise, read, read, read, read, readlink, readlink, readlink, recvmsg, rename, rmdir, sendmsg, setegid, setenv, seteuid, setgid, setgrent, setlocale, setpgid, setpgrp, setpriority, setpwent, setrlimit, setrlimit, setsid, setuid, signal, socketpair, stat, stat64, strerror, symlink, syscall, syscall, syscall, syscall, sysconf, times, truncate, umask, unlink, unsetenv, utimensat, utimensat, utimes, utimes, wait, waitpid, write, write, write, writeint fstat(int version,
int fd,
FileStat stat)
int lstat(int version,
CharSequence path,
FileStat stat)
int lstat(int version,
ByteBuffer path,
FileStat stat)
int stat(int version,
CharSequence path,
FileStat stat)
int stat(int version,
ByteBuffer path,
FileStat stat)
int fstat64(int version,
int fd,
FileStat stat)
int lstat64(int version,
CharSequence path,
FileStat stat)
int lstat64(int version,
ByteBuffer path,
FileStat stat)
int stat64(int version,
CharSequence path,
FileStat stat)
int stat64(int version,
ByteBuffer path,
FileStat stat)
Copyright © 2024. All rights reserved.