Searched refs:tmp (Results 1 - 25 of 10483) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dposix_types_64.h79 unsigned long *tmp = p->fds_bits; local
85 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
86 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
87 tmp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dposix_types_64.h79 unsigned long *tmp = p->fds_bits; local
85 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
86 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
87 tmp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/testsuite/lib/
H A Denv-single.exp18 catch {set server "$env(TEST_SERVER)"} tmp
20 if {[regexp "^can't read" $tmp]} {
24 catch {set share "$env(TEST_SHARE)"} tmp
26 if {[regexp "^can't read" $tmp]} {
30 catch {set user "$env(TEST_USER)"} tmp
32 if {[regexp "^can't read" $tmp]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/lib/
H A Denv-single.exp18 catch {set server "$env(TEST_SERVER)"} tmp
20 if {[regexp "^can't read" $tmp]} {
24 catch {set share "$env(TEST_SHARE)"} tmp
26 if {[regexp "^can't read" $tmp]} {
30 catch {set user "$env(TEST_USER)"} tmp
32 if {[regexp "^can't read" $tmp]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/testsuite/lib/
H A Denv-single.exp18 catch {set server "$env(TEST_SERVER)"} tmp
20 if {[regexp "^can't read" $tmp]} {
24 catch {set share "$env(TEST_SHARE)"} tmp
26 if {[regexp "^can't read" $tmp]} {
30 catch {set user "$env(TEST_USER)"} tmp
32 if {[regexp "^can't read" $tmp]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/testsuite/lib/
H A Denv-single.exp18 catch {set server "$env(TEST_SERVER)"} tmp
20 if {[regexp "^can't read" $tmp]} {
24 catch {set share "$env(TEST_SHARE)"} tmp
26 if {[regexp "^can't read" $tmp]} {
30 catch {set user "$env(TEST_USER)"} tmp
32 if {[regexp "^can't read" $tmp]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/testsuite/lib/
H A Denv-single.exp18 catch {set server "$env(TEST_SERVER)"} tmp
20 if {[regexp "^can't read" $tmp]} {
24 catch {set share "$env(TEST_SHARE)"} tmp
26 if {[regexp "^can't read" $tmp]} {
30 catch {set user "$env(TEST_USER)"} tmp
32 if {[regexp "^can't read" $tmp]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/testsuite/lib/
H A Denv-single.exp18 catch {set server "$env(TEST_SERVER)"} tmp
20 if {[regexp "^can't read" $tmp]} {
24 catch {set share "$env(TEST_SHARE)"} tmp
26 if {[regexp "^can't read" $tmp]} {
30 catch {set user "$env(TEST_USER)"} tmp
32 if {[regexp "^can't read" $tmp]} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/uuid/
H A Dpack.c41 uint32_t tmp; local
44 tmp = uu->time_low;
45 out[3] = (unsigned char) tmp;
46 tmp >>= 8;
47 out[2] = (unsigned char) tmp;
48 tmp >>= 8;
49 out[1] = (unsigned char) tmp;
50 tmp >>= 8;
51 out[0] = (unsigned char) tmp;
53 tmp
[all...]
H A Dunpack.c42 uint32_t tmp; local
44 tmp = *ptr++;
45 tmp = (tmp << 8) | *ptr++;
46 tmp = (tmp << 8) | *ptr++;
47 tmp = (tmp << 8) | *ptr++;
48 uu->time_low = tmp;
50 tmp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/uuid/
H A Dpack.c41 uint32_t tmp; local
44 tmp = uu->time_low;
45 out[3] = (unsigned char) tmp;
46 tmp >>= 8;
47 out[2] = (unsigned char) tmp;
48 tmp >>= 8;
49 out[1] = (unsigned char) tmp;
50 tmp >>= 8;
51 out[0] = (unsigned char) tmp;
53 tmp
[all...]
H A Dunpack.c42 uint32_t tmp; local
44 tmp = *ptr++;
45 tmp = (tmp << 8) | *ptr++;
46 tmp = (tmp << 8) | *ptr++;
47 tmp = (tmp << 8) | *ptr++;
48 uu->time_low = tmp;
50 tmp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/uuid/
H A Dpack.c41 uint32_t tmp; local
44 tmp = uu->time_low;
45 out[3] = (unsigned char) tmp;
46 tmp >>= 8;
47 out[2] = (unsigned char) tmp;
48 tmp >>= 8;
49 out[1] = (unsigned char) tmp;
50 tmp >>= 8;
51 out[0] = (unsigned char) tmp;
53 tmp
[all...]
H A Dunpack.c42 uint32_t tmp; local
44 tmp = *ptr++;
45 tmp = (tmp << 8) | *ptr++;
46 tmp = (tmp << 8) | *ptr++;
47 tmp = (tmp << 8) | *ptr++;
48 uu->time_low = tmp;
50 tmp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dposix_types.h116 unsigned long *tmp = p->fds_bits; local
122 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
123 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
124 tmp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dposix_types.h116 unsigned long *tmp = p->fds_bits; local
122 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
123 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
124 tmp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/TESTSUPPORT/
H A Dclearlog15 echo >/tmp/LPD/t1/log
16 echo >/tmp/LPD/t2/log
17 echo >/tmp/LPD/t4/log
18 echo >/tmp/LPD/t5/log
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/TESTSUPPORT/
H A Dclearlog15 echo >/tmp/LPD/t1/log
16 echo >/tmp/LPD/t2/log
17 echo >/tmp/LPD/t4/log
18 echo >/tmp/LPD/t5/log
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/TESTSUPPORT/
H A Dclearlog15 echo >/tmp/LPD/t1/log
16 echo >/tmp/LPD/t2/log
17 echo >/tmp/LPD/t4/log
18 echo >/tmp/LPD/t5/log
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/tests/
H A Dstr.c27 char tmp[100]; local
28 safe_strcpy(tmp, "foobar", sizeof(tmp));
29 string_sub(tmp, "foo", "bar", sizeof(tmp));
30 torture_assert_str_equal(tctx, tmp, "barbar", "invalid sub");
36 char tmp[100]; local
37 safe_strcpy(tmp, "fooblafoo", sizeof(tmp));
38 string_sub(tmp, "fo
45 char tmp[100]; local
54 char tmp[100]; local
63 char tmp[100]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/tests/
H A Dstr.c27 char tmp[100]; local
28 safe_strcpy(tmp, "foobar", sizeof(tmp));
29 string_sub(tmp, "foo", "bar", sizeof(tmp));
30 torture_assert_str_equal(tctx, tmp, "barbar", "invalid sub");
36 char tmp[100]; local
37 safe_strcpy(tmp, "fooblafoo", sizeof(tmp));
38 string_sub(tmp, "fo
45 char tmp[100]; local
54 char tmp[100]; local
63 char tmp[100]; local
[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 Dstr.c27 char tmp[100]; local
28 safe_strcpy(tmp, "foobar", sizeof(tmp));
29 string_sub(tmp, "foo", "bar", sizeof(tmp));
30 torture_assert_str_equal(tctx, tmp, "barbar", "invalid sub");
36 char tmp[100]; local
37 safe_strcpy(tmp, "fooblafoo", sizeof(tmp));
38 string_sub(tmp, "fo
45 char tmp[100]; local
54 char tmp[100]; local
63 char tmp[100]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A Dchpasswd.sh18 echo "$1:$2" > /tmp/tmpchpw
19 chpasswd < /tmp/tmpchpw
20 rm -f /tmp/tmpchpw
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A Dchpasswd.sh18 echo "$1:$2" > /tmp/tmpchpw
19 chpasswd < /tmp/tmpchpw
20 rm -f /tmp/tmpchpw
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A Dchpasswd.sh18 echo "$1:$2" > /tmp/tmpchpw
19 chpasswd < /tmp/tmpchpw
20 rm -f /tmp/tmpchpw

Completed in 208 milliseconds

1234567891011>>