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

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/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.10.1/libstdcxx-104.1/include/c++/4.2.1/
H A Dexception_defines.h43 # define try if (true) macro
/macosx-10.10.1/bind9-45.101/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.10.1/tcl-105/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.10.1/gnutar-453/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.10.1/bind9-45.101/bind9/bin/tests/system/database/
H A Dtests.sh45 try=0
46 while test $try -lt 6
52 try=`expr $try + 1`
/macosx-10.10.1/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.10.1/bash-94.1.2/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.10.1/vim-55/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.10.1/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A Ddbc_auto.h26 try {
/macosx-10.10.1/CommonCrypto-60061/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/SecurityTests/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.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dregress.h33 #define try macro
67 try \
92 try \
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DJavaScriptCorePrefix.h34 #undef try macro
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmbridge.h49 #define BEGIN_API try {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmbridge.h49 #define BEGIN_API try {
/macosx-10.10.1/ruby-106/ruby/
H A Dthread_pthread.h36 #undef try macro
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dtest-map.c62 try(const struct example *c) function
95 failures += try(&cases[i]);
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dpascal.vim11 let b:match_words='\<\%(begin\|case\|try\)\>:\<end\>'
/macosx-10.10.1/vim-55/runtime/spell/
H A Dcheck_locales.vim7 try
/macosx-10.10.1/libiconv-42/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.10.1/libstdcxx-104.1/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
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecBridge.h49 try {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkclear60 try:

Completed in 929 milliseconds

1234567891011>>