Searched +defs:other +defs:buf (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawObject.java166 public boolean equals(Object other) { argument
216 private void formatRawObject(StringBuffer buf, argument
268 formatValue(StringBuffer buf, String indent, String id, Object val) argument
291 formatId(StringBuffer buf, String id) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dstrrepl.cpp68 StringReplacer::StringReplacer(const StringReplacer& other) : argument
130 UnicodeString buf; local
265 UnicodeString buf; local
[all...]
H A Dscriptset.cpp39 ScriptSet::ScriptSet(const ScriptSet &other) { argument
44 ScriptSet & ScriptSet::operator =(const ScriptSet &other) { argument
105 ScriptSet &ScriptSet::Union(const ScriptSet &other) { argument
112 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { argument
224 char buf[40]; local
[all...]
H A Dwinnmfmt.cpp81 char buf[10]; local
108 char buf[10]; local
163 Win32NumberFormat::Win32NumberFormat(const Win32NumberFormat &other) argument
185 operator =(const Win32NumberFormat &other) argument
[all...]
H A Ddecimfmt.cpp91 char buf[2000]; local
855 const DecimalFormat* other = (DecimalFormat*)&that; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_hmac.c80 ossl_hmac_copy(VALUE self, VALUE other) argument
112 hmac_final(HMAC_CTX *ctx, unsigned char **buf, unsigned int *buf_len) argument
135 unsigned char *buf; local
155 unsigned char *buf; local
196 unsigned char *buf; local
215 unsigned char *buf; local
[all...]
H A Dossl_x509name.c204 char *buf; local
299 ossl_x509name_cmp0(VALUE self, VALUE other) argument
318 ossl_x509name_cmp(VALUE self, VALUE other) argument
336 ossl_x509name_eql(VALUE self, VALUE other) argument
[all...]
H A Dossl_x509req.c124 ossl_x509req_copy(VALUE self, VALUE other) argument
146 BUF_MEM *buf; local
189 BUF_MEM *buf; local
289 BUF_MEM *buf; local
[all...]
H A Dossl_bn.c124 BIGNUM *other; local
182 char *buf; local
245 ossl_bn_coerce(VALUE self, VALUE other) argument
366 ossl_bn_div(VALUE self, VALUE other) argument
619 ossl_bn_copy(VALUE self, VALUE other) argument
653 ossl_bn_eql(VALUE self, VALUE other) argument
[all...]
H A Dossl_x509crl.c116 ossl_x509crl_copy(VALUE self, VALUE other) argument
167 BUF_MEM *buf; local
364 BUF_MEM *buf; local
387 BUF_MEM *buf; local
410 BUF_MEM *buf; local
[all...]
H A Dossl_pkcs7.c340 ossl_pkcs7_copy(VALUE self, VALUE other) argument
767 char buf[4096]; local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DQualifiedName.h80 QualifiedName(const QualifiedName& other) : m_impl(other.m_impl) { } argument
81 const QualifiedName& operator=(const QualifiedName& other) { m_impl = other.m_impl; return *this; } argument
88 matchesIgnoringCaseForLocalName(const QualifiedName& other, bool shouldIgnoreCase) const argument
128 hashComponents(const QualifiedNameComponents& buf) argument
[all...]
/macosx-10.10/libiconv-42/libiconv/lib/
H A Diso2022_jp2.h151 unsigned char buf = s[2]+0x80; local
163 unsigned char buf = s[2]+0x80; local
209 unsigned char buf = c+0x80; local
306 unsigned char buf[2]; local
310 enum conversion { none = 0, european, japanese, chinese, korean, other }; enumerator in enum:conversion
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dsmerge-mode.el[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dthrow_allocator.h206 typedef throw_allocator<U> other; typedef in struct:throw_allocator::rebind
419 char buf[40]; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/ubrkperf/
H A Dubrkperfold.cpp478 UCharFile (const UCharFile &other) {}; // No copy constructor. argument
479 UCharFile & operator = (const UCharFile &other) {return *this;}; // No assignment op argument
495 struct stat buf; local
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dconnect.c777 int other = i ^ 1; local
1214 char buf; local
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A Dglue.c314 int _ZN4dyld7my_statEPKcP4stat(const char* path, struct stat* buf) argument
325 int _ZN4dyld7my_openEPKcii(const char* path, int flag, int other) argument
351 ssize_t pread(int fd, void* buf, size_t nbytes, off_t offset) { argument
355 ssize_t write(int fd, const void *buf, size_t nbytes) { argument
371 int stat(const char* path, struct stat* buf) { argument
389 getcwd(char* buf, size_t size) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dpkinit.c117 u_char *buf = NULL; local
954 krb5_data buf, signed_data; local
1128 krb5_data signed_data, buf; local
1350 void *buf = NULL; local
1370 const char *type = "unknown", *other = ""; local
2078 char buf[1024]; local
[all...]
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-parse.c257 int other = 0; /* contains content other than multi-character collating local
85 tre_expand_macro(const tre_char_t *regex, const tre_char_t *regex_end, tre_char_t *buf, size_t buf_len) argument
1924 tre_char_t buf[64]; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DItem.cpp675 ItemImpl::operator < (const ItemImpl &other) argument
697 const void *buf = reinterpret_cast<const void *>(data.Data); local
1042 const void *buf local
1363 equal(SecCFObject &other) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DItem.cpp675 ItemImpl::operator < (const ItemImpl &other) argument
697 const void *buf = reinterpret_cast<const void *>(data.Data); local
1042 const void *buf local
1363 equal(SecCFObject &other) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DItem.cpp675 ItemImpl::operator < (const ItemImpl &other) argument
697 const void *buf = reinterpret_cast<const void *>(data.Data); local
1042 const void *buf local
1363 equal(SecCFObject &other) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCmds.c507 Tk_Window tkwin, other; local
561 Tk_Window tkwin, other; local
1259 char buf[16 + TCL_INTEGER_SPACE * 4]; local
1270 char buf[TCL_INTEGER_SPACE]; local
1320 char buf[TCL_INTEGER_SPACE * 2]; local
1345 char buf[TCL_INTEGER_SPACE]; local
1408 char buf[TCL_INTEGER_SPACE]; local
1623 char buf[TCL_INTEGER_SPACE * 3]; local
1650 char buf[16 + TCL_INTEGER_SPACE]; local
[all...]
H A DtkWindow.c534 char buf[32 + TCL_INTEGER_SPACE]; local
2495 Tk_RestackWindow( Tk_Window tkwin, int aboveBelow, Tk_Window other) argument
[all...]

Completed in 462 milliseconds

123