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

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/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]} {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/uuid/
H A Dpack.c40 uint32_t tmp; local
43 tmp = uu->time_low;
44 out[3] = (unsigned char) tmp;
45 tmp >>= 8;
46 out[2] = (unsigned char) tmp;
47 tmp >>= 8;
48 out[1] = (unsigned char) tmp;
49 tmp >>= 8;
50 out[0] = (unsigned char) tmp;
52 tmp
[all...]
H A Dunpack.c41 uint32_t tmp; local
43 tmp = *ptr++;
44 tmp = (tmp << 8) | *ptr++;
45 tmp = (tmp << 8) | *ptr++;
46 tmp = (tmp << 8) | *ptr++;
47 uu->time_low = tmp;
49 tmp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/uuid/
H A Dpack.c17 __u32 tmp; local
20 tmp = uu->time_low;
21 out[3] = (unsigned char) tmp;
22 tmp >>= 8;
23 out[2] = (unsigned char) tmp;
24 tmp >>= 8;
25 out[1] = (unsigned char) tmp;
26 tmp >>= 8;
27 out[0] = (unsigned char) tmp;
29 tmp
[all...]
H A Dunpack.c18 __u32 tmp; local
20 tmp = *ptr++;
21 tmp = (tmp << 8) | *ptr++;
22 tmp = (tmp << 8) | *ptr++;
23 tmp = (tmp << 8) | *ptr++;
24 uu->time_low = tmp;
26 tmp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dposix_types.h80 unsigned long *tmp = p->fds_bits; local
86 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
87 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
88 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dposix_types.h104 unsigned long *tmp = p->fds_bits; local
110 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
111 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
112 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dposix_types.h80 unsigned long *tmp = p->fds_bits; local
86 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
87 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
88 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dposix_types.h104 unsigned long *tmp = p->fds_bits; local
110 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
111 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
112 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dposix_types.h76 unsigned long *tmp = p->fds_bits; local
82 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
83 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
84 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dposix_types.h76 unsigned long *tmp = p->fds_bits; local
82 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
83 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
84 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/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
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Di810.h69 u16 tmp; \
70 tmp = I810_READ16( I810REG_HWSTAM ); \
71 tmp = tmp & 0x6000; \
72 I810_WRITE16( I810REG_HWSTAM, tmp ); \
74 tmp = I810_READ16( I810REG_INT_MASK_R ); \
75 tmp = tmp & 0x6000; /* Unmask interrupts */ \
76 I810_WRITE16( I810REG_INT_MASK_R, tmp ); \
77 tmp
[all...]
H A Di830.h69 u16 tmp; \
70 tmp = I830_READ16( I830REG_HWSTAM ); \
71 tmp = tmp & 0x6000; \
72 I830_WRITE16( I830REG_HWSTAM, tmp ); \
74 tmp = I830_READ16( I830REG_INT_MASK_R ); \
75 tmp = tmp & 0x6000; /* Unmask interrupts */ \
76 I830_WRITE16( I830REG_INT_MASK_R, tmp ); \
77 tmp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dprint_svid.c55 char *name, *tmp; local
59 if (((tmp = strchr_m(buf, ' ')) == NULL) ||
60 ((tmp = strchr_m(++tmp, ' ')) == NULL))
67 if(!strncmp("for ",++tmp,4)) {
68 tmp=strchr_m(tmp, ' ');
69 tmp++;
74 while(*tmp == ' ')
75 ++tmp;
115 printer_t *tmp; local
130 printer_t *tmp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Duuid.c34 __u32 tmp; local
36 tmp = *ptr++;
37 tmp = (tmp << 8) | *ptr++;
38 tmp = (tmp << 8) | *ptr++;
39 tmp = (tmp << 8) | *ptr++;
40 uu->time_low = tmp;
42 tmp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tests/
H A Dcheck-stateless.bat5 .\table-from %2 > tmp-%2.TXT
6 .\table-to %2 | sort > tmp-%2.INVERSE.TXT
7 fc %1\%2.TXT tmp-%2.TXT
10 copy /a %1\%2.TXT /a + %1\%2.IRREVERSIBLE.TXT /a tmp
11 sort < tmp | uniq-u > tmp-orig-%2.INVERSE.TXT
12 fc tmp-orig-%2.INVERSE.TXT tmp-%2.INVERSE.TXT
13 del tmp
14 del tmp
[all...]
H A Dcheck-stateless9 ./table-from "$charset" > tmp-"$charset".TXT
12 ./table-to "$charset" | sort > tmp-"$charset".INVERSE.TXT
15 cmp "${srcdir}"/"$charset".TXT tmp-"$charset".TXT 2> /dev/null
18 sed -e '/ .* 0x/d' < "${srcdir}"/"$charset".TXT > tmp-noprecomposed-"$charset".TXT
20 cat tmp-noprecomposed-"$charset".TXT "${srcdir}"/"$charset".IRREVERSIBLE.TXT | sort | uniq -u > tmp-orig-"$charset".INVERSE.TXT
22 cp tmp-noprecomposed-"$charset".TXT tmp-orig-"$charset".INVERSE.TXT
24 cmp tmp-orig-"$charset".INVERSE.TXT tmp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/contrib/
H A Ddconf12 AWKFILE=/tmp/${SELF}.awk
13 TEMPFILE=/tmp/${SELF}.tmp
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dposix_types.h86 unsigned long *tmp = p->fds_bits; local
92 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
93 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
94 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dposix_types.h89 unsigned long *tmp = p->fds_bits; local
95 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
96 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
97 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dposix_types.h86 unsigned long *tmp = p->fds_bits; local
92 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
93 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
94 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dposix_types.h89 unsigned long *tmp = p->fds_bits; local
95 tmp[ 0] = 0; tmp[ 1] = 0; tmp[ 2] = 0; tmp[ 3] = 0;
96 tmp[ 4] = 0; tmp[ 5] = 0; tmp[ 6] = 0; tmp[ 7] = 0;
97 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dposix_types.h96 unsigned long *tmp = (unsigned long *)p->fds_bits; local
102 tmp[12] = 0; tmp[13] = 0; tmp[14] = 0; tmp[15] = 0;
103 tmp[ 8] = 0; tmp[ 9] = 0; tmp[10] = 0; tmp[11] = 0;
106 tmp[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dposix_types.h96 unsigned long *tmp = (unsigned long *)p->fds_bits; local
102 tmp[12] = 0; tmp[13] = 0; tmp[14] = 0; tmp[15] = 0;
103 tmp[ 8] = 0; tmp[ 9] = 0; tmp[10] = 0; tmp[11] = 0;
106 tmp[
[all...]

Completed in 220 milliseconds

1234567891011>>