Searched refs:inc1 (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_compressed.ksh59 log_must eval "zfs recv $POOL2/inc1 <$stream"
62 log_must diff $clone_mnt/f1 $mntpnt/inc1/f1
63 log_must diff $send_mnt/f2 $mntpnt/inc1/f2
68 log_must diff $clone_mnt/f1 $mntpnt/inc1/f1
/freebsd-13-stable/share/mk/
H A Dlocal.init.mk15 # XXX: This should be combined with external compiler support in Makefile.inc1
23 # XXX: May be needed for GCC to build with libc++ rather than libstdc++. See Makefile.inc1
H A Dsys.mk93 # This is mitigated by Makefile.inc1 for known-ABI-breaking revisions.
H A Dbsd.lib.mk428 # XXX: Since Makefile.inc1 ends up building lib/libc both as part of
/freebsd-13-stable/release/scripts/
H A Dmm-mtree.sh74 if [ ! -f ${SOURCEDIR}/Makefile.inc1 -a \
75 -f ${SOURCEDIR}/../Makefile.inc1 ]; then
/freebsd-13-stable/targets/pseudo/bootstrap-tools/
H A DMakefile35 # need to keep this in sync with src/Makefile.inc1
60 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
67 ${BSENV} ${MAKE} -C ${SRCTOP} -f Makefile.inc1 ${BSARGS} $@
/freebsd-13-stable/contrib/bc/src/
H A Drand.c233 ulong inc1, ulong inc2)
236 bc_rand_seedState(&r->inc, inc1, inc2);
242 ulong state1, state2, inc1, inc2; local
247 inc1 = fulong(ptr);
250 bc_rand_seedRNG(r, state1, state2, inc1, inc2);
351 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2) argument
355 bc_rand_seedState(&rng->inc, inc1, inc2);
232 bc_rand_seedRNG(BcRNGData *r, ulong state1, ulong state2, ulong inc1, ulong inc2) argument
H A Dnum.c2271 BcRand state1, state2, inc1, inc2; local
2327 bc_num_bigdig2(&temp2, (BcBigDig*) &inc1);
2338 else inc1 = inc2 = 0;
2340 bc_rand_seed(rng, state1, state2, inc1, inc2);
/freebsd-13-stable/
H A DMakefile.inc1738 ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
746 ${BMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
772 ${KTMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
898 WMAKE= ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 \
903 IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
1076 ${_+_}cd ${.CURDIR}; ${LIBCOMPATWMAKE} _NO_INCLUDE_COMPILERMK=t -f Makefile.inc1 ${CLEANDIR}
1185 # and Makefile.inc1 causes the correct PATH to be used, rather than a
1530 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1536 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 \
1543 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 instal
[all...]
H A DMakefile.libcompat112 ${LIBCOMPATWMAKE} -f Makefile.inc1 -DNO_FSCHG libraries
H A DMakefile62 # Makefile.inc1. The exceptions are universe, tinderbox and targets.
261 _MAKE= PATH=${PATH} MAKE_CMD="${MAKE}" ${SUB_MAKE} -f Makefile.inc1 \
627 ${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-compiler \
635 ${SUB_MAKE} -C ${.CURDIR} -f Makefile.inc1 test-system-linker \
/freebsd-13-stable/contrib/bc/include/
H A Drand.h195 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2);
/freebsd-13-stable/release/
H A DMakefile287 .include "${.CURDIR}/Makefile.inc1"
/freebsd-13-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh478 if [ ! -f ${SOURCEDIR}/Makefile.inc1 -a \
479 -f ${SOURCEDIR}/../Makefile.inc1 ]; then
486 if [ ! -f ${SOURCEDIR}/Makefile.inc1 ]; then
488 if [ -f ./Makefile.inc1 ]; then
489 echo " Found Makefile.inc1 in the current directory."
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk103 # Definition copied from src/Makefile.inc1

Completed in 212 milliseconds