Package

scala.scalanative

posix

Permalink

package posix

Visibility
  1. Public
  2. All

Value Members

  1. package arpa

    Permalink
  2. object cpio

    Permalink
    Annotations
    @extern()
  3. object dirent

    Permalink
    Annotations
    @extern()
  4. object errno

    Permalink
    Annotations
    @extern()
  5. object fcntl

    Permalink
    Annotations
    @extern()
  6. object fcntlOps

    Permalink
  7. object getopt

    Permalink
    Annotations
    @extern()
  8. object grp

    Permalink
    Annotations
    @extern()
  9. object inttypes

    Permalink
  10. object limits

    Permalink
    Annotations
    @extern()
  11. object locale

    Permalink
    Annotations
    @extern()
  12. object netdb

    Permalink
    Annotations
    @extern()
  13. object netdbOps

    Permalink
  14. package netinet

    Permalink
  15. object poll

    Permalink
    Annotations
    @extern()
  16. object pollEvents

    Permalink
  17. object pollOps

    Permalink
  18. object pthread

    Permalink
    Annotations
    @link( "pthread" ) @extern()
  19. object pwd

    Permalink
    Annotations
    @extern()
  20. object pwdOps

    Permalink
  21. object regex

    Permalink
    Annotations
    @extern()
  22. object sched

    Permalink
    Annotations
    @extern()
  23. object signal

    Permalink

    Some of the functionality described on this reference page extends the ISO C standard.

    Some of the functionality described on this reference page extends the ISO C standard. Applications shall define the appropriate feature test macro (see XSH The Compilation Environment) to enable the visibility of these symbols in this header.

    Use clib macros and functions to get the full POSIX interface

    Note 1: The functionality described may be removed in a future version of this volume of POSIX.1-2017 Note 2: The functionality is an option marked as XSI (X/Open System Interfaces)

    Note 1 or 2 followed by Linux or macOS means that the feature is not available on that platform with default compile options so the code is commented out. The code is commented out so the next developer that comes along will not have to rediscover these limitations.

    Annotations
    @extern()
  24. object signalOps

    Permalink
  25. object spawn

    Permalink

    POSIX spawn.h for Scala

    POSIX spawn.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    A method with a PS comment indicates it is defined in POSIX extension "Process Scheduling", not base POSIX.

    Annotations
    @extern()
  26. object stddef

    Permalink
  27. object stdlib

    Permalink
    Annotations
    @extern()
  28. object string

    Permalink

    POSIX string.h for Scala

    POSIX string.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    A method with a CX comment indicates it is a POSIX extension to the ISO/IEEE C standard.

    A method with an XSI comment indicates it is defined in extended POSIX X/Open System Interfaces, not base POSIX.

    Annotations
    @extern()
  29. object strings

    Permalink

    POSIX strings.h for Scala

    POSIX strings.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    A method with an XSI comment indicates it is defined in extended POSIX X/Open System Interfaces, not base POSIX.

    Annotations
    @extern()
  30. package sys

    Permalink
  31. object syslog

    Permalink
    Annotations
    @extern()
  32. object termios

    Permalink
    Annotations
    @extern()
  33. object time

    Permalink
    Annotations
    @extern()
  34. object timeOps

    Permalink
  35. object timer

    Permalink
    Annotations
    @extern()
  36. object timerOps

    Permalink
  37. object unistd

    Permalink
    Annotations
    @extern()
  38. object utime

    Permalink
    Annotations
    @extern()

Ungrouped