Home
last modified time | relevance | path

Searched refs:mac_is_present (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/posix1e/
H A DSymbol.map50 mac_is_present;
H A DMakefile.inc89 mac_is_present.3 \
H A Dmac.c411 mac_is_present(const char *policyname) in mac_is_present() function
/freebsd/sys/sys/
H A Dmac.h95 int mac_is_present(const char *_policyname);
/freebsd/tests/sys/mac/bsdextended/
H A Dugidfw_test.c210 switch (mac_is_present("bsdextended")) { in main()
/freebsd/contrib/ntp/ntpd/
H A Dntpd.c929 && mac_is_present("ntpd") != 1
1276 if (sw_uid != 0 && mac_is_present("ntpd") != 1) {
/freebsd/lib/libutil/
H A Dlogin_class.c568 if ((flags & LOGIN_SETMAC) && mac_is_present(NULL) == 1) { in setusercontext()