Searched refs:BIN (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/binutils/binutils/
H A Dsanity.sh12 "") BIN=. ;;
13 *) BIN="$1" ;;
18 ${BIN}/size ${BIN}/$i > /dev/null
23 ${BIN}/objdump -ahifdrtxsl ${BIN}/$i > /dev/null
28 ${BIN}/nm ${BIN}/$i > /dev/null
35 cp ${BIN}/strip ${TMPDIR}/strip
38 cp ${BIN}/
[all...]
/freebsd-10-stable/tools/test/devrandom/
H A Dhammer.random12 open(BIN, "/dev/random") || die "Cannot open /dev/random - $!\n";
13 $len = sysread(BIN, $a, 128);
14 close(BIN);
H A Dhammer.urandom14 open(BIN, "/dev/urandom");
15 $len = sysread(BIN, $a, 20);
17 close(BIN);
H A Dstat.16bit15 open(BIN, "/dev/urandom") || die "Cannot open /dev/urandom - $!\n";
16 $len = sysread(BIN, $a, 512);
17 close(BIN);
H A Dstat.8bit15 open(BIN, "/dev/urandom") || die "Cannot open /dev/urandom - $!\n";
16 $len = sysread(BIN, $a, 256);
17 close(BIN);
/freebsd-10-stable/share/examples/sunrpc/dir/
H A DMakefile4 BIN = dir_svc rls macro
9 all: $(BIN)
25 rm -f $(GEN) *.o $(BIN)
/freebsd-10-stable/share/examples/sunrpc/msg/
H A DMakefile4 BIN = printmsg msg_svc rprintmsg macro
9 all: $(BIN)
35 rm -f $(GEN) *.o $(BIN)
/freebsd-10-stable/share/examples/sunrpc/sort/
H A DMakefile5 BIN = rsort sort_svc macro
10 all: $(BIN)
35 rm -f $(GEN) *.o $(BIN)
/freebsd-10-stable/contrib/dtc/
H A DMakefile110 BIN += convert-dtsv0
111 BIN += dtc
112 BIN += fdtdump
113 BIN += fdtget
114 BIN += fdtput
118 all: $(BIN) libfdt
164 @$(VECHO) INSTALL-BIN
166 $(INSTALL) $(BIN) $(SCRIPTS) $(DESTDIR)$(BINDIR)
222 rm -f $(BIN)
/freebsd-10-stable/tools/regression/filemon/
H A DMakefile49 .for BIN in ${BINS:Mfilemontest}
54 test -x ${BIN} && ${.OBJDIR}/${BIN} ;\
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dmodmisc.exp8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
/freebsd-10-stable/sys/dev/ieee488/
H A Dugpib.h91 #define BIN (1 << 12) macro
H A Dibfoo.c366 if (h->eos & BIN)
1038 if ((ap->eos & ~(REOS | XEOS | BIN | 0xff)) ||
1039 ((ap->eos & (BIN | 0x80)) == 0x80))
/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dcr16.h413 #define BIN(OPC,SHIFT) (OPC << SHIFT) macro
/freebsd-10-stable/contrib/bmake/mk/
H A Down.mk132 .for x in BIN CONF DOC INC INFO FILES KMOD LIB MAN NLS PROG SHARE
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c2995 #define BIN(f) #f, wpa_global_config_parse_bin, OFFSET(f), NULL, NULL macro
3065 { BIN(wps_nfc_dh_pubkey), 0 },
3066 { BIN(wps_nfc_dh_privkey), 0 },
3067 { BIN(wps_nfc_dev_pw), 0 },
3082 #undef BIN macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dcr16-dis.c329 if ((doubleWord & mask) == BIN (instruction->match,
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c2142 output_opcode[0] = BIN (instruction->match, instruction->match_bits);
2286 output_opcode[0] = BIN (instruction->match, instruction->match_bits);
/freebsd-10-stable/share/mk/
H A Dbsd.own.mk710 .for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
/freebsd-10-stable/crypto/openssl/util/
H A Dmk1mf.pl129 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler
166 $bin_dir=(defined($VARS{'BIN'}))?$VARS{'BIN'}:'';

Completed in 131 milliseconds