Searched refs:orig (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/enc/
H A Dencdb.c12 int rb_encdb_replicate(const char *alias, const char *orig);
13 int rb_encdb_alias(const char *alias, const char *orig);
16 void rb_enc_set_base(const char *name, const char *orig);
18 #define ENC_REPLICATE(name, orig) rb_encdb_replicate((name), (orig))
19 #define ENC_ALIAS(name, orig) rb_encdb_alias((name), (orig))
22 #define ENC_SET_BASE(name, orig) rb_enc_set_base((name), (orig))
/macosx-10.10/libxslt-13/libxslt/tests/multiple/
H A DMakefile.am7 out/lettera.orig out/letterb.orig \
8 out/letterc.orig out/letterd.orig \
9 out/lettere.orig out/letterf.orig \
10 out/letterg.orig out/letterh.orig \
11 out/letterij.orig out/letterk.orig \
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/mips/include/isc/
H A Datomic.h32 isc_int32_t orig; local
42 : "=&r"(orig)
47 return (orig);
74 isc_int32_t orig; local
85 : "=&r"(orig)
90 return (orig);
/macosx-10.10/ntp-92/lib/isc/mips/include/isc/
H A Datomic.h32 isc_int32_t orig; local
42 : "=&r"(orig)
47 return (orig);
74 isc_int32_t orig; local
85 : "=&r"(orig)
90 return (orig);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A Dgetorig8 cp $f $1/$f.orig
H A Dsetorig8 cp $1/$f.orig $f
H A Dgendiff11 diff -c $1/$f.orig $1/$f >> standard.patch
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A Dgetorig8 cp $f $1/$f.orig
H A Dsetorig8 cp $1/$f.orig $f
H A Dgendiff11 diff -c $1/$f.orig $1/$f >> standard.patch
/macosx-10.10/bind9-45.101/bind9/lib/isc/powerpc/include/isc/
H A Datomic.h82 int orig = old; local
89 if (compare_and_swap(p, &orig, new))
90 orig = old;
98 return (orig);
104 isc_int32_t orig; local
124 : "=&r"(orig)
129 return (orig);
158 isc_int32_t orig; local
184 : "=&r" (orig)
189 return (orig);
[all...]
/macosx-10.10/bc-21/patches/
H A Dpatch-bc__main.c1 --- bc/main.c.orig 2006-12-01 14:30:52.000000000 -0800
H A Dpatch-bc__bc.y1 --- bc/bc.y.orig Sun Oct 24 10:07:01 2004
/macosx-10.10/ntp-92/lib/isc/powerpc/include/isc/
H A Datomic.h58 int orig = old; local
65 if (compare_and_swap(p, &orig, new))
67 return (orig);
73 isc_int32_t orig; local
91 : "=&r"(orig)
96 return (orig);
123 isc_int32_t orig; local
147 : "=&r" (orig)
152 return (orig);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dkvo-debugging.py21 def toKVOClass(orig, new):
24 origdct = dict(orig.__dict__)
35 _kvoclassed[new] = orig
47 orig = FooClass #type(self)
48 super(orig, self).addObserver_forKeyPath_options_context_(observer, keyPath, options, context)
50 print orig, type(self), new
51 if orig is not new:
53 self.__class__ = toKVOClass(orig, new)
57 orig = type(self)
58 super(orig, sel
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A Dkvo-debugging.py21 def toKVOClass(orig, new):
24 origdct = dict(orig.__dict__)
35 _kvoclassed[new] = orig
47 orig = FooClass #type(self)
48 super(orig, self).addObserver_forKeyPath_options_context_(observer, keyPath, options, context)
50 print orig, type(self), new
51 if orig is not new:
53 self.__class__ = toKVOClass(orig, new)
57 orig = type(self)
58 super(orig, sel
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A Dkvo-debugging.py21 def toKVOClass(orig, new):
24 origdct = dict(orig.__dict__)
35 _kvoclassed[new] = orig
47 orig = FooClass #type(self)
48 super(orig, self).addObserver_forKeyPath_options_context_(observer, keyPath, options, context)
50 print orig, type(self), new
51 if orig is not new:
53 self.__class__ = toKVOClass(orig, new)
57 orig = type(self)
58 super(orig, sel
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dweakref.rb77 # Creates a weak reference to +orig+
79 # Raises an ArgumentError if the given +orig+ is immutable, such as Symbol,
82 def initialize(orig)
83 case orig
85 @delegate_sd_obj = orig
87 @@__map[self] = orig
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Ddetachedrep.cpp41 DetachedRep::DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source) argument
42 : FilterRep(orig), mSig(sig), mFull(true), mSource(source)
48 CODESIGN_DISKREP_CREATE_DETACHED(this, orig, (char*)source.c_str(), NULL);
53 if (Universal *fat = orig->mainExecutableImage())
57 CODESIGN_DISKREP_CREATE_DETACHED(this, orig, (char*)source.c_str(), (void*)mGlobal);
68 DetachedRep::DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source) argument
69 : FilterRep(orig), mSig(sig), mGSig(gsig), mFull(false), mSource(source)
82 CODESIGN_DISKREP_CREATE_DETACHED(this, orig, (char*)source.c_str(), (void*)mGlobal);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddetachedrep.cpp41 DetachedRep::DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source) argument
42 : FilterRep(orig), mSig(sig), mFull(true), mSource(source)
48 CODESIGN_DISKREP_CREATE_DETACHED(this, orig, (char*)source.c_str(), NULL);
53 if (Universal *fat = orig->mainExecutableImage())
57 CODESIGN_DISKREP_CREATE_DETACHED(this, orig, (char*)source.c_str(), (void*)mGlobal);
68 DetachedRep::DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source) argument
69 : FilterRep(orig), mSig(sig), mGSig(gsig), mFull(false), mSource(source)
82 CODESIGN_DISKREP_CREATE_DETACHED(this, orig, (char*)source.c_str(), (void*)mGlobal);
/macosx-10.10/apache-793/patches/
H A DPR-5432464.diff_httpd.conf1 --- docs/conf/httpd.conf.in.orig 2012-11-07 19:05:38.000000000 -0800
/macosx-10.10/ruby-106/ruby/test/-ext-/string/
H A Dtest_set_len.rb11 orig = [*"a".."z"].join("")
12 assert_equal(orig, @s0)
/macosx-10.10/libiconv-42/libiconv/djgpp/
H A Dedtest.bat3 test -f %XSRC%/tests/stateful-check.orig
4 if errorlevel 1 update %XSRC%/tests/stateful-check %XSRC%/tests/stateful-check.orig
5 sed -f %XSRC%/djgpp/stateful-check.sed %XSRC%/tests/stateful-check.orig > stateful-check
10 test -f %XSRC%/tests/stateless-check.orig
11 if errorlevel 1 update %XSRC%/tests/stateless-check %XSRC%/tests/stateless-check.orig
12 sed -f %XSRC%/djgpp/stateless-check.sed %XSRC%/tests/stateless-check.orig > stateless-check
17 test -f %XSRC%/tests/failuretranslit-check.orig
18 if errorlevel 1 update %XSRC%/tests/failuretranslit-check %XSRC%/tests/failuretranslit-check.orig
19 sed -f %XSRC%/djgpp/translit-check.sed %XSRC%/tests/failuretranslit-check.orig > failuretranslit-check
24 test -f %XSRC%/tests/translit-check.orig
[all...]
/macosx-10.10/shell_cmds-179/find/
H A Dmisc.c60 brace_subst(char *orig, char **store, char *path, int len) argument
66 for (p = *store; (ch = *orig) != '\0'; ++orig)
67 if (ch == '{' && orig[1] == '}') {
73 ++orig;
/macosx-10.10/libiconv-42/libiconv/tests/
H A Dcheck-stateless.bat11 sort < tmp | uniq-u > tmp-orig-%2.INVERSE.TXT
12 fc tmp-orig-%2.INVERSE.TXT tmp-%2.INVERSE.TXT
14 del tmp-orig-%2.INVERSE.TXT

Completed in 406 milliseconds

1234567891011>>