Searched refs:try (Results 76 - 100 of 131) sorted by relevance

123456

/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h274 try
851 try
864 // Optimization: avoid try/catch overhead when single threaded.
1088 try
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dhashtable.h607 try
999 try
1106 try
/freebsd-9.3-release/lib/libradius/
H A Dradlib.c624 if (h->try == h->total_tries) {
657 h->try++;
919 h->try = h->srv = 0;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-mips.c355 /* The number of times to try retransmitting a packet before giving up. */
495 /* Clean up in such a way that mips_close won't try to talk to the
821 int try;
848 for (try = 0; try < mips_send_retries; try++)
1014 try and read the remainder of the packet: */
1364 /* At this point, the packit protocol isn't responding. We'll try getting
1377 case 0: /* First, try sending a CR */
1381 case 1: /* First, try sendin
819 int try; local
[all...]
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S33 # number of sectors, we try to fit this in as small a space as possible.
143 inc %eax # try next
165 jnz lookup_path # No, try it.
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.stage.mk56 # it is an error for more than one src dir to try and stage
H A Dsys.mk160 # We repeat the mkdir -p a number of times to try and work around this.
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm149 ! If all else fails, just try a halt!
H A Dsol2-gc1.asm162 ! If all else fails, just try a halt!
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_list.h461 try
H A Dstl_vector.h778 try
H A Dstl_deque.h508 try
532 try
H A Dstl_tree.h379 try
1032 // First, try before...
1051 // ... then try after.
1089 // First, try before...
1108 // ... then try after.
1146 // First, try before...
1164 // ... then try after.
1200 // First, try before...
1218 // ... then try after.
1307 try
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec627 - Redo patch to ssh-add to try to adding both identity and id_dsa to also try
685 will try it when the server disallows password authentication.
719 - Patch ssh-add to try to add both identity and id_dsa, and to error only
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0.S420 int $0x18 # found F6, try INT18
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.c1012 int try; local
1014 try = 20;
1015 while (--try) {
1030 if (try == 0)
1161 * Okay- try to check again...
/freebsd-9.3-release/contrib/gdb/
H A Dltconfig113 # If we have ksh, try running ltconfig again with it.
334 --prefer-pic try to use only PIC objects
335 --prefer-non-pic try to use only non-PIC objects
1471 # Now try to grab the symbols.
1519 # Now try linking the two files.
1567 # Only try to build win32 dlls if AC_LIBTOOL_WIN32_DLL was used in
H A Dlibtool.m4135 [ --with-pic try to use only PIC/non-PIC objects [default=use both]],
725 continue # so that we can try to find one that supports BSD flags
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S383 inc %eax # try next
409 jnz lookup_path # No, try it.
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY30 make BSD/kupgrade try to build ip_rules.[ch] before complaining
72 boundary so that compilers don't try to access them as two 64bit
420 Use FI_ICMPERR flag rather than try to compute its equivalent all the time
938 an int s->s_port to u_int port and try to check if the u_int port
1264 fail with an error if we try to load a NAT rule with a non-existant
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c182 /* The current offset into the absolute section. We don't try to
2661 BSD 4.2 AS warns if you try to .org backwards. We cannot because
4359 commas so we can try again later. */
5400 /* Try opening absolute path first, then try include dirs. */
5476 FILE *try;
5516 if (0 != (try = fopen (path, FOPEN_RT)))
5518 fclose (try);
5460 FILE *try; local
/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2200 int try;
2243 for (try = 0; temp == 0 && try < 3; try++)
2247 if (try == 0)
2249 else if (try == 1)
2325 /* We used to try extzv here for logical right shifts, but that was
2586 /* If we have a group of zero bits at the low-order part of T, try
3180 to try to work with shifts and adds. */
3458 /* Firstly, try usin
2191 int try; local
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h1240 try
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl89 # $domainify_fallback{"$users[0] *** $server"} : alternative names to try
163 # look it up, or try for an mx.
167 # if we can't get an A record, try for an MX record.
235 # try the users, one by one
488 # Undo a previous fallback so that we can try again
575 # So, what do we do? We try everything!
788 # The first try must always be to cut the domain part out of
791 # A reasonable second try is to tack the whole server part onto
1331 will try harder.
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsearch.c891 register char const *beg, *try, *end; local

Completed in 387 milliseconds

123456