Searched refs:try (Results 26 - 50 of 403) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecBridge.h49 try {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecBridge.h49 try {
/macosx-10.10.1/WebKit2-7600.1.25/
H A DWebKit2Prefix.h86 /* When C++ exceptions are disabled, the C++ library defines |try| and |catch|
89 * use |@try| and |@catch|. As a workaround, undefine these macros. */
96 #undef try macro
/macosx-10.10.1/bind9-45.101/bind9/contrib/
H A Dzone-edit.sh.in37 try=`echo -n ""`
38 if test "X$try" = "X-n "
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dsetup.py.in27 try:
100 try:
101 try:
129 try:
/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradlib_private.h73 #define MAXSERVERS 10 /* Maximum number of servers to try */
112 int try; /* How many requests we've sent */
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dsetup.py.in27 try:
100 try:
101 try:
129 try:
/macosx-10.10.1/python_modules-40/Modules/xattr-0.6.4/
H A Drtool.py.in100 try:
192 try:
214 try:
221 try:
235 try:
250 try:
257 try:
271 try:
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dgenerate-bytecode-files91 try:
133 try:
145 try:
175 try:
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dccp.c974 ccp_options try; /* options to ask for next time */ local
977 try = *go;
987 MPPE_CI_TO_OPTS(&p[2], try.mppe);
993 if ((try.mppe & MPPE_OPT_STATEFUL) && refuse_mppe_stateful)
994 try.mppe &= ~MPPE_OPT_STATEFUL;
995 if ((try.mppe & MPPE_OPT_40) && !(ao->mppe & MPPE_OPT_40))
996 try.mppe &= ~MPPE_OPT_40;
997 if ((try.mppe & MPPE_OPT_128) && !(ao->mppe & MPPE_OPT_128))
998 try.mppe &= ~MPPE_OPT_128;
1000 if (!(try
1080 ccp_options try; /* options to request next time */ local
[all...]
H A Dlcp.c1021 lcp_options try; /* options to request next time */ local
1026 try = *go;
1041 try.neg = 0; \
1109 try.neg = 0; \
1126 try.mru = cishort;
1135 try.asyncmap = go->asyncmap | cilong;
1157 try.neg_eap = 0;
1161 try.neg_chap = 0;
1173 try.neg_eap = 0;
1176 try
1410 lcp_options try; /* options to request next time */ local
[all...]
H A Dacscp.c501 acscp_options try; /* options to request next time */ local
504 try = *go;
540 try.routes_version = ciroutes_vers;
542 try.routes_version = go->routes_version;
547 try.domains_version = cidomains_vers;
549 try.domains_version = go->domains_version;
570 *go = try;
590 acscp_options try; /* options to request next time */ local
592 try = *go;
612 try
[all...]
H A Dipxcp.c799 ipxcp_options try; /* options to request next time */ local
802 try = *go;
820 try.our_network = l;
830 copy_node (p, try.our_node);
850 try.router = 0;
853 try.router |= s;
854 try.neg_router = 1;
873 try.router &= (ao->router | BIT(IPX_NONE));
874 if (try.router == 0 && ao->router != 0)
875 try
906 ipxcp_options try; /* options to request next time */ local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-sh.c453 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; local
460 if (((try & ~arch_set) < (best & ~arch_set)
461 || ((try & ~arch_set) == (best & ~arch_set)
462 && (~try & arch_set) < (~best & arch_set)))
463 && SH_MERGE_ARCH_SET_VALID (try, arch_set))
466 best = try;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dimport.tcl161 set try [file join $base $path]
162 if {![file exists $try]} continue
163 return $try
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dimport.tcl161 set try [file join $base $path]
162 if {![file exists $try]} continue
163 return $try
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_import.tcl161 set try [file join $base $path]
162 if {![file exists $try]} continue
163 return $try
/macosx-10.10.1/BerkeleyDB-21/db/libdb_java/
H A Ddb_java.i25 try {
99 try {
239 try {
334 try {
463 try {
473 try {
483 try {
542 try {
556 try {
568 try {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/coroutine/
H A Dcoro_auto.tcl172 try {
247 try {
277 try {
H A Dcoroutine.tcl180 try {
247 try {
277 try {
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/cgi-bin/soap/
H A Dwebservice.tcl144 for {set try 0} {$try < 10} {incr try} {
153 error "failed to obtain lock: please try again." {} Client
/macosx-10.10.1/patch_cmds-17/patch/
H A Dinp.c183 #define try(f, a1, a2, a3) \ macro
186 if (try("%s/RCS/%s%s", filedir, filebase, RCSSUFFIX) ||
187 try("%s/RCS/%s%s", filedir, filebase, "") ||
188 try("%s/%s%s", filedir, filebase, RCSSUFFIX)) {
192 } else if (try("%s/SCCS/%s%s", filedir, SCCSPREFIX, filebase) ||
193 try("%s/%s%s", filedir, SCCSPREFIX, filebase)) {
H A Dutil.c127 * sufficient, chop off the first char and try again.
387 #define try(f, a1, a2, a3) \ macro
390 if (try("%s/RCS/%s%s", filedir, filebase, RCSSUFFIX) ||
391 try("%s/RCS/%s%s", filedir, filebase, "") ||
392 try("%s/%s%s", filedir, filebase, RCSSUFFIX) ||
393 try("%s/SCCS/%s%s", filedir, SCCSPREFIX, filebase) ||
394 try("%s/%s%s", filedir, SCCSPREFIX, filebase))
/macosx-10.10.1/OpenSSH-189/openssh/contrib/suse/
H A Drc.sshd67 try-restart)
117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml17 try match token with

Completed in 585 milliseconds

1234567891011>>