Searched refs:binary (Results 1 - 25 of 130) sorted by relevance

123456

/freebsd-10-stable/contrib/byacc/package/debian/
H A Drules73 binary-indep: build install
74 # No binary-indep target.
77 binary-arch: build install
92 binary: binary-indep binary-arch
93 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/freebsd-10-stable/contrib/dialog/package/debian/
H A Drules75 binary-indep: build install
76 # No binary-indep target.
79 binary-arch: build install
94 binary: binary-indep binary-arch
95 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/freebsd-10-stable/tools/tools/bus_autoconf/
H A Dbus_autoconf.sh7 # Redistribution and use in source and binary forms, with or without
12 # 2. Redistributions in binary form must reproduce the above copyright
53 ${OBJCOPY} -j bus_autoconf_format -O binary ${F} bus_autoconf.ids 2> /dev/null
57 ${OBJCOPY} -j usb_host_id -O binary ${F} "usb_host_id,${G}" 2> /dev/null
61 ${OBJCOPY} -j usb_device_id -O binary ${F} "usb_device_id,${G}" 2> /dev/null
65 ${OBJCOPY} -j usb_dual_id -O binary ${F} "usb_dual_id,${G}" 2> /dev/null
/freebsd-10-stable/sys/boot/i386/mbr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/sys/boot/i386/pmbr/
H A DMakefile12 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/lib/libc/inet/
H A Dnsap_addr.c46 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
67 *binary++ = (nib << 4) | xtob(c);
82 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
102 nib = *binary >> 4;
104 nib = *binary++ & 0x0f;
/freebsd-10-stable/sys/boot/i386/btx/btxldr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/sys/boot/i386/cdboot/
H A DMakefile13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/sys/boot/pc98/cdboot/
H A DMakefile13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/sys/boot/pc98/boot0/
H A DMakefile19 ${OBJCOPY} -S -O binary ${BOOT}.out ${.TARGET}
/freebsd-10-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc87 binary = std::ios_base::binary enumerator in enum:__anon1766::__anon1767
90 switch (mode & (in|out|trunc|app|binary))
101 case ( out |binary): return "wb";
102 case ( out |app|binary): return "ab";
103 case ( out|trunc |binary): return "wb";
104 case (in |binary): return "rb";
105 case (in|out |binary): return "r+b";
106 case (in|out|trunc |binary): return "w+b";
108 case (in|out |app|binary)
[all...]
/freebsd-10-stable/sys/boot/pc98/btx/btxldr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/sys/boot/arm/at91/
H A DMakefile.inc33 ${OBJCOPY} -S -O binary ${P}.out ${.TARGET}
/freebsd-10-stable/sys/dev/cxgb/
H A Dbin2h.pl28 Redistribution and use in source and binary forms, with or without
58 my $binary;
71 my $number_read = read(INPUT, $binary, 4);
72 my ($a, $b, $c, $d) = unpack("C C C C", $binary);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dpex-djgpp.c84 const char *name, int binary)
86 return open (name, O_RDONLY | (binary ? O_BINARY : O_TEXT));
93 const char *name, int binary)
99 | (binary ? O_BINARY : O_TEXT)),
83 pex_djgpp_open_read(struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name, int binary) argument
92 pex_djgpp_open_write(struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name, int binary) argument
/freebsd-10-stable/sys/boot/i386/boot0/
H A DMakefile77 LDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/sys/boot/i386/btx/btx/
H A DMakefile28 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/sys/boot/pc98/btx/btx/
H A DMakefile28 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-10-stable/usr.sbin/uathload/
H A DMakefile18 ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ar5523.bin
/freebsd-10-stable/sys/boot/pc98/boot0.5/
H A DMakefile24 ${OBJCOPY} -S -O binary ${BOOT}.out ${.TARGET}
/freebsd-10-stable/lib/libnetgraph/
H A Dmsg.c90 * the command into binary, and then we send the binary.
95 struct ng_mesg *reply, *binary, *ascii; local
132 /* Send node a request to convert ASCII to binary */
144 /* Now send binary version */
145 binary = (struct ng_mesg *)reply->data;
148 binary->header.token = gMsgId;
149 binary->header.version = NG_VERSION;
151 path, binary, binary
[all...]
/freebsd-10-stable/sys/modules/linux64/
H A DMakefile36 ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \
37 -S -g --binary-architecture i386:x86-64 linux_locore.o ${.TARGET}
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c17 * Redistribution and use in source and binary forms, with or without
660 } binary; member in struct:__anon135
687 if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) {
691 BF_swap(data.binary.salt, 4);
700 L ^= data.binary.salt[i & 2];
701 R ^= data.binary.salt[(i & 2) + 1];
710 L ^= data.binary.salt[(BF_N + 2) & 3];
711 R ^= data.binary.salt[(BF_N + 3) & 3];
716 L ^= data.binary.salt[(BF_N + 4) & 3];
717 R ^= data.binary
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Dbinary.c1 /* BFD back-end for binary objects.
22 /* This is a BFD backend which may be used to write binary objects.
25 generate raw binary data.
40 /* Any bfd we create by reading a binary file has three symbols:
45 machine number to be uses when creating binary BFDs. */
49 /* Create a binary object. Invoked via bfd_set_format. */
57 /* Any file may be considered to be a binary file, provided the target
59 being binary. */
226 /* Set the architecture of a binary file. */
229 /* Write section contents of a binary fil
[all...]
/freebsd-10-stable/sys/boot/i386/btx/lib/
H A Dbtxcsu.S5 # Redistribution and use in source and binary forms are freely

Completed in 173 milliseconds

123456