Home
last modified time | relevance | path

Searched refs:trivial (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/crypto/openssl/
H A DCONTRIBUTING.md25 1. Anything other than a trivial contribution requires a [Contributor
28 mistake), then place the text "`CLA: trivial`" on a line by itself below
32 One-line summary of trivial change
35 or two explaining the trivial change.
37 CLA: trivial
40 It is not sufficient to only place the text "`CLA: trivial`" in the GitHub
45 To amend a missing "`CLA: trivial`" line after submission, do the following:
/freebsd/tests/sys/acl/
H A Dtools-nfs4-trivial.test28 # both kind of trivial ACLs and replaces it by the default one.
36 # Check whether ls(1) correctly recognizes PSARC/2010/029-style trivial ACLs.
47 # Check whether ls(1) correctly recognizes draft-style trivial ACLs.
66 # Make sure ls(1) actually can recognize something as non-trivial.
H A D04.sh63 perl $TESTDIR/run $TESTDIR/tools-nfs4-trivial.test >&2
H A DMakefile10 ${PACKAGE}FILES+= tools-nfs4-trivial.test
/freebsd/contrib/diff/src/
H A Dutil.c661 bool trivial = ignore_blank_lines || ignore_regexp.fastmap; in analyze_hunk() local
684 for (i = next->line0; i <= l0 && trivial; i++) in analyze_hunk()
696 trivial = 0; in analyze_hunk()
699 for (i = next->line1; i <= l1 && trivial; i++) in analyze_hunk()
711 trivial = 0; in analyze_hunk()
722 if (trivial) in analyze_hunk()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcoroutine.cppm
/freebsd/tests/sys/cddl/zfs/tests/acl/
H A Dacl.cfg55 # Define several directories for trivial ACLs function test.
61 # Define test files and their attributes files number for trivial
H A DMakefile13 TESTS_SUBDIRS+= trivial
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl.cfg55 # Define several directories for trivial ACLs function test.
61 # Define test files and their attributes files number for trivial
/freebsd/bin/mv/
H A Dmv.c441 int acl_supported = 0, ret, trivial; in preserve_fd_acls() local
471 if (acl_is_trivial_np(acl, &trivial)) { in preserve_fd_acls()
476 if (trivial) { in preserve_fd_acls()
/freebsd/lib/libc/powerpc/gen/
H A DMakefile.common4 signalcontext.c syncicache.c trivial-getcontextx.c
/freebsd/lib/libc/riscv/gen/
H A DMakefile.inc12 trivial-getcontextx.c
/freebsd/lib/libc/powerpc64/gen/
H A DMakefile.inc5 trivial-getcontextx.c
/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c1263 int trivial; in acl_nfs4_is_trivial() local
1284 trivial = _acls_are_equal(aclp, tmpaclp); in acl_nfs4_is_trivial()
1285 if (trivial) { in acl_nfs4_is_trivial()
1287 return (trivial); in acl_nfs4_is_trivial()
1295 trivial = _acls_are_equal(aclp, tmpaclp); in acl_nfs4_is_trivial()
1298 return (trivial); in acl_nfs4_is_trivial()
/freebsd/lib/libz/
H A DFREEBSD-upgrade1 Original distribution from http://zlib.net/. Currently, only trivial
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/
H A Dimg-ascii-lcd.txt17 from the compatible string, making this binding somewhat trivial.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def126 /// even if the class has a trivial default constructor.
165 /// The trivial special members which this class has, per
179 /// non-trivial.
187 /// non-trivial for the purpose of calls.
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/
H A DMakefile4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/acl/trivial
/freebsd/usr.sbin/pw/
H A DREADME16 This program may be FreeBSD specific, but should be trivial to port to
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcoroutine34 // [coroutine.trivial.awaitables]
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.402311812 trivial, it adds up quickly. In this case, the TOD chip will have to
/freebsd/share/examples/bootforth/
H A Dmenu.4th2 \ XXX This is far too trivial - I don't have time now to think
H A Dmenuconf.4th2 \ XXX This is far too trivial - I don't have time now to think
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-schema.rst190 make dt_binding_check DT_SCHEMA_FILES=trivial-devices.yaml
191 make dt_binding_check DT_SCHEMA_FILES=trivial-devices.yaml:rtc.yaml
193 make dtbs_check DT_SCHEMA_FILES=trivial-devices.yaml
/freebsd/contrib/ntp/
H A DREADME.patches23 it will be trivial to apply your patches.

12345