Query: libfstyp
OS: opensolaris
Section: 3lib
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
libfstyp(3LIB) Interface Libraries libfstyp(3LIB)NAMElibfstyp - file system type identification librarySYNOPSIScc [ flag... ] file... -lfstyp -lnvpair [ library... ] #include <libnvpair.h> #include <libfstyp.h>DESCRIPTIONThe libfstyp library exports a set of functions to identify the file system type of an unmounted file system using heuristic modules. Internally, the library is comprised of interfaces exported by file system-specific modules. See fstyp_mod_init(3FSTYP).INTERFACESThe shared object libfstyp.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. fstyp_fini fstyp_get_attr fstyp_ident fstyp_init fstyp_mod_dump fstyp_mod_fini fstyp_mod_get_attr fstyp_mod_ident fstyp_mod_init fstyp_strerrorFILES/lib/libfstyp.so.1 shared objectATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOIntro(3), fstyp_mod_init(3FSTYP), libnvpair(3LIB), attributes(5) SunOS 5.11 20 Jun 2006 libfstyp(3LIB)