MAC_DUP(3C) MAC_DUP(3C)
mac_dup - produce a duplicate copy of a MAC label
#include <sys/mac_label.h>
mac_label *mac_dup (mac_label *lp);
mac_dup duplicates the MAC label pointed to by the input argument lp and
returns a pointer to the newly allocated copy.
mac_dup returns NULL if lp points to an invalid label or memory could not
be obtained for the new label by a call to malloc(3).
mac_to This is a non-POSIX interface, and will not be supported in future
releases of Trusted IRIX.
PPPPaaaaggggeeee 1111 [ Back ]
|