Searched refs:orig (Results 101 - 125 of 318) sorted by relevance

1234567891011>>

/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dplugin_support.c808 sortBundles(CFMutableArrayRef orig) argument
817 n = CFArrayGetCount(orig);
819 bundleInfoRef bundleInfo = (bundleInfoRef)CFArrayGetValueAtIndex(orig, i);
832 bundleInfoRef bundleInfo1 = (bundleInfoRef)CFArrayGetValueAtIndex(orig, i);
847 CFArrayRemoveValueAtIndex(orig, i);
876 CFArrayRemoveValueAtIndex(orig, i);
887 n = CFArrayGetCount(orig);
889 if (CFArrayGetCount(orig) > 0) {
891 CFArrayAppendArray(new, orig, CFRangeMake(0, CFArrayGetCount(orig)));
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dsource.rb43 @orig = @buffer = arg
112 @orig.index( @buffer )
117 lines = @orig.split
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-ldap.c390 hdb_entry_ex orig; local
405 ret = LDAP_message2entry(context, db, msg, 0, &orig);
446 * orig being intiialized to zero */
447 memset(&orig, 0, sizeof(orig));
474 krb5_principal_compare(context, ent->entry.principal, orig.entry.principal)
505 if (is_heimdal_entry && (ent->entry.kvno != orig.entry.kvno || is_new_entry)) {
514 if (orig.entry.valid_end == NULL
515 || (*(ent->entry.valid_start) != *(orig.entry.valid_start))) {
525 if (orig
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dclass.c181 class_init_copy_check(VALUE clone, VALUE orig) argument
183 if (orig == rb_cBasicObject) {
189 if (FL_TEST(orig, FL_SINGLETON)) {
196 rb_mod_init_copy(VALUE clone, VALUE orig) argument
199 class_init_copy_check(clone, orig);
201 if (!OBJ_INIT_COPY(clone, orig)) return clone;
203 RBASIC(clone)->klass = rb_singleton_class_clone(orig);
206 RCLASS_SUPER(clone) = RCLASS_SUPER(orig);
207 RCLASS_EXT(clone)->allocator = RCLASS_EXT(orig)->allocator;
208 if (RCLASS_IV_TBL(orig)) {
[all...]
H A Dencoding.c30 void rb_enc_set_base(const char *name, const char *orig);
32 int rb_encdb_replicate(const char *name, const char *orig);
34 int rb_encdb_alias(const char *alias, const char *orig);
335 rb_enc_set_base(const char *name, const char *orig) argument
338 int origidx = rb_enc_registered(orig);
388 rb_encdb_replicate(const char *name, const char *orig) argument
390 int origidx = rb_enc_registered(orig);
394 origidx = enc_register(orig, 0);
491 rb_enc_alias(const char *alias, const char *orig) argument
499 if ((idx = rb_enc_find_index(orig)) <
506 rb_encdb_alias(const char *alias, const char *orig) argument
1590 rb_enc_aliases_enc_i(st_data_t name, st_data_t orig, st_data_t arg) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dfibheap.c287 fibnode_t x, y, orig;
291 for (x = ret->child, orig = NULL; x != orig && x != NULL; x = y)
293 if (orig == NULL)
294 orig = x;
286 fibnode_t x, y, orig; local
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool1312 orig=".orig"
1314 orig="$opt_b"
1367 echo "\$ cp -p $file $file$orig"
1369 echo "\$ $sedcmd <$file$orig >$file"
1372 cp -p $file $file$orig
1374 eval "$sedcmd <$file$orig >$file"
1380 echo "\$ touch -r $file$orig $file"
1383 touch -r $file$orig $file
1389 if cmp $file$orig
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddiff.c116 dns_difftuple_copy(dns_difftuple_t *orig, dns_difftuple_t **copyp) { argument
117 return (dns_difftuple_create(orig->mctx, orig->op, &orig->name,
118 orig->ttl, &orig->rdata, copyp));
/macosx-10.10/hfs-285/mount_hfs/
H A Dmount_hfs.c700 char *gname, *orig = s; local
709 gr = getgrnam(orig);
711 errx(1, "unknown group id: %s", orig);
722 char *uname, *orig = s; local
731 pw = getpwnam(orig);
733 errx(1, "unknown user id: %s", orig);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dviewx.cpp551 c4_Bytes orig; local
552 GetData(orig);
555 t4_byte *ptr = result.SetBuffer(orig.Size() + diff_);
557 memcpy(ptr, orig.Contents(), off_);
559 memcpy(ptr + off_ + n, orig.Contents() + off_, orig.Size() - off_);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp51 const char* orig = "foo"; local
53 char* copy = duplicate(orig);
59 ATF_REQUIRE(std::strcmp(orig, "foo") == 0);
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dentities.h49 xmlChar *orig; /* content without ref substitution */ member in struct:_xmlEntity
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLiveInterval.h58 /// VNInfo construtor, copies values from orig, except for the value number.
59 VNInfo(unsigned i, const VNInfo &orig) argument
60 : id(i), def(orig.def)
243 VNInfo *createValueCopy(const VNInfo *orig,
246 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-compat.h172 extern PyObject* PyObjC_InternValue(PyObject* orig);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dentities.h49 xmlChar *orig; /* content without ref substitution */ member in struct:_xmlEntity
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/pyobjc_core.egg-info/include/
H A Dpyobjc-compat.h189 extern PyObject* PyObjC_InternValue(PyObject* orig);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dpyobjc-compat.h189 extern PyObject* PyObjC_InternValue(PyObject* orig);
/macosx-10.10/ruby-106/ruby/lib/
H A Dostruct.rb99 def initialize_copy(orig)
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dtestsuite.c944 char orig[4096]; local
950 for (lup=0;lup<(int) sizeof(orig);lup++)
951 orig[lup] = (char) (rand() % 256);
953 if (sasl_encode64(orig, sizeof(orig), enc, sizeof(enc), &encsize)!=SASL_OK)
959 if (encsize != sizeof(orig)) fatal("Now has different size");
961 for (lup=0;lup<(int) sizeof(orig);lup++)
962 if (enc[lup] != orig[lup])
967 if (sasl_encode64(orig, sizeof(orig)
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dparse_units.c160 * The string consists of a sequence of `[+-]flag'. `orig' consists
180 int orig)
182 return parse_something (s, units, NULL, acc_flags, orig, 1);
179 parse_flags(const char *s, const struct units *units, int orig) argument
/macosx-10.10/Libc-1044.1.2/xcodescripts/
H A Dheaders.sh250 ${CP} $i $i.orig &&
251 ${ECHO} ${UNIFDEF} ${UNIFDEFARGS} $i.orig \> $i &&
252 { ${UNIFDEF} ${UNIFDEFARGS} $i.orig > $i || [ $? -ne 2 ]; } &&
253 ${RM} $i.orig &&
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschemaparse.c103 const char *orig = s1; local
109 return s1 - orig;
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dparse_units.c188 * The string consists of a sequence of `[+-]flag'. `orig' consists
208 int orig)
210 return parse_something (s, units, NULL, acc_flags, orig, 1);
207 parse_flags(const char *s, const struct units *units, int orig) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Ddiskrep.h194 FilterRep(DiskRep *orig) : mOriginal(orig) { } argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddiskrep.h194 FilterRep(DiskRep *orig) : mOriginal(orig) { } argument

Completed in 187 milliseconds

1234567891011>>