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 clone(): AnyRef

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

    Permalink
  11. def environ: Ptr[CString]

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

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

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

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

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

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

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

    Permalink
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def lseek(fildes: CInt, offset: off_t, whence: CInt): off_t

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

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

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

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

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

    Permalink
  27. def sleep(seconds: CUnsignedInt): Int

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
  32. def usleep(usecs: CUnsignedInt): Int

    Permalink
  33. final def wait(): Unit

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped