Object

scala.scalanative.posix

unistd

Related Doc: package posix

Permalink

object unistd

Annotations
@extern()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unistd
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type off_t = Long

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def STDERR_FILENO: CInt

    Permalink
    Annotations
    @name( name = "scalanative_stderr_fileno" )
  5. def STDIN_FILENO: CInt

    Permalink
    Annotations
    @name( name = "scalanative_stdin_fileno" )
  6. def STDOUT_FILENO: CInt

    Permalink
    Annotations
    @name( name = "scalanative_stdout_fileno" )
  7. def access(pathname: CString, mode: CInt): CInt

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def chdir(path: CString): CInt

    Permalink
  10. def chown(path: CString, owner: uid_t, group: gid_t): CInt

    Permalink
    Annotations
    @name( name = "scalanative_chown" )
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def close(fildes: CInt): CInt

    Permalink
  13. def environ: Ptr[CString]

    Permalink
    Annotations
    @name( name = "scalanative_environ" )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fsync(fildes: CInt): CInt

    Permalink
  18. def ftruncate(fildes: CInt, length: off_t): CInt

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getcwd(buf: CString, size: CSize): CString

    Permalink
  21. def gethostname(name: CString, len: CSize): CInt

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def link(path1: CString, path2: CString): CInt

    Permalink
    Annotations
    @name( name = "scalanative_link" )
  25. def linkat(fd1: CInt, path1: CString, fd2: CInt, path2: CString, flag: CInt): CInt

    Permalink
    Annotations
    @name( name = "scalanative_linkat" )
  26. def lseek(fildes: CInt, offset: off_t, whence: CInt): off_t

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def read(fildes: CInt, buf: Ptr[_], nbyte: CSize): CInt

    Permalink
  31. def readlink(path: CString, buf: CString, bufsize: CSize): CInt

    Permalink
  32. def sethostname(name: CString, len: CSize): CInt

    Permalink
  33. def sleep(seconds: CUnsignedInt): CUnsignedInt

    Permalink
  34. def symlink(path1: CString, path2: CString): CInt

    Permalink
    Annotations
    @name( name = "scalanative_symlink" )
  35. def symlinkat(path1: CString, fd: CInt, path2: CString): CInt

    Permalink
    Annotations
    @name( name = "scalanative_symlinkat" )
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def truncate(path: CString, length: off_t): CInt

    Permalink
  39. def unlink(path: CString): CInt

    Permalink
  40. def usleep(usecs: CUnsignedInt): CInt

    Permalink
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def write(fildes: CInt, buf: Ptr[_], nbyte: CSize): CInt

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped