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 exported
by file system-specific modules. See fstypmodinit(3FSTYP).
INTERFACES
The shared object libfstyp.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
fstypfini fstypgetattr
fstypident fstypinit
fstypmoddump fstypmodfini
fstypmodgetattr fstypmodident
fstypmodinit fstypstrerror
FILES
/lib/libfstyp.so.1 shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 20 Jun 2006 1
Interface Libraries libfstyp(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
Intro(3), fstypmodinit(3FSTYP), libnvpair(3LIB), attri-
butes(5)
SunOS 5.11 Last change: 20 Jun 2006 2
|