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

/freebsd-9.3-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-9.3-release/contrib/llvm/lib/CodeGen/
H A DSpiller.cpp32 enum SpillerName { trivial, inline_ }; enumerator in enum:__anon2200::SpillerName
39 cl::values(clEnumVal(trivial, "trivial spiller"),
42 cl::init(trivial));
181 case trivial: return new TrivialSpiller(pass, mf, vrm);
/freebsd-9.3-release/bin/cp/
H A Dutils.c382 int acl_supported = 0, ret, trivial; local
411 if (acl_is_trivial_np(acl, &trivial)) {
416 if (trivial) {
437 int acl_supported = 0, ret, trivial; local
498 if (acl_is_trivial_np(acl, &trivial)) {
503 if (trivial) {
/freebsd-9.3-release/contrib/cvs/diff/
H A Dutil.c763 int trivial = ignore_blank_lines_flag || ignore_regexp_list;
779 for (i = next->line0; i <= l0 && trivial; i++)
792 trivial = 0;
795 for (i = next->line1; i <= l1 && trivial; i++)
808 trivial = 0;
819 if (trivial)
754 int trivial = ignore_blank_lines_flag || ignore_regexp_list; local
/freebsd-9.3-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-9.3-release/bin/mv/
H A Dmv.c454 int acl_supported = 0, ret, trivial; local
484 if (acl_is_trivial_np(acl, &trivial)) {
489 if (trivial) {
/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_nfs4.c1127 * It's also being used to calculate a trivial ACL, by inheriting from
1205 * Calculate trivial ACL in a manner compatible with PSARC/2010/029.
1207 * equal to) the "canonical six" trivial ACL computed using algorithm
1267 int trivial; local
1276 * If the ACLs are identical, then the ACL is trivial.
1280 * for files that don't have non-trivial ACLs - it's critical
1288 trivial = _acls_are_equal(aclp, tmpaclp);
1289 if (trivial) {
1291 return (trivial);
1295 * Check if it's a draft-ietf-nfsv4-minorversion1-03.txt trivial AC
[all...]
/freebsd-9.3-release/bin/ls/
H A Dprint.c625 int ret, trivial; local
678 if (acl_is_trivial_np(facl, &trivial)) {
683 if (!trivial)
/freebsd-9.3-release/usr.bin/find/
H A Dfunction.c373 int acl_supported = 0, ret, trivial; local
403 ret = acl_is_trivial_np(facl, &trivial);
409 if (trivial)
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES676 trivial fix to printf to limit string size in sub().
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp139 /// Whether there are non-trivial modifications to the decl spec.
140 bool trivial; member in class:__anon3335::TypeProcessingState
156 trivial(true), hasSavedAttrs(false) {}
194 trivial &= savedAttrs.empty();
214 if (trivial) return;
5299 // class type must have a trivial destructor (which can't be checked until
5307 // cannot have any constexpr constructors or a trivial default constructor,
5341 // All fields and bases are of literal types, so have trivial destructors.
5342 // If this class's destructor is non-trivial it must be user-declared.

Completed in 120 milliseconds