Searched refs:universal (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.9.5/iodbc-42.5/iodbc/
H A DPORT.OpenLink156 universal)
157 $TOP/admin/mkinstalldirs build-universal
158 cd build-universal
204 universal)
205 cd build-universal
301 PREFIX=/usr/local/iODBC.universal
305 $BUILD universal
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_simple.c81 static void universal();
112 universal, IPPROTO_UDP)) {
120 universal, IPPROTO_UDP)) {
142 universal(rqstp, transp) function
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dmkconfig.rb39 universal = /universal.*darwin/ =~ arch
132 val = "arch_flag || #{val}" if universal
134 universal, val = val, 'universal' if universal
138 if universal
185 print <<'ARCH' if universal
188 print " universal = #{universal}\
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/library/platform/
H A Dplatform.tcl298 lappend res macosx${major}.${j}-universal
306 lappend res macosx-universal
311 lappend res macosx-universal
317 lappend res macosx-universal
321 lappend res macosx-universal
325 lappend res macosx-universal macosx-i386-x86_64
/macosx-10.9.5/tcl-102/tcl84/tcl/library/platform/
H A Dplatform.tcl298 lappend res macosx${major}.${j}-universal
306 lappend res macosx-universal
311 lappend res macosx-universal
317 lappend res macosx-universal
321 lappend res macosx-universal
325 lappend res macosx-universal macosx-i386-x86_64
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutmstest.c124 int64_t universal = 0; local
138 universal = utmscale_fromInt64(-epochOffset, scale, &status);
140 if (universal != 0) {
141 log_err("from(-epochOffest, scale): scale = %d, epochOffset = %lld, result = %lld.\n", scale, epochOffset, universal);
144 universal = utmscale_fromInt64(0, scale, &status);
146 if (universal != universalEpoch) {
147 log_err("utmscale_fromInt64(0, scale): scale = %d, result = %lld.\n", scale, universal);
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dsecasn1e.c193 PRBool explicit, is_string, may_stream, optional, universal, ignore_stream; local
203 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
212 PORT_Assert (!(explicit && universal)); /* bad templates */
234 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
293 if (universal) {
302 * This is an implicit, non-universal (meaning, application-private
517 PRBool explicit, optional, universal, may_stream; local
540 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
549 PORT_Assert (!(explicit && universal)); /* bad templates */
573 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || !universal) {
[all...]
H A Dsecasn1d.c527 PRBool explicit, optional, universal; local
588 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
602 PORT_Assert (!(explicit && universal)); /* bad templates */
623 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
651 if (universal) {
653 * "universal" means this entry is a standalone POINTER;
718 if (universal
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dsecasn1e.c193 PRBool explicit, is_string, may_stream, optional, universal, ignore_stream; local
203 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
212 PORT_Assert (!(explicit && universal)); /* bad templates */
234 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
293 if (universal) {
302 * This is an implicit, non-universal (meaning, application-private
517 PRBool explicit, optional, universal, may_stream; local
540 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
549 PORT_Assert (!(explicit && universal)); /* bad templates */
573 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || !universal) {
[all...]
H A Dsecasn1d.c527 PRBool explicit, optional, universal; local
588 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
602 PORT_Assert (!(explicit && universal)); /* bad templates */
623 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
651 if (universal) {
653 * "universal" means this entry is a standalone POINTER;
718 if (universal
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dsecasn1e.c193 PRBool explicit, is_string, may_stream, optional, universal, ignore_stream; local
203 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
212 PORT_Assert (!(explicit && universal)); /* bad templates */
234 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
293 if (universal) {
302 * This is an implicit, non-universal (meaning, application-private
517 PRBool explicit, optional, universal, may_stream; local
540 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
549 PORT_Assert (!(explicit && universal)); /* bad templates */
573 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || !universal) {
[all...]
H A Dsecasn1d.c527 PRBool explicit, optional, universal; local
588 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
602 PORT_Assert (!(explicit && universal)); /* bad templates */
623 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
651 if (universal) {
653 * "universal" means this entry is a standalone POINTER;
718 if (universal
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dsecasn1e.c193 PRBool explicit, is_string, may_stream, optional, universal, ignore_stream; local
203 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
212 PORT_Assert (!(explicit && universal)); /* bad templates */
234 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
293 if (universal) {
302 * This is an implicit, non-universal (meaning, application-private
517 PRBool explicit, optional, universal, may_stream; local
540 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
549 PORT_Assert (!(explicit && universal)); /* bad templates */
573 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || !universal) {
[all...]
H A Dsecasn1d.c527 PRBool explicit, optional, universal; local
588 universal = ((encode_kind & SEC_ASN1_CLASS_MASK) == SEC_ASN1_UNIVERSAL)
602 PORT_Assert (!(explicit && universal)); /* bad templates */
623 if ((encode_kind & (SEC_ASN1_POINTER | SEC_ASN1_INLINE)) || (!universal
651 if (universal) {
653 * "universal" means this entry is a standalone POINTER;
718 if (universal
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dmakemanidx55 there is no single universal method to organize manual pages; each
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_query_command.rb43 @a2.platform = 'universal-darwin'
58 a (2 universal-darwin, 1 ruby x86-linux)
148 @a2.platform = 'universal-darwin'
166 2: universal-darwin
382 @a2.platform = 'universal-darwin'
404 2: universal-darwin
/macosx-10.9.5/RubyCocoa-80/
H A DMakefile22 && $(RUBYHOSTUSR)/bin/ruby install.rb config --sdkroot=$(SDKROOT) --prefix=$(RUBYUSR) --site-ruby=$(DSTRUBYDIR)/1.8 --so-dir=$(DSTRUBYDIR)/1.8/universal-darwin`uname -r | cut -d. -f1-2` --frameworks="$(DSTROOT)/System/Library/Frameworks" --xcode-extras="$(DSTROOT)/unmaintained_templates" --examples="$(DSTROOT)/Developer/Examples/Ruby" --documentation="$(DSTROOT)/Developer/Documentation" --gen-bridge-support=false --build-as-embeddable=false \
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dhelp_command.rb59 "universal" as the CPU.
72 universal-darwin-8 # Darwin 8 only gems that run on any CPU
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dplatform.rb130 # same CPU, or either has a CPU of 'universal', they have the same OS, and
137 (@cpu == 'universal' or other.cpu == 'universal' or @cpu == other.cpu) and
160 when /dotnet(\-(\d+\.\d+))?/ then ['universal','dotnet', $2 ]
165 when /universal-darwin(\d)/ then ['universal', 'darwin', $1 ]
/macosx-10.9.5/groff-38/groff/font/devps/generate/
H A Dtextmap317 universal fa
/macosx-10.9.5/groff-38/groff/font/devps/
H A Dsymbolmap320 universal fa
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/lib/UNIVERSAL/
H A Drequire.pm42 you. It creates a universal require() class method that will work
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/actiweb/univ/
H A DUNIVERSAL.xotcl135 http://nm.wu-wien.ac.at/universal/rdf-lifecycle#Contribute \
136 http://nm.wu-wien.ac.at/universal/rdf-lifecycle#Entity
138 http://nm.wu-wien.ac.at/universal/rdf-general#Title
140 http://nm.wu-wien.ac.at/universal/rdf-education#LearningResourceType
142 http://nm.wu-wien.ac.at/universal/rdf-education#TypicalLearningTime
144 http://nm.wu-wien.ac.at/universal/rdf-lifecycle#Contribute \
145 http://nm.wu-wien.ac.at/universal/rdf-lifecycle#Date
149 my substitute "http://nm.wu-wien.ac.at/universal/rdf-general#Title"
152 set tech http://nm.wu-wien.ac.at/universal/rdf-technical
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim104 \ digit-argument universal-argument complete
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dmkmf.rb129 $universal = /universal/ =~ RUBY_PLATFORM
477 if $universal and (arch_flag = conf['ARCH_FLAG']) and !arch_flag.empty?
508 if $universal

Completed in 213 milliseconds

12