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

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Perl-Tidy/debian/
H A Drules55 binary-arch: build install
59 binary-indep: build install
87 binary: binary-indep binary-arch
88 .PHONY: build clean binary-indep binary-arch binary
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/debian/
H A Drules55 binary-arch: build install
59 binary-indep: build install
87 binary: binary-indep binary-arch
88 .PHONY: build clean binary-indep binary-arch binary
/macosx-10.9.5/patch_cmds-17/diffstat/package/debian/
H A Drules72 binary-indep: build install
73 # No binary-indep target.
76 binary-arch: build install
91 binary: binary-indep binary-arch
92 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Drxterm.in5 binary=rsh
17 -b) binary=$2; shift 2;;
45 $binary -n $rsh_args $host "/bin/sh -c 'DISPLAY=$disp XAUTHORITY=$auth $term -T $title -n $title $xterm_args </dev/null >/dev/null 2>/dev/null &'"
H A Drxtelnet.in5 binary=telnet
20 -b) binary=$2; shift 2;;
66 test "$verb" && echo "Telnet command used is `type $binary`."
68 ($term -title $title -n $title $xterm_args -e env DISPLAY=$disp XAUTHORITY=$auth $binary -D $telnet_args $host $port; test x"$pid" != xNO && kill -USR2 $pid) &
70 env DISPLAY=$disp XAUTHORITY=$auth $binary -D $telnet_args $host $port
/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dnsap_addr.c52 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
73 *binary++ = (nib << 4) | xtob(c);
88 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
112 nib = *binary >> 4;
114 nib = *binary++ & 0x0f;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebKitTextCodec.cpp99 bool base64Decode(const BlackBerry::Platform::String& base64, std::vector<char>& binary, Base64DecodePolicy policy) argument
105 binary.insert(binary.begin(), result.begin(), result.end());
109 bool base64Encode(const std::vector<char>& binary, BlackBerry::Platform::String& base64, Base64EncodePolicy policy) argument
112 result.append(&binary[0], binary.size());
114 WTF::base64Encode(&binary[0], binary.size(), result, static_cast<WTF::Base64EncodePolicy>(policy));
H A DWebKitTextCodec.h55 BLACKBERRY_EXPORT bool base64Decode(const BlackBerry::Platform::String& base64, std::vector<char>& binary, Base64DecodePolicy);
56 BLACKBERRY_EXPORT bool base64Encode(const std::vector<char>& binary, BlackBerry::Platform::String& base64, Base64EncodePolicy);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/windres/
H A Dmsupdate38 objdump -b binary -s $o | sed -n '/^ [0-9a-f][0-9a-f]* /p' > $d
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dqsort.test30 binary scan [::ffidl::peek $p1 [::ffidl::sizeof int]] [::ffidl::format int] v1
31 binary scan [::ffidl::peek $p2 [::ffidl::sizeof int]] [::ffidl::format int] v2
51 # construct a binary array of random ints
61 set ints [binary format [::ffidl::format int]* $ints]
71 binary scan $ints [::ffidl::format int]* ints
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dcodesign.c231 static CFMutableDictionaryRef load_code_signature(FILE *binary, size_t slice_offset) argument
237 require(1 == fread(&lc, sizeof(lc), 1, binary), out);
240 require(1 == fread(&sig, sizeof(sig), 1, binary), out);
241 require_noerr(fseek(binary, slice_offset+sig.offset, SEEK_SET), out);
245 require(1 == fread(data, length, 1, binary), out);
251 require_noerr(fseek(binary, lc.cmdsize-sizeof(lc), SEEK_CUR), out);
265 FILE *binary = open_bundle(path, "r"); local
266 if (!binary) binary = fopen(path, "r");
267 require(binary, ou
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dcompface.el40 (coding-system-for-write 'binary))
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Drftp23 set default_type binary ;# default type, i.e., ascii, binary, tenex
24 set binary {} ;# files matching are transferred as binary
28 # The values of binary, ascii and tenex should be a list of (Tcl) regular
34 # set binary {*.Z *.tar}
37 # and transfer everything as "binary".
65 global binary ascii tenex
68 switch -- $name $binary {set new_type binary} \
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest021-certificate8 ## Redistribution and use in source and binary forms, with or without
75 add: cAcertificate;binary
76 cAcertificate;binary::
101 add: userCertificate;binary
102 userCertificate;binary::
128 add: userCertificate;binary
129 userCertificate;binary::
152 add: userCertificate;binary
153 userCertificate;binary::
174 delete: userCertificate;binary
[all...]
/macosx-10.9.5/libstdcxx-60/src/
H A Dbasic_file.cc87 binary = std::ios_base::binary enumerator in enum:__anon9721::__anon9722
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...]
/macosx-10.9.5/CPANInternal-140/Digest-SHA/
H A Dshasum22 -b, --binary read files in binary mode (default on DOS/Windows)
39 for binary, `?' for portable, ` ' for text), and name for each FILE.
114 -b, --binary read files in binary mode (default on DOS/Windows)
129 print a line with checksum, a character indicating type (`*' for binary,
140 my ($alg, $binary, $check, $text, $status, $warn, $help, $version);
145 'b|binary' => \$binary, 'c|check' => \$check,
158 if scalar(grep { defined $_ } ($binary,
[all...]
/macosx-10.9.5/ksh-20/ksh/lib/package/
H A Dpackage.mk2 * source and binary package support
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
65 * don't strip non-lcl binary package members
68 * include variants matching pattern in binary packages
70 * incremental=[source:1 binary:0]
117 This is a package root directory $PACKAGEROOT. Source and binary
258 binary = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix) macro
261 old.new.binary
596 binary = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
1115 binary := $(B:/$(CC.HOSTTYPE).$(suffix)$/$(release).&/) macro
1131 binary := $(B) macro
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dpackage.mk2 * source and binary package support
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
65 * don't strip non-lcl binary package members
68 * include variants matching pattern in binary packages
70 * incremental=[source:1 binary:0]
117 This is a package root directory $PACKAGEROOT. Source and binary
258 binary = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix) macro
261 old.new.binary
596 binary = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
1115 binary := $(B:/$(CC.HOSTTYPE).$(suffix)$/$(release).&/) macro
1131 binary := $(B) macro
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D04-attach.t65 Content-Transfer-Encoding: binary
71 Content-Transfer-Encoding: binary
77 Content-Transfer-Encoding: binary
120 Content-Transfer-Encoding: binary
124 ...binary TIFF image...
132 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
164 Content-Transfer-Encoding: binary
168 ...binary TIFF image...
175 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
204 Content-Transfer-Encoding: binary
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D04-attach.t66 Content-Transfer-Encoding: binary
72 Content-Transfer-Encoding: binary
78 Content-Transfer-Encoding: binary
121 Content-Transfer-Encoding: binary
125 ...binary TIFF image...
133 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
165 Content-Transfer-Encoding: binary
169 ...binary TIFF image...
176 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
205 Content-Transfer-Encoding: binary
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D04-attach.t66 Content-Transfer-Encoding: binary
72 Content-Transfer-Encoding: binary
78 Content-Transfer-Encoding: binary
121 Content-Transfer-Encoding: binary
125 ...binary TIFF image...
133 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
165 Content-Transfer-Encoding: binary
169 ...binary TIFF image...
176 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
205 Content-Transfer-Encoding: binary
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSSLKeyGeneratorWin.cpp80 Vector<char> binary(dwEncodedLength);
81 if (!CryptSignAndEncodeCertificate(hContext, AT_KEYEXCHANGE, X509_ASN_ENCODING, X509_KEYGEN_REQUEST_TO_BE_SIGNED, &requestInfo, &signAlgo, 0, reinterpret_cast<LPBYTE>(binary.data()), &dwEncodedLength))
84 keyString = base64Encode(binary);
/macosx-10.9.5/libxml2-26/
H A DMakefile28 for binary in xmllint xmlcatalog libxml2.2.dylib; do \
29 $(CP) $(OBJROOT)/.libs/$${binary} $(SYMROOT)/; \
30 dsymutil $(SYMROOT)/$${binary}; \
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmd7 # options: -b = read files as binary => no effect here
98 fconfigure stdout -translation binary
99 catch {fconfigure stdout -encoding binary}
107 fconfigure $f -translation binary
108 catch {fconfigure $f -encoding binary}
146 fconfigure $check_src -translation binary
147 catch {fconfigure $check_src -encoding binary}
170 fconfigure $f -translation binary
171 catch {fconfigure $f -encoding binary}
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dlgets.test208 test lgets-5.1 {lgets with binary data} {
235 test lgets-5.2 {lgets with binary data} {
239 test lgets-5.3 {lgets with binary data} {
244 test lgets-5.4 {lgets with binary data} {
248 test lgets-5.5 {lgets with binary data} {
253 test lgets-5.6 {lgets with binary data} {
257 test lgets-5.7 {lgets with binary data} {
262 test lgets-5.8 {lgets with binary data} {
267 test lgets-5.9 {lgets with binary data} {
272 test lgets-5.10 {lgets with binary dat
[all...]

Completed in 345 milliseconds

1234567891011>>