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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dtrylink5 try() { function
20 try "$l_list" "$@" \
27 # Now try to remove each lib and build without it.
37 if try "$l_list" "$@"; then
49 # Let's try linking without it anyway... thus commented out.
59 try "$l_list -Wl,--verbose" "$@" >busybox_ld.out
67 try "$l_list -Wl,--verbose -Wl,-T -Wl,busybox_ldscript" "$@" >busybox_ld.out
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c599 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; local
602 try = (low + high) / 2;
603 if (fval <= tfrc_calc_x_lookup[try][small])
604 high = try;
606 low = try + 1;
665 * tfrc_calc_x_reverse_lookup - try to find p given f(p)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dshow_delta64 try:
94 try:
102 # assume a numeric base. If that fails, try searching
104 try:
110 try:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtty_log.c94 int total = 0, try, missed, n; local
98 try = (len > sizeof(chunk)) ? sizeof(chunk) : len;
99 missed = copy_from_user_proc(chunk, (char *) buf, try);
100 try -= missed;
101 n = write(fd, chunk, try);
102 if(n != try) {
110 len -= try;
111 total += try;
112 buf += try;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A Ddbc_auto.h26 try {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dloop.c85 char *try; local
101 try = *device ? : dev;
106 if (stat(try, &statbuf) || !S_ISBLK(statbuf.st_mode)) {
111 dfd = open(try, mode);
114 dfd = open(try, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dgtdbtool15 try:
H A Dgprinterdata17 try:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in24 try:
30 try:
59 try:
155 try:
194 try:
202 try:
226 try:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dsetup.py.in27 try:
100 try:
101 try:
129 try:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlocking.c116 int try = 0; local
131 if (!try && capable(CAP_SYS_MODULE)) {
132 try = 1;
143 try = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A Ddebug-macro.S30 @ if Ser3 is inactive, then try Ser1
35 @ if Ser1 is inactive, then try Ser2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dentry-macro.S35 @@ try the interrupt offset register, since it is there
45 @@ the number specified is not a valid irq, so try
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c958 lcp_options try; /* options to request next time */ local
963 try = *go;
978 try.neg = 0; \
1046 try.neg = 0; \
1063 try.mru = cishort;
1072 try.asyncmap = go->asyncmap | cilong;
1094 try.neg_eap = 0;
1098 try.neg_chap = 0;
1110 try.neg_eap = 0;
1113 try
1349 lcp_options try; /* options to request next time */ local
[all...]
H A Dipxcp.c776 ipxcp_options try; /* options to request next time */ local
779 try = *go;
797 try.neg_nn = 0;
799 try.our_network = l;
808 try.neg_node = 0;
811 copy_node (p, try.our_node);
831 try.router = 0;
834 try.router |= s;
835 try.neg_router = 1;
854 try
887 ipxcp_options try; /* options to request next time */ local
[all...]
H A Dipcp.c727 /* try an older style of VJ negotiation */
976 ipcp_options try; /* options to request next time */ local
979 try = *go;
1045 try.old_addrs = 0;
1049 try.ouraddr = ciaddr1;
1053 try.hisaddr = ciaddr2;
1066 try.neg_vj = 0;
1071 try.old_vj = 0;
1073 try.maxslotindex = cimaxslotindex;
1075 try
1195 ipcp_options try; /* options to request next time */ local
[all...]
H A Dccp.c905 ccp_options try; /* options to ask for next time */ local
908 try = *go;
918 MPPE_CI_TO_OPTS(&p[2], try.mppe);
919 if ((try.mppe & MPPE_OPT_STATEFUL) && refuse_mppe_stateful) {
921 try.mppe = 0;
922 } else if (((go->mppe | MPPE_OPT_STATEFUL) & try.mppe) != try.mppe) {
924 try.mppe = 0;
927 if (!try.mppe) {
944 try
993 ccp_options try; /* options to request next time */ local
[all...]
H A Dipv6cp.c684 ipv6cp_options try; /* options to request next time */ local
687 try = *go;
724 try.neg_ifaceid = 0;
729 try.ourid = ifaceid;
738 try.vj_protocol = cishort;
740 try.neg_vj = 0;
747 try.neg_vj = 0;
775 try.neg_ifaceid = 1;
781 try.ourid = ifaceid;
797 *go = try;
820 ipv6cp_options try; /* options to request next time */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dconformance-test.c48 static int try = 0; variable
84 try++;
104 try = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmp.c816 * try - 0 : Send IPI certainly.
827 void send_IPI_allbutself(int ipi_num, int try) argument
834 send_IPI_mask(cpumask, ipi_num, try);
846 * try - 0 : Send IPI certainly.
857 static void send_IPI_mask(cpumask_t cpumask, int ipi_num, int try) argument
875 send_IPI_mask_phys(physid_mask, ipi_num, try);
887 * try - 0 : Send IPI certainly.
899 int try)
942 : "r"(ipicr_addr), "r"(mask), "r"(try), "r"(my_physid_mask)
898 send_IPI_mask_phys(cpumask_t physid_mask, int ipi_num, int try) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/rpm/
H A Drc.dnsmasq-suse45 try-restart)
74 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c461 static size_t do_check(char *buffer, size_t try, unsigned current_block) argument
471 got = read(G.dev_fd, buffer, try * BLOCK_SIZE);
474 try = ((size_t)got) / BLOCK_SIZE;
477 fprintf(stderr, "Short read at block %u\n", (unsigned)(current_block + try));
478 return try;
495 size_t try, got; local
504 try = TEST_BUFFER_BLOCKS;
505 if (G.currently_testing + try > SB_ZONES)
506 try = SB_ZONES - G.currently_testing;
507 got = do_check(G.check_blocks_buffer, try,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dgp8psk.c26 int ret = 0,try = 0; local
31 while (ret >= 0 && ret != blen && try < 3) {
38 deb_info("reading number %d (ret: %d)\n",try,ret);
39 try++;

Completed in 172 milliseconds

123456