Interface Libraries libfstyp(3LIB)
NAME
libfstyp - file system type identification library
SYNOPSIS
cc [ flag... ] file... -lfstyp -lnvpair [ library... ]
#include
#include
DESCRIPTION
The 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 exportedby file system-specific modules. See fstyp_mod_init(3FSTYP).
INTERFACESThe shared object libfstyp.so.1 provides the public inter-
faces 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_strerror
FILES/lib/libfstyp.so.1 shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 20 Jun 2006 1
Interface Libraries libfstyp(3LIB)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library (32-bit) |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
Intro(3), fstyp_mod_init(3FSTYP), libnvpair(3LIB), attri-
butes(5)SunOS 5.11 Last change: 20 Jun 2006 2