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

1234567891011>>

/macosx-10.10/CPANInternal-159.1/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.10/Security-57031.1.35/codesign_wrapper/
H A Dcodesign.h35 extern CFMutableDictionaryRef load_code_signature(FILE *binary, size_t slice_offset);
H A Dcodesign.c120 fprintf(stderr, "Ad-hoc signed binary\n");
199 CFMutableDictionaryRef load_code_signature(FILE *binary, size_t slice_offset) argument
208 require(1 == fread(&cmd.lc, sizeof(cmd.lc), 1, binary), out);
210 require(1 == fread((uint8_t *)&cmd.lc + sizeof(cmd.lc), sizeof(cmd.le_lc) - sizeof(cmd.lc), 1, binary), out);
211 require_noerr(fseek(binary, slice_offset+cmd.le_lc.dataoff, SEEK_SET), out);
215 require(1 == fread(data, length, 1, binary), out);
221 require_noerr(fseek(binary, cmd.lc.cmdsize-sizeof(cmd.lc), SEEK_CUR), out);
235 FILE *binary = open_bundle(path, "r"); local
236 require(binary, out);
239 require(1 == fread(&header, sizeof(header), 1, binary), ou
[all...]
/macosx-10.10/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.10/Heimdal-398.1.2/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.10/Libc-1044.1.2/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.10/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.10/tcl-105/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.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c234 static CFMutableDictionaryRef load_code_signature(FILE *binary, size_t slice_offset) argument
240 require(1 == fread(&lc, sizeof(lc), 1, binary), out);
243 require(1 == fread(&sig, sizeof(sig), 1, binary), out);
244 require_noerr(fseek(binary, slice_offset+sig.offset, SEEK_SET), out);
248 require(1 == fread(data, length, 1, binary), out);
254 require_noerr(fseek(binary, lc.cmdsize-sizeof(lc), SEEK_CUR), out);
268 FILE *binary = open_bundle(path, "r"); local
269 if (!binary) binary = fopen(path, "r");
270 require(binary, ou
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dcompface.el40 (coding-system-for-write 'binary))
/macosx-10.10/tcl-105/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.10/OpenLDAP-499.27/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.10/libstdcxx-104.1/src/
H A Dbasic_file.cc87 binary = std::ios_base::binary enumerator in enum:__anon9790::__anon9791
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.10/ksh-23/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
255 binary = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix) macro
258 old.new.binary
593 binary = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
1116 binary := $(B:/$(CC.HOSTTYPE).$(suffix)$/$(release).&/) macro
1132 binary := $(B) macro
[all...]
/macosx-10.10/ksh-23/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
255 binary = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix) macro
258 old.new.binary
593 binary = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
1116 binary := $(B:/$(CC.HOSTTYPE).$(suffix)$/$(release).&/) macro
1132 binary := $(B) macro
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D04-attach-cid-encoded.t68 Content-Transfer-Encoding: binary
74 Content-Transfer-Encoding: binary
80 Content-Transfer-Encoding: binary
123 Content-Transfer-Encoding: binary
127 ...binary TIFF image...
135 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
167 Content-Transfer-Encoding: binary
171 ...binary TIFF image...
178 ok(ref $a && $a->valueof('//theSignedForm') =~ /binary TIFF image/);
207 Content-Transfer-Encoding: binary
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DSSLKeyGeneratorWin.cpp81 Vector<char> binary(dwEncodedLength);
82 if (!CryptSignAndEncodeCertificate(hContext, AT_KEYEXCHANGE, X509_ASN_ENCODING, X509_KEYGEN_REQUEST_TO_BE_SIGNED, &requestInfo, &signAlgo, 0, reinterpret_cast<LPBYTE>(binary.data()), &dwEncodedLength))
85 keyString = base64Encode(binary);
/macosx-10.10/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.10/tcl-105/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}
H A Dmmdecode32 fconfigure stdout -translation binary
/macosx-10.10/tcl-105/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...]
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dopenssl_fips_fingerprint31 openssl sha1 -hmac etaonrishdlcupfm -binary $exe > $exe.$ext || rm $exe.$ext
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml6 (* Install standard binary operators.
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/plugins/
H A Diosspeedtracer.sh14 curl -u $USER:$PW -X POST -H "Content-Type: text/plain" -H "Accept: text/plain" --data-binary @${TMPFILE} https://ios.apple.com/speedtracer/services/logs

Completed in 239 milliseconds

1234567891011>>