Home
last modified time | relevance | path

Searched refs:nacl (Results 1 – 20 of 20) sorted by relevance

/freebsd/bin/setfacl/
H A Dsetfacl.c133 acl_t nacl; in clear_inheritance_flags() local
142 nacl = acl_dup(acl); in clear_inheritance_flags()
143 if (nacl == NULL) { in clear_inheritance_flags()
149 while (acl_get_entry(nacl, entry_id, &acl_entry) == 1) { in clear_inheritance_flags()
156 if (acl_delete_entry(nacl, acl_entry) != 0) in clear_inheritance_flags()
167 return (nacl); in clear_inheritance_flags()
173 acl_t acl, nacl; in handle_file() local
239 nacl = entry->acl; in handle_file()
244 nacl = clear_inheritance_flags(nacl); in handle_file()
245 local_error += add_acl(nacl, entry->entry_number, &acl, in handle_file()
[all …]
/freebsd/sys/contrib/libsodium/dist-build/
H A Dnativeclient-x86.sh22 --host=i686-nacl \
H A Dnativeclient-x86_64.sh21 --host=x86_64-nacl \
H A Dnativeclient-pnacl.sh29 --host=nacl \
/freebsd/sys/contrib/libsodium/
H A DREADME.markdown12 fork of [NaCl](http://nacl.cr.yp.to/), with a compatible API, and an
H A Dconfigure.ac86 AS_IF([test "$host_os" = "nacl" -o "$host_os" = "pnacl"], [
691 AS_IF([test "$enable_asm" != "no" -o "$host_alias" = "x86_64-nacl"],[
708 AS_IF([test "$enable_asm" != "no" -o "$host_os" = "nacl"],[
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt256 # test vectors from Andrew Moon - nacl
/freebsd/contrib/unbound/
H A Dconfig.sub480 nacl)
482 basic_os=nacl
2057 | nacl* \
/freebsd/contrib/libpcap/
H A Dconfig.sub427 nacl)
429 basic_os=nacl
1744 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/ncurses/
H A Dconfig.sub427 nacl)
429 basic_os=nacl
1744 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/byacc/
H A Dconfig.sub427 nacl)
429 basic_os=nacl
1742 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/tcpdump/
H A Dconfig.sub427 nacl)
429 basic_os=nacl
1744 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/dialog/
H A Dconfig.sub1699 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/file/
H A Dconfig.sub1726 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/libevent/build-aux/
H A Dconfig.sub1506 nacl*)
/freebsd/crypto/openssh/
H A Dconfig.sub1734 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/sqlite3/
H A Dconfig.sub1730 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/ldns/
H A Dconfig.sub1730 | hiux* | abug | nacl* | netware* | windows* \
/freebsd/contrib/openpam/
H A Dconfig.sub1513 nacl*)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td447 def FeatureNaClTrap : SubtargetFeature<"nacl-trap", "UseNaClTrap", "true",