Searched refs:different (Results 1 - 25 of 178) sorted by relevance

12345678

/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dtest1022.pl48 my $different = $version ne $curlconfigversion;
49 if ($different || !$version) {
H A Dtest1013.pl47 my $different = $curlproto ne $curlconfigproto;
48 if ($different) {
53 exit $different;
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/scripts/
H A Dparameter.xotcl36 ### be specified on a different object. The custom setter/getter
64 Object different
65 different set setter myset
66 different set getter myget
67 different proc myset {o var value} { $o set $var $value }
68 different proc myget {o var} { $o set $var }
110 set x different
119 {i -default 1002 -access different}
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dx386-alloca.s8 ;;They're different because Xenix/386 has a different assembler. SCO
10 ;;called "masm". MASM's assembler syntax is quite different from AT&T's
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dnamespace.test26 test namespace-1.1 {same class name can be used in different namespaces} {
58 test namespace-1.2 {classes in different namespaces are different} {
/macosx-10.10.1/man-16/man/src/
H A DMakefile.in35 man-iconv.o to_cat.o different.o gripes.o glob.o util.o msg.o
53 different.o man.o: different.h
55 different.o gripes.o man-config.o man-getopt.o man.o manfile.o manpath.o util.o: gripes.h gripedefs.h
56 different.o man-config.o man-getopt.o man.o manpath.o: man-config.h
63 different.o man-config.o man-getopt.o man.o manpath.o util.o: util.h
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dswitched.tcl42 # initial value different from default value so force
50 if {[catch {string compare $($this,$option) $value} different]} {
53 if {$different} {
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dsoapmark.pl35 This test should be used only for comparison different Perl server
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dsecure-webclient.xotcl9 It needs to be adopted with different https URLs for testing...
/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Duniq-u.c142 different (const char *old, const char *new, size_t oldlen, size_t newlen) function
217 match = !different (thisfield, prevfield, thislen, prevlen);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/unix/
H A Dmetakit.spec23 is quite different from each of them.
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcstrcase.c630 different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0 }; local
644 lenDifferent=u_strlen(different);
672 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
674 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
676 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
678 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
682 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
684 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
686 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
688 log_err("error: u_strCaseCompare(mixed, 4, different,
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSynchronized.pm157 important to specify different keys for them, as otherwise every
181 To control access to different appender instances, it often makes sense
182 to define different keys for different synchronizing appenders. In this
209 serialization of output written to different files.
214 a different way than with the default settings provided by
H A DFile.pm292 If you want to switch over to a different logfile, use the
336 be different from the effective user id of the running process.
343 be different from the effective group id of the running process.
375 a different location (e.g. via C<mv>), the appender's open file handle
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm53 bits long, and is guaranteed to be different from all other UUIDs/GUIDs
58 Currently many different technologies rely on UUIDs to provide unique identity
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DBoolean.pm136 Log4perl tries a different approach.
159 different appenders by name using AND (&& or &), OR (|| or |) and NOT (!) as
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A DFILES03 MODES.DES - A description of the features of the different modes of DES.
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/acl/ns2/
H A Dnamed2.conf61 * 0a00::/8 and 10/8 are the same bits, but different address
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dmakemanidx56 UNIX flavor appears to be different. Postfix documentation assumes
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dspin.rb23 Three different spin-boxes are displayed below. \
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test60 test {Toast a few slices of bread a few different times} {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/tools/
H A Dmakevms.com43 $! You may want a different floating point option
/macosx-10.10.1/ICU-531.30/icuSources/data/mappings/
H A Ducmfiles.mk19 # * To add EBCDIC converters that uses different SI/SO characters:
21 # different SI/SO characters than the "standard" ones: 0xf/0xe.

Completed in 420 milliseconds

12345678