pwd

@extern
object pwd
class Object
trait Matchable
class Any
pwd.type

Type members

Types

type passwd = CStruct5[CString, uid_t, gid_t, CString, CString]

Value members

Concrete methods

@name("scalanative_getpwnam")
def getpwnam(name: CString, buf: Ptr[passwd]): CInt
@name("scalanative_getpwuid")
def getpwuid(uid: uid_t, buf: Ptr[passwd]): CInt