Packages

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def F_LOCK: CInt
    Annotations
    @name( "scalanative_f_lock" )
  5. def F_OK: CInt
    Annotations
    @name( "scalanative_f_ok" )
  6. def F_TEST: CInt
    Annotations
    @name( "scalanative_f_test" )
  7. def F_TLOCK: CInt
    Annotations
    @name( "scalanative_f_tlock" )
  8. def F_ULOCK: CInt
    Annotations
    @name( "scalanative_f_ulock" )
  9. def R_OK: CInt
    Annotations
    @name( "scalanative_r_ok" )
  10. def STDERR_FILENO: CInt
    Annotations
    @name( "scalanative_stderr_fileno" )
  11. def STDIN_FILENO: CInt
    Annotations
    @name( "scalanative_stdin_fileno" )
  12. def STDOUT_FILENO: CInt
    Annotations
    @name( "scalanative_stdout_fileno" )
  13. def W_OK: CInt
    Annotations
    @name( "scalanative_w_ok" )
  14. def X_OK: CInt
    Annotations
    @name( "scalanative_x_ok" )
  15. def _exit(status: CInt): Unit
  16. def access(pathname: CString, mode: CInt): CInt
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def chdir(path: CString): CInt
  19. def chown(path: CString, owner: uid_t, group: gid_t): CInt
    Annotations
    @name( "scalanative_chown" )
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. def close(fildes: CInt): CInt
  22. def dup(fildes: CInt): CInt
  23. def dup2(fildes: CInt, fildesnew: CInt): CInt
  24. def environ: Ptr[CString]
    Annotations
    @name( "scalanative_environ" )
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def execve(path: CString, argv: Ptr[CString], envp: Ptr[CString]): CInt
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fork(): CInt
  30. def fsync(fildes: CInt): CInt
  31. def ftruncate(fildes: CInt, length: off_t): CInt
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def getcwd(buf: CString, size: CSize): CString
  34. def gethostname(name: CString, len: CSize): CInt
  35. def getpid(): CInt
  36. def getppid(): CInt
  37. def getuid(): uid_t
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def link(path1: CString, path2: CString): CInt
    Annotations
    @name( "scalanative_link" )
  41. def linkat(fd1: CInt, path1: CString, fd2: CInt, path2: CString, flag: CInt): CInt
    Annotations
    @name( "scalanative_linkat" )
  42. def lseek(fildes: CInt, offset: off_t, whence: CInt): off_t
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. def pipe(fildes: Ptr[CInt]): CInt
  47. def read(fildes: CInt, buf: Ptr[_], nbyte: CSize): CInt
  48. def readlink(path: CString, buf: CString, bufsize: CSize): CInt
  49. def sethostname(name: CString, len: CSize): CInt
  50. def sleep(seconds: CUnsignedInt): CUnsignedInt
  51. def symlink(path1: CString, path2: CString): CInt
    Annotations
    @name( "scalanative_symlink" )
  52. def symlinkat(path1: CString, fd: CInt, path2: CString): CInt
    Annotations
    @name( "scalanative_symlinkat" )
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def truncate(path: CString, length: off_t): CInt
  56. def unlink(path: CString): CInt
  57. def usleep(usecs: CUnsignedInt): CInt
  58. def vfork(): CInt
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  62. def write(fildes: CInt, buf: Ptr[_], nbyte: CSize): CInt

Inherited from AnyRef

Inherited from Any

Ungrouped