jnr.posix
Interface AixLibC

All Superinterfaces:
LibC, UnixLibC

public interface AixLibC
extends UnixLibC


Nested Class Summary
 
Nested classes/interfaces inherited from interface jnr.posix.LibC
LibC.LibCSignalHandler
 
Method Summary
 int fstat64x(int fd, AixFileStat stat)
           
 int lstat64x(CharSequence path, AixFileStat stat)
           
 int stat64x(CharSequence path, AixFileStat stat)
           
 
Methods inherited from interface jnr.posix.UnixLibC
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, sigprocmask
 
Methods inherited from interface jnr.posix.LibC
chdir, chmod, chown, close, crypt, dup, dup2, endgrent, endpwent, execv, execve, fchmod, fchown, fcntl, fcntl, fcntl, fdatasync, flock, fork, fstat, fstat64, fsync, ftruncate, futimes, getcwd, getdtablesize, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getuid, isatty, kill, lchmod, lchown, link, lseek, lstat, lstat64, mkdir, open, pipe, pread, pread, pwrite, pwrite, read, read, readlink, recvmsg, rmdir, sendmsg, setegid, setenv, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, signal, socketpair, stat, stat64, symlink, sysconf, times, umask, unlink, unsetenv, utimes, wait, waitpid, write, write
 

Method Detail

stat64x

int stat64x(CharSequence path,
            AixFileStat stat)

fstat64x

int fstat64x(int fd,
             AixFileStat stat)

lstat64x

int lstat64x(CharSequence path,
             AixFileStat stat)


Copyright © 2014. All Rights Reserved.