Main index | Section 3 | Options |
#include <sys/mac.h>
The mac_to_text() function allocates storage for *text, which will be set to the text representation of label.
Refer to maclabel(7) for the MAC label format.
POSIX.1e requires that text strings allocated using mac_to_text() be freed using mac_free(3); in the FreeBSD implementation, they must be freed using free(3), as mac_free(3) is used only to free memory used for type mac_t.
[ENOMEM] | |
Insufficient memory was available to allocate internal storage. | |
MAC_TEXT (3) | December 21, 2001 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | If at first you don't succeed, you must be a programmer. | ” |