public interface UnixLibC extends LibC
LibC.LibCSignalHandler
Modifier and Type | Method and Description |
---|---|
int |
posix_spawn_file_actions_addclose(jnr.ffi.Pointer fileActions,
int filedes) |
int |
posix_spawn_file_actions_adddup2(jnr.ffi.Pointer fileActions,
int filedes,
int newfiledes) |
int |
posix_spawn_file_actions_addopen(jnr.ffi.Pointer fileActions,
int filedes,
CharSequence path,
int oflag,
int mode) |
int |
posix_spawn_file_actions_destroy(jnr.ffi.Pointer fileActions) |
int |
posix_spawn_file_actions_init(jnr.ffi.Pointer fileActions) |
int |
posix_spawn(jnr.ffi.byref.ByReference pid,
CharSequence path,
jnr.ffi.Pointer fileActions,
jnr.ffi.Pointer attr,
CharSequence[] argv,
CharSequence[] envp) |
int |
posix_spawnattr_destroy(jnr.ffi.Pointer attr) |
int |
posix_spawnattr_getflags(jnr.ffi.Pointer attr,
jnr.ffi.byref.ShortByReference flags) |
int |
posix_spawnattr_init(jnr.ffi.Pointer attr) |
int |
posix_spawnattr_setflags(jnr.ffi.Pointer attr,
short flags) |
int |
posix_spawnp(jnr.ffi.byref.ByReference pid,
CharSequence path,
jnr.ffi.Pointer fileActions,
jnr.ffi.Pointer attr,
CharSequence[] argv,
CharSequence[] envp) |
chdir, chmod, chown, close, endgrent, endpwent, execv, execve, flock, fork, fstat, fstat64, getegid, getenv, geteuid, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getuid, isatty, kill, lchmod, lchown, link, lstat, lstat64, mkdir, read, readlink, rmdir, setegid, setenv, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, signal, stat, stat64, symlink, sysconf, times, umask, unsetenv, utimes, wait, waitpid, write
int posix_spawn(jnr.ffi.byref.ByReference pid, CharSequence path, jnr.ffi.Pointer fileActions, jnr.ffi.Pointer attr, CharSequence[] argv, CharSequence[] envp)
int posix_spawnp(jnr.ffi.byref.ByReference pid, CharSequence path, jnr.ffi.Pointer fileActions, jnr.ffi.Pointer attr, CharSequence[] argv, CharSequence[] envp)
int posix_spawn_file_actions_init(jnr.ffi.Pointer fileActions)
int posix_spawn_file_actions_destroy(jnr.ffi.Pointer fileActions)
int posix_spawn_file_actions_addclose(jnr.ffi.Pointer fileActions, int filedes)
int posix_spawn_file_actions_addopen(jnr.ffi.Pointer fileActions, int filedes, CharSequence path, int oflag, int mode)
int posix_spawn_file_actions_adddup2(jnr.ffi.Pointer fileActions, int filedes, int newfiledes)
int posix_spawnattr_init(jnr.ffi.Pointer attr)
int posix_spawnattr_destroy(jnr.ffi.Pointer attr)
int posix_spawnattr_setflags(jnr.ffi.Pointer attr, short flags)
int posix_spawnattr_getflags(jnr.ffi.Pointer attr, jnr.ffi.byref.ShortByReference flags)
Copyright © 2015. All rights reserved.