MAC_FREE (3) | C library functions | Unix Manual Pages | :man▋
NAME
mac_free - free MAC label
CONTENTS
Library Synopsis Description Return Values See Also Standards History Bugs
LIBRARY
.Lb libc
SYNOPSIS
.In sys/mac.h int mac_free "mac_t label"
DESCRIPTION
The mac_free function frees the storage allocated to contain a .Vt mac_t .
RETURN VALUES
The mac_free function always returns 0. WARNING: see the notes in the BUGS section regarding the use of this function.
SEE ALSO
mac(3), mac_get(3), mac_prepare(3), mac_set(3), mac_text(3), mac(4), mac(9)
STANDARDS
HISTORY
BUGS
mac_to_text(3).
|