Object

scala.scalanative.posix

string

Related Doc: package posix

Permalink

object string

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()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. string
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type locale_t = Ptr[Byte]

    Permalink

    CX

  2. type size_t = ULong

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  12. def memccpy(dest: Ptr[Byte], src: Ptr[Byte], c: CInt, n: size_t): Ptr[Byte]

    Permalink

    XSI

  13. def memchr(s: Ptr[Byte], c: CInt, n: size_t): Ptr[Byte]

    Permalink
  14. def memcmp(s1: Ptr[Byte], s2: Ptr[Byte], n: size_t): CInt

    Permalink
  15. def memcpy(dest: Ptr[Byte], src: Ptr[Byte], n: size_t): Ptr[Byte]

    Permalink
  16. def memmove(dest: Ptr[Byte], src: Ptr[Byte], n: size_t): Ptr[Byte]

    Permalink
  17. def memset(s: Ptr[Byte], c: CInt, n: size_t): Ptr[Byte]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def stpcpy(dest: Ptr[Byte], src: String): Ptr[Byte]

    Permalink

    CX

  22. def stpncpy(dest: Ptr[Byte], src: String, n: size_t): Ptr[Byte]

    Permalink

    CX

  23. def strcat(dest: CString, src: CString): CString

    Permalink
  24. def strchr(s: CString, c: CInt): CString

    Permalink
  25. def strcmp(s1: CString, s2: CString): CInt

    Permalink
  26. def strcpy(dest: CString, src: CString, n: size_t): CString

    Permalink
  27. def strcpy(dest: CString, src: CString): CString

    Permalink
  28. def strcspn(s: CString, reject: CString): size_t

    Permalink
  29. def strdup(s: CString): CString

    Permalink

    CX

  30. def strerror(errnum: CInt): CString

    Permalink
  31. def strerror_l(errnum: CInt, locale: locale_t): CString

    Permalink

    CX

  32. def strerror_r(errnum: CInt, buf: CString, buflen: size_t): CInt

    Permalink

    CX

  33. def strlen(s: CString): size_t

    Permalink
  34. def strncat(dest: CString, src: CString, n: size_t): CString

    Permalink
  35. def strncmp(s1: CString, s2: CString, n: size_t): CInt

    Permalink
  36. def strndup(s: CString, n: size_t): CString

    Permalink

    CX

  37. def strnlen(s: CString, n: size_t): size_t

    Permalink

    CX

  38. def stroll(s1: CString, s2: CString): CInt

    Permalink
  39. def stroll_l(s1: CString, s2: CString, locale: locale_t): CInt

    Permalink

    CX

  40. def strpbrk(s: CString, accept: CString): CString

    Permalink
  41. def strrchr(s: CString, c: CInt): CString

    Permalink
  42. def strsignal(signum: CInt): CString

    Permalink

    CX

  43. def strspn(s: CString, accept: CString): size_t

    Permalink
  44. def strstr(haystack: CString, needle: CString): CString

    Permalink
  45. def strtok(str: CString, delim: CString): CString

    Permalink
  46. def strtok_r(str: CString, delim: CString, saveptr: Ptr[Ptr[Byte]]): CString

    Permalink

    CX

  47. def strxfrm(dest: Ptr[Byte], src: Ptr[Byte], n: size_t): size_t

    Permalink
  48. def strxfrm_l(dest: Ptr[Byte], src: Ptr[Byte], n: size_t, locale: locale_t): size_t

    Permalink

    CX

  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped