Searched refs:ret1 (Results 1 - 25 of 99) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dnmblookup.c82 static fstring ret1; local
83 fstrcpy(ret1, "");
85 if (flags & NM_FLAGS_RS) fstrcat(ret1, "Response ");
86 if (flags & NM_FLAGS_AA) fstrcat(ret1, "Authoritative ");
87 if (flags & NM_FLAGS_TC) fstrcat(ret1, "Truncated ");
88 if (flags & NM_FLAGS_RD) fstrcat(ret1, "Recursion_Desired ");
89 if (flags & NM_FLAGS_RA) fstrcat(ret1, "Recursion_Available ");
90 if (flags & NM_FLAGS_B) fstrcat(ret1, "Broadcast ");
92 return ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnmblookup.c93 static fstring ret1; local
94 fstrcpy(ret1, "");
96 if (flags & NM_FLAGS_RS) fstrcat(ret1, "Response ");
97 if (flags & NM_FLAGS_AA) fstrcat(ret1, "Authoritative ");
98 if (flags & NM_FLAGS_TC) fstrcat(ret1, "Truncated ");
99 if (flags & NM_FLAGS_RD) fstrcat(ret1, "Recursion_Desired ");
100 if (flags & NM_FLAGS_RA) fstrcat(ret1, "Recursion_Available ");
101 if (flags & NM_FLAGS_B) fstrcat(ret1, "Broadcast ");
103 return ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dnmblookup.c82 static fstring ret1; local
83 fstrcpy(ret1, "");
85 if (flags & NM_FLAGS_RS) fstrcat(ret1, "Response ");
86 if (flags & NM_FLAGS_AA) fstrcat(ret1, "Authoritative ");
87 if (flags & NM_FLAGS_TC) fstrcat(ret1, "Truncated ");
88 if (flags & NM_FLAGS_RD) fstrcat(ret1, "Recursion_Desired ");
89 if (flags & NM_FLAGS_RA) fstrcat(ret1, "Recursion_Available ");
90 if (flags & NM_FLAGS_B) fstrcat(ret1, "Broadcast ");
92 return ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnmblookup.c93 static fstring ret1; local
94 fstrcpy(ret1, "");
96 if (flags & NM_FLAGS_RS) fstrcat(ret1, "Response ");
97 if (flags & NM_FLAGS_AA) fstrcat(ret1, "Authoritative ");
98 if (flags & NM_FLAGS_TC) fstrcat(ret1, "Truncated ");
99 if (flags & NM_FLAGS_RD) fstrcat(ret1, "Recursion_Desired ");
100 if (flags & NM_FLAGS_RA) fstrcat(ret1, "Recursion_Available ");
101 if (flags & NM_FLAGS_B) fstrcat(ret1, "Broadcast ");
103 return ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnmblookup.c93 static fstring ret1; local
94 fstrcpy(ret1, "");
96 if (flags & NM_FLAGS_RS) fstrcat(ret1, "Response ");
97 if (flags & NM_FLAGS_AA) fstrcat(ret1, "Authoritative ");
98 if (flags & NM_FLAGS_TC) fstrcat(ret1, "Truncated ");
99 if (flags & NM_FLAGS_RD) fstrcat(ret1, "Recursion_Desired ");
100 if (flags & NM_FLAGS_RA) fstrcat(ret1, "Recursion_Available ");
101 if (flags & NM_FLAGS_B) fstrcat(ret1, "Broadcast ");
103 return ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnmblookup.c82 static fstring ret1; local
83 fstrcpy(ret1, "");
85 if (flags & NM_FLAGS_RS) fstrcat(ret1, "Response ");
86 if (flags & NM_FLAGS_AA) fstrcat(ret1, "Authoritative ");
87 if (flags & NM_FLAGS_TC) fstrcat(ret1, "Truncated ");
88 if (flags & NM_FLAGS_RD) fstrcat(ret1, "Recursion_Desired ");
89 if (flags & NM_FLAGS_RA) fstrcat(ret1, "Recursion_Available ");
90 if (flags & NM_FLAGS_B) fstrcat(ret1, "Broadcast ");
92 return ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/tests/
H A Dstrlist.c106 const char **ret1, **ret2, *tmp; local
110 ret1 = str_list_make_shell(mem_ctx, element->list_as_string, element->seperators);
112 torture_assert(tctx, ret1, "str_list_make_shell() must not return NULL");
113 tmp = str_list_join_shell(mem_ctx, ret1, element->seperators ? *element->seperators : ' ');
116 if ((ret1 == NULL || ret2 == NULL) && ret2 != ret1) {
120 for (j = 0; ret1[j] && ret2[j]; j++) {
121 if (strcmp(ret1[j], ret2[j]) != 0) {
127 if (ret1[j] || ret2[j])
133 torture_assert(tctx, str_list_equal(ret1, elemen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/tests/
H A Dstrlist.c106 const char **ret1, **ret2, *tmp; local
110 ret1 = str_list_make_shell(mem_ctx, element->list_as_string, element->seperators);
112 torture_assert(tctx, ret1, "str_list_make_shell() must not return NULL");
113 tmp = str_list_join_shell(mem_ctx, ret1, element->seperators ? *element->seperators : ' ');
116 if ((ret1 == NULL || ret2 == NULL) && ret2 != ret1) {
120 for (j = 0; ret1[j] && ret2[j]; j++) {
121 if (strcmp(ret1[j], ret2[j]) != 0) {
127 if (ret1[j] || ret2[j])
133 torture_assert(tctx, str_list_equal(ret1, elemen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/tests/
H A Dstrlist.c106 const char **ret1, **ret2, *tmp; local
110 ret1 = str_list_make_shell(mem_ctx, element->list_as_string, element->seperators);
112 torture_assert(tctx, ret1, "str_list_make_shell() must not return NULL");
113 tmp = str_list_join_shell(mem_ctx, ret1, element->seperators ? *element->seperators : ' ');
116 if ((ret1 == NULL || ret2 == NULL) && ret2 != ret1) {
120 for (j = 0; ret1[j] && ret2[j]; j++) {
121 if (strcmp(ret1[j], ret2[j]) != 0) {
127 if (ret1[j] || ret2[j])
133 torture_assert(tctx, str_list_equal(ret1, elemen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dsdb019.tcl98 set ret1 [lindex \
100 error_check_good sdb1_get $ret1 \
123 set ret1 [lindex \
125 error_check_good sdb1_get $ret1 \
H A Dlock005.tcl92 set ret1 [catch {$db get -txn $txn2 $recno1} res1]
95 error_check_good txn2_sees_txn1 $ret1 0
129 set ret1 [catch {$db get -txn $txn1 $recno1} res1]
132 error_check_good txn1_sees_txn1 $ret1 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dsdb019.tcl98 set ret1 [lindex \
100 error_check_good sdb1_get $ret1 \
123 set ret1 [lindex \
125 error_check_good sdb1_get $ret1 \
H A Dlock005.tcl92 set ret1 [catch {$db get -txn $txn2 $recno1} res1]
95 error_check_good txn2_sees_txn1 $ret1 0
129 set ret1 [catch {$db get -txn $txn1 $recno1} res1]
132 error_check_good txn1_sees_txn1 $ret1 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dsdb019.tcl98 set ret1 [lindex \
100 error_check_good sdb1_get $ret1 \
123 set ret1 [lindex \
125 error_check_good sdb1_get $ret1 \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A Dmove_extent.c1192 int ret1, ret2, depth, last_extent = 0; local
1215 ret1 = mext_inode_double_lock(orig_inode, donor_inode);
1216 if (ret1 < 0)
1217 return ret1;
1222 ret1 = mext_check_arguments(orig_inode, donor_inode, orig_start,
1224 if (ret1)
1232 ret1 = get_ext_path(orig_inode, block_start, &orig_path);
1233 if (ret1)
1237 ret1 = get_ext_path(orig_inode, block_start, &holecheck_path);
1238 if (ret1)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/
H A Dmove_extent.c1192 int ret1, ret2, depth, last_extent = 0; local
1215 ret1 = mext_inode_double_lock(orig_inode, donor_inode);
1216 if (ret1 < 0)
1217 return ret1;
1222 ret1 = mext_check_arguments(orig_inode, donor_inode, orig_start,
1224 if (ret1)
1232 ret1 = get_ext_path(orig_inode, block_start, &orig_path);
1233 if (ret1)
1237 ret1 = get_ext_path(orig_inode, block_start, &holecheck_path);
1238 if (ret1)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/kernel/
H A Dsrm_env.c117 unsigned long ret1, ret2; local
131 ret1 = callback_setenv(entry->id, buf, count);
132 if ((ret1 >> 61) == 0) {
136 res = (int) ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsrm_env.c117 unsigned long ret1, ret2; local
131 ret1 = callback_setenv(entry->id, buf, count);
132 if ((ret1 >> 61) == 0) {
136 res = (int) ret1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dpthreadpool.c246 int ret, ret1; local
295 ret1 = pthread_cond_destroy(&pool->condvar);
297 if ((ret == 0) && (ret1 == 0)) {
304 return ret1;

Completed in 370 milliseconds

1234