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

12345

/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/boot/i386/mbr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A DMakefile12 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/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-9.3-release/sys/boot/i386/btx/btxldr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A DMakefile13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/sys/boot/pc98/boot0/
H A DMakefile19 objcopy -S -O binary ${BOOT}.out ${.TARGET}
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A DMakefile13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc87 binary = std::ios_base::binary enumerator in enum:__anon1694::__anon1695
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-9.3-release/sys/boot/pc98/btx/btxldr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/crypto/openssl/fips/
H A Dopenssl_fips_fingerprint31 openssl sha1 -hmac etaonrishdlcupfm -binary $exe > $exe.$ext || rm $exe.$ext
/freebsd-9.3-release/sys/boot/arm/at91/
H A DMakefile.inc33 ${OBJCOPY} -S -O binary ${P}.out ${.TARGET}
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/lib/hx509/data/
H A Dgen-req.sh147 -binary \
157 -binary \
168 -binary \
180 -binary \
190 -binary \
200 -binary \
210 -binary \
220 -binary \
230 -binary \
240 -binary \
[all...]
/freebsd-9.3-release/crypto/openssl/fips/sha/
H A Dfips_standalone_sha1.c4 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
116 int n, binary = 0; local
124 if (!strcmp(argv[n], "-binary")) {
126 binary = 1; /* emit binary fingerprint... */
156 if (binary) {
/freebsd-9.3-release/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-9.3-release/sbin/camcontrol/
H A Dcamcontrol.h5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
54 int edit, int binary, int retry_count, int timeout);
/freebsd-9.3-release/sys/boot/i386/boot0/
H A DMakefile77 LDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A DMakefile28 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A DMakefile24 objcopy -S -O binary ${BOOT}.out ${.TARGET}
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A DMakefile28 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-9.3-release/usr.sbin/uathload/
H A DMakefile18 ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ar5523.bin
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/packages/debian/
H A Drules28 binary-post-install/heimdal-servers::
36 binary-post-install/heimdal-servers-x::
39 binary-post-install/heimdal-kdc::
48 binary-post-install/heimdal-clients::
61 binary-post-install/heimdal-docs::

Completed in 118 milliseconds

12345