package posix

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object cpio
    Annotations
    @extern()
  2. object dirent
    Annotations
    @extern()
  3. object errno
    Annotations
    @extern()
  4. object fcntl
    Annotations
    @extern()
  5. object fcntlOps
  6. object fnmatch

    POSIX fnmatch.h for Scala

    POSIX fnmatch.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    Annotations
    @extern()
  7. object glob

    POSIX glob.h for Scala

    POSIX glob.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    Annotations
    @extern()
  8. object globOps
  9. object grp
    Annotations
    @extern()
  10. object inttypes
  11. object langinfo

    POSIX langinfo.h for Scala

    POSIX langinfo.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    Annotations
    @extern()
  12. object libgen

    POSIX libgen.h for Scala

    POSIX libgen.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()
  13. object limits
    Annotations
    @extern()
  14. object locale

    POSIX locale.h for Scala

    POSIX locale.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    All declarations which do not have a more specific extension specifier are described by POSIX as being a CX extension.

    Annotations
    @extern()
  15. object localeOps
  16. object monetary

    POSIX monetary.h for Scala

    POSIX monetary.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    Annotations
    @extern()
  17. object netdb
    Annotations
    @extern()
  18. object netdbOps
  19. object nl_types

    POSIX nl_types.h for Scala

    POSIX nl_types.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    Annotations
    @extern()
  20. object poll
    Annotations
    @extern()
  21. object pollEvents
  22. object pollOps
  23. object pthread
    Annotations
    @link( "pthread" ) @extern()
  24. object pwd
    Annotations
    @extern()
  25. object pwdOps
  26. object regex
    Annotations
    @extern()
  27. object sched
    Annotations
    @extern()
  28. object signal

    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()
  29. object signalOps
  30. object spawn

    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()
  31. object stddef
  32. object stdio
    Annotations
    @extern()
  33. object stdlib
    Annotations
    @extern()
  34. object string

    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()
  35. object strings

    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()
  36. object syslog
    Annotations
    @extern()
  37. object termios
    Annotations
    @extern()
  38. object time
    Annotations
    @extern()
  39. object timeOps
  40. object timer
    Annotations
    @extern()
  41. object timerOps
  42. object unistd
    Annotations
    @extern()
  43. object utime
    Annotations
    @extern()
  44. object wordexp

    POSIX wordexp.h for Scala

    POSIX wordexp.h for Scala

    The Open Group Base Specifications Issue 7, 2018 edition.

    Annotations
    @extern()
  45. object wordexpOps

Deprecated Value Members

  1. object getopt
    Annotations
    @deprecated @extern()
    Deprecated

    (Since version 0.4.10) getopt is no longer part of POSIX 2018 and will be removed. Use unistd instead.

Ungrouped