Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.macosx |
Modifier and Type | Method and Description |
---|---|
static passwd |
macosx.getpwent() |
static passwd |
macosx.getpwnam(BytePointer arg0) |
static passwd |
macosx.getpwnam(String arg0) |
static passwd |
macosx.getpwuid(int arg0) |
static passwd |
macosx.getpwuuid(byte[] arg0) |
static passwd |
macosx.getpwuuid(ByteBuffer arg0) |
static passwd |
macosx.getpwuuid(BytePointer arg0) |
Modifier and Type | Method and Description |
---|---|
static int |
macosx.getpwnam_r(BytePointer arg0,
passwd arg1,
byte[] arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwnam_r(BytePointer arg0,
passwd arg1,
ByteBuffer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwnam_r(BytePointer arg0,
passwd arg1,
BytePointer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwnam_r(BytePointer arg0,
passwd arg1,
BytePointer arg2,
long arg3,
PointerPointer arg4) |
static int |
macosx.getpwnam_r(String arg0,
passwd arg1,
byte[] arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwnam_r(String arg0,
passwd arg1,
ByteBuffer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwnam_r(String arg0,
passwd arg1,
BytePointer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwuid_r(int arg0,
passwd arg1,
byte[] arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwuid_r(int arg0,
passwd arg1,
ByteBuffer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwuid_r(int arg0,
passwd arg1,
BytePointer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwuid_r(int arg0,
passwd arg1,
BytePointer arg2,
long arg3,
PointerPointer arg4) |
static int |
macosx.getpwuuid_r(byte[] arg0,
passwd arg1,
byte[] arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwuuid_r(ByteBuffer arg0,
passwd arg1,
ByteBuffer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwuuid_r(BytePointer arg0,
passwd arg1,
BytePointer arg2,
long arg3,
passwd arg4) |
static int |
macosx.getpwuuid_r(BytePointer arg0,
passwd arg1,
BytePointer arg2,
long arg3,
PointerPointer arg4) |
Modifier and Type | Method and Description |
---|---|
passwd |
passwd.position(long position) |
passwd |
passwd.pw_change(long setter) |
passwd |
passwd.pw_class(BytePointer setter) |
passwd |
passwd.pw_dir(BytePointer setter) |
passwd |
passwd.pw_expire(long setter) |
passwd |
passwd.pw_gecos(BytePointer setter) |
passwd |
passwd.pw_gid(int setter) |
passwd |
passwd.pw_name(BytePointer setter) |
passwd |
passwd.pw_passwd(BytePointer setter) |
passwd |
passwd.pw_shell(BytePointer setter) |
passwd |
passwd.pw_uid(int setter) |
Copyright © 2020. All rights reserved.