Searched refs:try (Results 51 - 75 of 403) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml19 try match token with
/macosx-10.10.1/llvmCore-3425.0.34/utils/git/
H A Dfind-rev18 try:
/macosx-10.10.1/perl-103/fix/
H A Ddummy.pl7 You can try appending the appropriate perl version number. See perlmacosx.pod
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dipcp.c823 /* try an older style of VJ negotiation */
1081 ipcp_options try; /* options to request next time */ local
1084 try = *go;
1150 try.ouraddr = ciaddr1;
1153 try.hisaddr = ciaddr2;
1168 try.old_vj = 0;
1170 try.maxslotindex = cimaxslotindex;
1172 try.cflag = 0;
1174 try.neg_vj = 0;
1178 try
1288 ipcp_options try; /* options to request next time */ local
[all...]
H A Dipv6cp.c745 ipv6cp_options try; /* options to request next time */ local
748 try = *go;
788 try.ourid = ifaceid;
797 try.vj_protocol = cishort;
799 try.neg_vj = 0;
806 try.neg_vj = 0;
834 try.neg_ifaceid = 1;
840 try.ourid = ifaceid;
856 *go = try;
879 ipv6cp_options try; /* option local
[all...]
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Drtadv.c78 int try; member in struct:__anon6662
126 rtadv->try = 0;
170 rtadv->try = 0;
176 rtadv->try++;
177 if (rtadv->try > 1) {
186 if (rtadv->try > MAX_RTR_SOLICITATIONS) {
192 if_name(if_p), rtadv->try, MAX_RTR_SOLICITATIONS);
391 if (rtadv->try == 0) {
479 rtadv->try = 0;
607 && rtadv->try
[all...]
H A Dbootp.c79 int try; member in struct:__anon6626
192 /* try again in 60 seconds */
235 bootp->try = 0;
265 bootp->try = 0;
370 bootp->try = 0;
381 bootp->try++;
382 if (bootp->try > 1) {
392 if (bootp->try > (G_max_retries + 1)) {
628 if (bootp->try != 1) {
634 bootp->try
[all...]
/macosx-10.10.1/MITKerberosShim-66/PrivateKerberos/
H A DKerberosDebug.h96 #define SafeTry_ try
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtokenaccess.h67 unsigned int mIteration; // iteration count (try, retry, give up)
80 #define GUARD try {
/macosx-10.10.1/WebKit-7600.1.25/mac/
H A DWebKitPrefix.h87 #undef try macro
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-ext.el59 "*If non-nil, try to execute binary files regardless of permissions.
294 (let ((try (concat fullname (car suffixes))))
295 (if (or (file-executable-p try)
297 (file-readable-p try)))
298 (setq fullname try suffixes nil)
/macosx-10.10.1/groff-38/groff/contrib/pdfmark/
H A Dpdfroff.sh53 # try `progname' with all well known extensions
57 try="$dir/$1$ext"
58 test -f "$try" && test -x "$try" && prog="$try" && break
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_tempbuf.h151 try
H A Dtime_members.h70 try
/macosx-10.10.1/vim-55/runtime/indent/
H A Dmatlab.vim45 if getline(plnum) =~ '^\s*\(for\|if\|else\|elseif\|case\|while\|switch\|try\|otherwise\|catch\)\>'
57 elseif getline(plnum) =~ '^\s*\(for\|if\|else\|elseif\|case\|while\|switch\|try\|otherwise\|catch\)\>'
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dffap.el77 ;; option variables. In particular, if ffap is slow, try these:
85 ;; For a hairier `ffap-url-fetcher', try ffap-url.el (same ftp site).
219 ;; personal taste) I try to leave options to enable them. Read
315 ;; If you want ffap-next to find URL's only, try this:
352 Optional argument WRAP says to try wrapping around if necessary.
387 ;; machine, try setting these all to accept or reject.
526 ((file-exists-p file) file) ; try unmodified first
532 (let ((list ffap-compression-suffixes) try ret)
534 (if (file-exists-p (setq try (concat file (car list))))
535 (setq ret try lis
[all...]
/macosx-10.10.1/NFS-82/showmount/
H A Dshowmount.c403 struct timeval try; local
418 /* try each address until we find one that works */
421 try.tv_sec = 10;
422 try.tv_usec = 0;
428 clp = clntudp_create_sa(ai->ai_addr, RPCPROG_MNT, mntvers, try, &so);
439 (xdrproc_t)xdr_mntdump, &mntdump, try);
451 (xdrproc_t)xdr_exports, &exports, try);
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dutil.pm58 sub try::TIEARRAY { bless [], "try" } subroutine
59 sub try::FETCHSIZE { $FA = 1 } subroutine
61 tie @a, 'try' ;
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DMakefile.PL65 It will work but croak if you try to verify an international name against
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/
H A Dpm2pl66 For a quick test, try reformatting $testfile with the following command:
/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/
H A DMakefile.PL44 let him know your machine configuration (try "perl -V") and the above
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml20 try match token with
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml20 try match token with
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml20 try match token with
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml20 try match token with

Completed in 508 milliseconds

1234567891011>>