Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.macosx |
Modifier and Type | Method and Description |
---|---|
static group |
macosx.getgrent() |
static group |
macosx.getgrgid(int arg0) |
static group |
macosx.getgrnam(BytePointer arg0) |
static group |
macosx.getgrnam(String arg0) |
static group |
macosx.getgruuid(byte[] arg0) |
static group |
macosx.getgruuid(ByteBuffer arg0) |
static group |
macosx.getgruuid(BytePointer arg0) |
Modifier and Type | Method and Description |
---|---|
static int |
macosx.getgrgid_r(int arg0,
group arg1,
byte[] arg2,
long arg3,
group arg4) |
static int |
macosx.getgrgid_r(int arg0,
group arg1,
ByteBuffer arg2,
long arg3,
group arg4) |
static int |
macosx.getgrgid_r(int arg0,
group arg1,
BytePointer arg2,
long arg3,
group arg4) |
static int |
macosx.getgrgid_r(int arg0,
group arg1,
BytePointer arg2,
long arg3,
PointerPointer arg4) |
static int |
macosx.getgrnam_r(BytePointer arg0,
group arg1,
byte[] arg2,
long arg3,
group arg4) |
static int |
macosx.getgrnam_r(BytePointer arg0,
group arg1,
ByteBuffer arg2,
long arg3,
group arg4) |
static int |
macosx.getgrnam_r(BytePointer arg0,
group arg1,
BytePointer arg2,
long arg3,
group arg4) |
static int |
macosx.getgrnam_r(BytePointer arg0,
group arg1,
BytePointer arg2,
long arg3,
PointerPointer arg4) |
static int |
macosx.getgrnam_r(String arg0,
group arg1,
byte[] arg2,
long arg3,
group arg4) |
static int |
macosx.getgrnam_r(String arg0,
group arg1,
ByteBuffer arg2,
long arg3,
group arg4) |
static int |
macosx.getgrnam_r(String arg0,
group arg1,
BytePointer arg2,
long arg3,
group arg4) |
static int |
macosx.getgruuid_r(byte[] arg0,
group arg1,
byte[] arg2,
long arg3,
group arg4) |
static int |
macosx.getgruuid_r(ByteBuffer arg0,
group arg1,
ByteBuffer arg2,
long arg3,
group arg4) |
static int |
macosx.getgruuid_r(BytePointer arg0,
group arg1,
BytePointer arg2,
long arg3,
group arg4) |
static int |
macosx.getgruuid_r(BytePointer arg0,
group arg1,
BytePointer arg2,
long arg3,
PointerPointer arg4) |
Modifier and Type | Method and Description |
---|---|
group |
group.gr_gid(int setter) |
group |
group.gr_mem(int i,
BytePointer setter) |
group |
group.gr_mem(PointerPointer setter) |
group |
group.gr_name(BytePointer setter) |
group |
group.gr_passwd(BytePointer setter) |
group |
group.position(long position) |
Copyright © 2020. All rights reserved.