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

/freebsd-10.0-release/tools/regression/acltools/
H A D04.t30 # This is a wrapper script to run tools-nfs4-trivial.test on ZFS filesystem.
56 perl $TESTDIR/run $TESTDIR/tools-nfs4-trivial.test > /dev/null
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSpiller.cpp32 enum SpillerName { trivial, inline_ }; enumerator in enum:__anon2231::SpillerName
39 cl::values(clEnumVal(trivial, "trivial spiller"),
42 cl::init(trivial));
190 case trivial: return new TrivialSpiller(pass, mf, vrm);
/freebsd-10.0-release/bin/cp/
H A Dutils.c399 int acl_supported = 0, ret, trivial; local
428 if (acl_is_trivial_np(acl, &trivial)) {
433 if (trivial) {
454 int acl_supported = 0, ret, trivial; local
515 if (acl_is_trivial_np(acl, &trivial)) {
520 if (trivial) {
/freebsd-10.0-release/contrib/diff/src/
H A Dutil.c670 bool trivial = ignore_blank_lines || ignore_regexp.fastmap;
693 for (i = next->line0; i <= l0 && trivial; i++)
705 trivial = 0;
708 for (i = next->line1; i <= l1 && trivial; i++)
720 trivial = 0;
731 if (trivial)
661 bool trivial = ignore_blank_lines || ignore_regexp.fastmap; local
/freebsd-10.0-release/bin/mv/
H A Dmv.c448 int acl_supported = 0, ret, trivial; local
478 if (acl_is_trivial_np(acl, &trivial)) {
483 if (trivial) {
/freebsd-10.0-release/sys/kern/
H A Dsubr_acl_nfs4.c1129 * It's also being used to calculate a trivial ACL, by inheriting from
1207 * Calculate trivial ACL in a manner compatible with PSARC/2010/029.
1209 * equal to) the "canonical six" trivial ACL computed using algorithm
1269 int trivial; local
1278 * If the ACLs are identical, then the ACL is trivial.
1282 * for files that don't have non-trivial ACLs - it's critical
1290 trivial = _acls_are_equal(aclp, tmpaclp);
1291 if (trivial) {
1293 return (trivial);
1297 * Check if it's a draft-ietf-nfsv4-minorversion1-03.txt trivial AC
[all...]
/freebsd-10.0-release/bin/ls/
H A Dprint.c625 int ret, trivial; local
678 if (acl_is_trivial_np(facl, &trivial)) {
683 if (!trivial)
/freebsd-10.0-release/usr.bin/find/
H A Dfunction.c373 int acl_supported = 0, ret, trivial; local
403 ret = acl_is_trivial_np(facl, &trivial);
410 if (trivial)
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES676 trivial fix to printf to limit string size in sub().
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp129 /// Whether there are non-trivial modifications to the decl spec.
130 bool trivial; member in class:__anon3280::TypeProcessingState
146 trivial(true), hasSavedAttrs(false) {}
184 trivial &= savedAttrs.empty();
204 if (trivial) return;
4897 // class type must have a trivial destructor (which can't be checked until
4905 // cannot have any constexpr constructors or a trivial default constructor,
4939 // All fields and bases are of literal types, so have trivial destructors.
4940 // If this class's destructor is non-trivial it must be user-declared.

Completed in 172 milliseconds