Searched refs:objlabel_sb (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/security/mac_lomac/
H A Dmac_lomac.c501 struct sbuf subjlabel_sb, subjtext_sb, objlabel_sb; local
560 sbuf_new(&objlabel_sb, NULL, 0, SBUF_AUTOEXTEND);
561 lomac_to_string(&objlabel_sb, objlabel);
562 sbuf_finish(&objlabel_sb);
563 objlabeltext = sbuf_data(&objlabel_sb);
582 sbuf_delete(&objlabel_sb);

Completed in 103 milliseconds