Searched refs:pick (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Dunexport-env.mk3 # pick up a bunch of exported vars
H A Dunexport.mk3 # pick up a bunch of exported vars
/freebsd-current/sys/geom/
H A Dgeom_ccd.c511 int pick = cs->sc_pick; local
514 if (bn < cs->sc_blk[pick] - range ||
515 bn > cs->sc_blk[pick] + range
517 cs->sc_pick = pick = 1 - pick;
519 cs->sc_blk[pick] = bn + btodb(rcount);
520 g_io_request(cbp[pick], cbp[pick]->bio_from);
/freebsd-current/contrib/bmake/mk/
H A Dsys.mk162 # pick up generic suffix rules
H A Dlib.mk251 # is a waste of time, this tells meta.autodep.mk to just pick one
/freebsd-current/tools/tools/git/
H A Dgit-arc.sh671 if ! git cherry-pick --no-commit "${commit}"; then
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl163 { package opcode; # pick up opcodes
241 { package const; # pick up constants, which start with $
276 { package ea; # pick up effective addresses: expr(%reg,%reg,scale)
387 { package register; # pick up registers, which start with %.
429 { package label; # pick up labels, which end with :
496 { package expr; # pick up expressions
563 pick => 0x15, swap => 0x16,
775 { package directive; # pick up directives, which start with .
/freebsd-current/sys/conf/
H A Dkmod.mk147 # CFLAGS for in-tree module builds as they will also pick it up from
/freebsd-current/share/mk/
H A Dbsd.sys.mk341 # in the same namespace, meaning that, for example, GCC builds of clang pick up
/freebsd-current/stand/ficl/
H A Dwords.c929 static void pick(FICL_VM *pVM) function
5020 dictAppendWord(dp, "pick", pick, FW_DEFAULT);
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1194 calls to C<fill_in> that use the same package will pick up the values
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1657 ! $acc0-$acc3 to 32-bit values and pick b[4] in 32-bit pieces. But
/freebsd-current/contrib/bmake/
H A Dconfigure1376 use just 'sh' or 'ksh' to pick the internal definitions

Completed in 267 milliseconds