glob

@extern
object glob

POSIX glob.h for Scala

The Open Group Base Specifications Issue 7, 2018 edition.

class Object
trait Matchable
class Any
glob.type

Type members

Types

type glob_t = CStruct6[size_t, CInt, size_t, CInt, Ptr[CString], CArray[CUnsignedChar, Digit2[_5, _6]]]
type size_t = size_t
type unixGlob_t = CStruct4[size_t, Ptr[CString], size_t, CArray[CUnsignedChar, Digit2[_6, _4]]]

Value members

Concrete methods

@name("scalanative_glob_aborted")
def GLOB_ABORTED: CInt
@name("scalanative_glob_append")
def GLOB_APPEND: CInt
@name("scalanative_glob_dooffs")
def GLOB_DOOFFS: CInt
@name("scalanative_glob_err")
def GLOB_ERR: CInt
@name("scalanative_glob_mark")
def GLOB_MARK: CInt
@name("scalanative_glob_nocheck")
def GLOB_NOCHECK: CInt
@name("scalanative_glob_noescape")
def GLOB_NOESCAPE: CInt
@name("scalanative_glob_nomatch")
def GLOB_NOMATCH: CInt
@name("scalanative_glob_nosort")
def GLOB_NOSORT: CInt
@name("scalanative_glob_nospace")
def GLOB_NOSPACE: CInt
def glob(pattern: CString, flags: CInt, errfunc: CFuncPtr2[CString, CInt, CInt], pglob: Ptr[glob_t]): CInt
def globfree(pglob: Ptr[glob_t]): CInt