object unistd
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- unistd
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
F_LOCK: CInt
- Annotations
- @name( "scalanative_f_lock" )
-
def
F_OK: CInt
- Annotations
- @name( "scalanative_f_ok" )
-
def
F_TEST: CInt
- Annotations
- @name( "scalanative_f_test" )
-
def
F_TLOCK: CInt
- Annotations
- @name( "scalanative_f_tlock" )
-
def
F_ULOCK: CInt
- Annotations
- @name( "scalanative_f_ulock" )
-
def
R_OK: CInt
- Annotations
- @name( "scalanative_r_ok" )
-
def
STDERR_FILENO: CInt
- Annotations
- @name( "scalanative_stderr_fileno" )
-
def
STDIN_FILENO: CInt
- Annotations
- @name( "scalanative_stdin_fileno" )
-
def
STDOUT_FILENO: CInt
- Annotations
- @name( "scalanative_stdout_fileno" )
-
def
W_OK: CInt
- Annotations
- @name( "scalanative_w_ok" )
-
def
X_OK: CInt
- Annotations
- @name( "scalanative_x_ok" )
-
def
_XOPEN_VERSION: CInt
- Annotations
- @name( "scalanative__xopen_version" )
- def _exit(status: CInt): Unit
- def access(pathname: CString, mode: CInt): CInt
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chdir(path: CString): CInt
-
def
chown(path: CString, owner: uid_t, group: gid_t): CInt
- Annotations
- @name( "scalanative_chown" )
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def close(fildes: CInt): CInt
- def dup(fildes: CInt): CInt
- def dup2(fildes: CInt, fildesnew: CInt): CInt
- def encrypt(block: Ptr[Byte], edflag: Int): Unit
- var environ: Ptr[CString]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def execl(pathname: CString, arg: CString, vargs: Any*): CInt
- def execle(pathname: CString, arg: CString, vargs: Any*): CInt
- def execlp(file: CString, arg: CString, vargs: Any*): CInt
- def execv(pathname: CString, argv: Ptr[CString]): CInt
- def execve(pathname: CString, argv: Ptr[CString], envp: Ptr[CString]): CInt
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fork(): CInt
- def fsync(fildes: CInt): CInt
- def ftruncate(fildes: CInt, length: off_t): CInt
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getcwd(buf: CString, size: CSize): CString
- def gethostname(name: CString, len: CSize): CInt
- def getopt(argc: CInt, argv: Ptr[CString], optstring: CString): CInt
- def getpid(): CInt
- def getppid(): CInt
- def getuid(): uid_t
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
link(path1: CString, path2: CString): CInt
- Annotations
- @name( "scalanative_link" )
-
def
linkat(fd1: CInt, path1: CString, fd2: CInt, path2: CString, flag: CInt): CInt
- Annotations
- @name( "scalanative_linkat" )
- def lseek(fildes: CInt, offset: off_t, whence: CInt): off_t
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- var optarg: CString
- var opterr: CInt
- var optind: CInt
- var optopt: CInt
- def pipe(fildes: Ptr[CInt]): CInt
- def read(fildes: CInt, buf: Ptr[_], nbyte: CSize): CInt
- def readlink(path: CString, buf: CString, bufsize: CSize): CInt
- def sethostname(name: CString, len: CSize): CInt
- def sleep(seconds: CUnsignedInt): CUnsignedInt
-
def
symlink(path1: CString, path2: CString): CInt
- Annotations
- @name( "scalanative_symlink" )
-
def
symlinkat(path1: CString, fd: CInt, path2: CString): CInt
- Annotations
- @name( "scalanative_symlinkat" )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(path: CString, length: off_t): CInt
- def unlink(path: CString): CInt
- def vfork(): CInt
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def write(fildes: CInt, buf: Ptr[_], nbyte: CSize): CInt
Deprecated Value Members
-
def
usleep(usecs: CUnsignedInt): CInt
- Annotations
- @deprecated
- Deprecated
(Since version posixlib 0.4.5) Removed in POSIX.1-2008. Use POSIX time.h nanosleep().