Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libsec(3lib) [opensolaris man page]

libsec(3LIB)							Interface Libraries						      libsec(3LIB)

NAME
libsec - File Access Control List library SYNOPSIS
cc [ flag... ] file... -lsec [ library... ] #include <sys/acl.h> DESCRIPTION
Functions in this library provide comparison and manipulation of File Access Control Lists. INTERFACES
The shared object libsec.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object inter- faces. acl_check acl_free acl_fromtext acl_get acl_set acl_strip acl_totext acl_trivial aclcheck aclfrommode aclfromtext aclsort acltomode acltotext facl_get facl_set FILES
/lib/libsec.so.1 shared object /lib/64/libsec.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
pvs(1), Intro(3), attributes(5) SunOS 5.11 6 Oct 2005 libsec(3LIB)

Check Out this Related Man Page

libmp(3LIB)							Interface Libraries						       libmp(3LIB)

NAME
libmp - multiple precision library SYNOPSIS
cc [ flag... ] file... -lmp [ library... ] #include <mp.h> DESCRIPTION
Functions in this library provide various multiple precision routines. INTERFACES
The shared object libmp.so.2 provides the public interfaces defined below. See Intro(3) for additional information on shared object inter- faces. mp_gcd mp_itom mp_madd mp_mcmp mp_mdiv mp_mfree mp_min mp_mout mp_msqrt mp_msub mp_mtox mp_mult mp_pow mp_rpow mp_sdiv mp_xtom FILES
/lib/libmp.so.1 shared object for binary compatibility only /lib/libmp.so.2 shared object /lib/64/libmp.so.2 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
pvs(1), Intro(3), exp(3M), mp(3MP), attributes(5) SunOS 5.11 24 Mar 2004 libmp(3LIB)
Man Page