Methods Summary |
---|
public static boolean | S_ISBLK(int mode) throw new RuntimeException("Stub!");
|
public static boolean | S_ISCHR(int mode) throw new RuntimeException("Stub!");
|
public static boolean | S_ISDIR(int mode) throw new RuntimeException("Stub!");
|
public static boolean | S_ISFIFO(int mode) throw new RuntimeException("Stub!");
|
public static boolean | S_ISLNK(int mode) throw new RuntimeException("Stub!");
|
public static boolean | S_ISREG(int mode) throw new RuntimeException("Stub!");
|
public static boolean | S_ISSOCK(int mode) throw new RuntimeException("Stub!");
|
public static boolean | WCOREDUMP(int status) throw new RuntimeException("Stub!");
|
public static int | WEXITSTATUS(int status) throw new RuntimeException("Stub!");
|
public static boolean | WIFEXITED(int status) throw new RuntimeException("Stub!");
|
public static boolean | WIFSIGNALED(int status) throw new RuntimeException("Stub!");
|
public static boolean | WIFSTOPPED(int status) throw new RuntimeException("Stub!");
|
public static int | WSTOPSIG(int status) throw new RuntimeException("Stub!");
|
public static int | WTERMSIG(int status) throw new RuntimeException("Stub!");
|
public static java.lang.String | errnoName(int errno) throw new RuntimeException("Stub!");
|
public static java.lang.String | gaiName(int error) throw new RuntimeException("Stub!");
|