Searched refs:try (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsnprintf-test.c38 try (const char *format, ...) function
47 errx (1, "increase buf and try again");
67 tot += try ("%d", int_values[i]);
68 tot += try ("%x", int_values[i]);
69 tot += try ("%X", int_values[i]);
70 tot += try ("%o", int_values[i]);
71 tot += try ("%#x", int_values[i]);
72 tot += try ("%#X", int_values[i]);
73 tot += try ("%#o", int_values[i]);
74 tot += try ("
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/
H A Dexception_defines.h43 # define try if (true) macro
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dialup/
H A Dtests.sh34 try=0
35 while test $try -lt 120
40 try=`expr $try + 1`
47 echo "I:try $try"
53 try=0
54 while test $try -lt 120
59 try=`expr $try
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/include/format/
H A Djson_core.inc45 This part we could try to expand further into a json data structure
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DBlockExceptions.h30 #define BEGIN_BLOCK_OBJC_EXCEPTIONS @try {
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Drpmatch.c34 try (const char *response, const char *pattern, const int match, function
70 return ((result = try (response, _("^[yY]"), 1, 0,
73 : try (response, _("^[nN]"), 0, -1, &noexpr, &nore));
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/database/
H A Dtests.sh45 try=0
46 while test $try -lt 6
52 try=`expr $try + 1`
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duutraf200 $try = `(hostname) 2>/dev/null`;
201 chop $try;
202 return $+ if $try =~ /^[-.\w]+$/;
203 $try = `uname -n 2>/dev/null`;
204 chop $try;
205 return $+ if $try =~ /^[-.\w]+$/;
206 $try = `uuname -l 2>/dev/null`;
207 chop $try;
208 return $+ if $try =~ /^[-.\w]+$/;
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dxenix-link.sh64 try="socket"
65 if [ $try_dir = yes ] ; then try="$try dir" ; fi
66 if [ $try_23 = yes ] ; then try="$try 2.3" ; fi
67 if [ $try_x = yes ] ; then try="$try x" ; fi
68 for name in $try
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim281 " an error in a command dynamically enclosed by a :try/:tryend region or when an
311 " :while:/endwhile, :try/:endtry) or for a line with a syntax error. The
1672 try
1706 try
1724 " Test 19: Aborting on errors inside :try/:endtry {{{1
1726 " An error in a command dynamically enclosed in a :try/:endtry region
1741 try
1756 try
1765 try
1775 try
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A Ddbc_auto.h26 try {
/macosx-10.9.5/CommonCrypto-60049/test/test/
H A Dtestcpp.h36 try { THIS; _this = true; } catch (...) { _this = false; } \
45 try { THIS; _this = false; } catch (...) { _this = true; } \
54 try \
/macosx-10.9.5/Security-55471.14.18/regressions/test/
H A Dtestcpp.h36 try { THIS; _this = true; } catch (...) { _this = false; } \
45 try { THIS; _this = false; } catch (...) { _this = true; } \
54 try \
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dregress.h33 #define try macro
67 try \
92 try \
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A DJavaScriptCorePrefix.h34 #undef try macro
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmbridge.h49 #define BEGIN_API try {
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmbridge.h49 #define BEGIN_API try {
/macosx-10.9.5/WebKit2-7537.78.2/
H A DWebKit2Prefix.h66 /* When C++ exceptions are disabled, the C++ library defines |try| and |catch|
69 * use |@try| and |@catch|. As a workaround, undefine these macros. */
76 #undef try macro
/macosx-10.9.5/ruby-104/ruby/
H A Dthread_pthread.h36 #undef try macro
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Ddbixcsl_common_tests.pm525 is try { $class2->dbix_class_testcomponentmap }, 'dbix_class_testcomponentmap works',
528 isnt try { $class1->dbix_class_testcomponentmap }, 'dbix_class_testcomponentmap works',
531 is try { $class1->testcomponent_fqn }, 'TestComponentFQN works',
534 is try { $class1->testcomponentformap_fqn }, 'TestComponentForMapFQN works',
537 isnt try { $class2->testcomponentformap_fqn }, 'TestComponentForMapFQN works',
544 is try { $class1->test_role_method }, 'test_role_method works',
547 is try { $class2->test_role_for_map_method },
560 my $obj = try { $rsobj1->find(1) };
562 is( try { $obj->id }, 1, "Find got the right row" );
563 is( try {
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dtest-map.c62 try(const struct example *c) function
95 failures += try(&cases[i]);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dpascal.vim11 let b:match_words='\<\%(begin\|case\|try\)\>:\<end\>'
/macosx-10.9.5/vim-53/runtime/spell/
H A Dcheck_locales.vim7 try
/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Dtable-from.c48 static int try (iconv_t cd, unsigned char buf[], unsigned int buflen, unsigned int* out) function
133 result = try(cd,buf,1,out);
142 result = try(cd,buf,2,out);
151 result = try(cd,buf,3,out);
160 result = try(cd,buf,4,out);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstl_uninitialized.h84 try
147 try
192 try
236 try
262 try
288 try
331 try
354 try
379 try

Completed in 299 milliseconds

1234567891011>>