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 _exit(status: CInt): Unit

    Permalink
  8. def access(pathname: CString, mode: CInt): CInt

    Permalink
  9. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
  14. def dup(fildes: CInt): CInt

    Permalink
  15. def dup2(fildes: CInt, fildesnew: CInt): CInt

    Permalink
  16. def environ: Ptr[CString]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def execve(path: CString, argv: Ptr[CString], envp: Ptr[CString]): CInt

    Permalink
  20. def finalize(): Unit

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

    Permalink
  22. def fsync(fildes: CInt): CInt

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

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

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

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

    Permalink
  27. def getpid(): CInt

    Permalink
  28. def hashCode(): Int

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def pipe(fildes: Ptr[CInt]): CInt

    Permalink
  37. def read(fildes: CInt, buf: Ptr[_], nbyte: CSize): CInt

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

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

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

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

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

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

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

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

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

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

    Permalink
  48. def vfork(): CInt

    Permalink
  49. final def wait(): Unit

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped