Searched refs:tmp (Results 101 - 125 of 2904) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dcsharpcomp.sh.in39 # - tmp pathname of freshly created temporary directory
42 # Use the environment variable TMPDIR, falling back to /tmp. This allows
44 # /tmp is filled up or too small.
45 : ${TMPDIR=/tmp}
49 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/gtXXXXXX") 2>/dev/null` &&
50 test -n "$tmp" && test -d "$tmp"
56 # rather, it minimizes the probability of failure in a very cluttered /tmp
58 tmp=$TMPDIR/gt$$-$RANDOM
59 (umask 077 && mkdir "$tmp")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dspeed16.bat4 del tmp\*.obj
12 del tmp\rc4*.obj tmp\bn*.obj tmp\md2_dgst.obj
19 del tmp\rc4*.obj
27 del tmp\i_*.obj tmp\rc4*.obj tmp\ecb_enc.obj tmp\bn*.obj
H A Dspeed32.bat4 del tmp\*.obj
12 del tmp\rc4*.obj tmp\bn*.obj tmp\md2_dgst.obj
19 del tmp\rc4*.obj
26 del tmp\i_*.obj tmp\rc4*.obj tmp\ecb_enc.obj tmp\bn*.obj
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dspeed32.bat4 del tmp\*.obj
12 del tmp\rc4*.obj tmp\bn*.obj tmp\md2_dgst.obj
19 del tmp\rc4*.obj
26 del tmp\i_*.obj tmp\rc4*.obj tmp\ecb_enc.obj tmp\bn*.obj
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dasm.h44 .macro save_min sr, tmp=lr variable
46 mfsr \tmp, \sr
48 st.w --sp, \tmp
51 .macro restore_min sr, tmp=lr variable
52 ld.w \tmp, sp++
53 mtsr \sr, \tmp
57 .macro save_half sr, tmp=lr variable
61 mfsr \tmp, \sr variable
62 st.w --sp, \tmp
65 .macro restore_half sr, tmp variable
72 .macro save_full_user sr, tmp=lr variable
76 mfsr \\tmp, \\sr variable
80 .macro restore_full_user sr, tmp=lr variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_fid.c28 u_int32_t tmp; local
79 tmp = (u_int32_t)sb.st_ino;
80 for (p = (u_int8_t *)&tmp, i = sizeof(u_int32_t); i > 0; --i)
83 tmp = (u_int32_t)sb.st_dev;
84 for (p = (u_int8_t *)&tmp, i = sizeof(u_int32_t); i > 0; --i)
99 __os_unique_id(env, &tmp);
100 for (p = (u_int8_t *)&tmp, i = sizeof(u_int32_t); i > 0; --i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-redboot/
H A DMakefile26 vmlinux vmlinux.tmp
27 gzip -vf9 vmlinux.tmp
29 --add-section image=vmlinux.tmp.gz \
31 $(OBJS) $@.tmp
32 $(LD) $(LD_ARGS) -o $@.elf $@.tmp $(LIBS) -L/xtensa-elf/lib $(LIBGCC)
34 rm -f $@.tmp $@.elf vmlinux.tmp.gz
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dchecksum.h45 unsigned long tmp; local
57 : "=d" (sum), "=&a" (iph), "=&d" (ihl), "=&d" (tmp)
69 unsigned int tmp = (__force u32)sum; local
74 : "=&d" (sum), "=&d" (tmp)
75 : "0" (sum), "1" (tmp));
122 register unsigned long tmp; local
141 : "=&d" (sum), "=&d" (tmp)
H A Dtermios.h59 unsigned short tmp; \
60 get_user(tmp, &(termio)->c_iflag); \
61 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
62 get_user(tmp, &(termio)->c_oflag); \
63 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
64 get_user(tmp, &(termio)->c_cflag); \
65 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
66 get_user(tmp, &(termio)->c_lflag); \
67 (termios)->c_lflag = (0xffff0000 & ((termios)->c_lflag)) | tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-groupmod80 my $tmp;
81 if (defined($tmp = $Options{'g'}) and $tmp =~ /\d+/) {
83 if (defined(getgrgid($tmp))) {
84 print "$0: gid $tmp exists\n";
88 if (!($gid == $tmp)) {
91 replace => [gidNumber => $tmp]
164 if ($tmp= $Options{'s'}) {
165 if ($tmp =~ /^S-(?:\d+-)+\d+$/) {
166 $group_sid = $tmp;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dcsharpcomp.sh39 # - tmp pathname of freshly created temporary directory
42 # Use the environment variable TMPDIR, falling back to /tmp. This allows
44 # /tmp is filled up or too small.
45 : ${TMPDIR=/tmp}
49 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/gtXXXXXX") 2>/dev/null` &&
50 test -n "$tmp" && test -d "$tmp"
56 # rather, it minimizes the probability of failure in a very cluttered /tmp
58 tmp=$TMPDIR/gt$$-$RANDOM
59 (umask 077 && mkdir "$tmp")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dcsharpcomp.sh39 # - tmp pathname of freshly created temporary directory
42 # Use the environment variable TMPDIR, falling back to /tmp. This allows
44 # /tmp is filled up or too small.
45 : ${TMPDIR=/tmp}
49 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/gtXXXXXX") 2>/dev/null` &&
50 test -n "$tmp" && test -d "$tmp"
56 # rather, it minimizes the probability of failure in a very cluttered /tmp
58 tmp=$TMPDIR/gt$$-$RANDOM
59 (umask 077 && mkdir "$tmp")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dtermios.h59 unsigned short tmp; \
60 get_user(tmp, &(termio)->c_iflag); \
61 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \
62 get_user(tmp, &(termio)->c_oflag); \
63 (termios)->c_oflag = (0xffff0000 & ((termios)->c_oflag)) | tmp; \
64 get_user(tmp, &(termio)->c_cflag); \
65 (termios)->c_cflag = (0xffff0000 & ((termios)->c_cflag)) | tmp; \
66 get_user(tmp, &(termio)->c_lflag); \
67 (termios)->c_lflag = (0xffff0000 & ((termios)->c_lflag)) | tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dppp.c61 char tmp[100], prefix[] = "wanXXXXXXXXXX_"; local
71 if (!(fp = fopen(strcat_r("/tmp/ppp/link.", wan_ifname, tmp), "a"))) {
72 perror(tmp);
80 nvram_set(strcat_r(prefix, "ipaddr", tmp), value);
81 nvram_set(strcat_r(prefix, "netmask", tmp), "255.255.255.255");
85 nvram_set(strcat_r(prefix, "gateway", tmp), value);
91 nvram_set(strcat_r(prefix, "dns", tmp), buf);
107 char tmp[100], prefix[] = "wanXXXXXXXXXX_"; local
116 unlink(strcat_r("/tmp/pp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Example/
H A Dsetup.sh9 uniq /etc/services /tmp/tempserv
10 cp /tmp/tempserv /etc/services
11 rm /tmp/tempserv
13 uniq /etc/inetd.conf /tmp/tempinetd
14 cp /tmp/tempinetd /etc/inetd.conf
15 rm /tmp/tempinetd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dvp6dsp_sse2.c53 uint8_t tmp[8*11], *t = tmp; local
77 t = tmp + 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Db_dump.c79 char buf[288+1],tmp[20],str[128+1]; local
108 BIO_snprintf(tmp,sizeof tmp,"%04x - ",i*dump_width);
109 BUF_strlcat(buf,tmp,sizeof buf);
119 BIO_snprintf(tmp,sizeof tmp,"%02x%c",ch,
121 BUF_strlcat(buf,tmp,sizeof buf);
131 BIO_snprintf(tmp,sizeof tmp,"%c",
134 BIO_snprintf(tmp,sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dttpci-eeprom.c48 u16 tmp = 0xffff; local
51 tmp = (tmp << 8) | ((tmp >> 8) ^ buf[i]);
52 tmp ^= (tmp >> 4) & 0x0f;
53 tmp ^= (tmp << 12) ^ ((tmp & 0xff) << 5);
55 tmp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dcpc700_pic.c100 unsigned int tmp; local
103 tmp = CPC700_IN_32(CPC700_UIC_UICTR);
105 tmp &= ~CPC700_UIC_IRQ_BIT(irq);
107 tmp |= CPC700_UIC_IRQ_BIT(irq);
109 CPC700_OUT_32(CPC700_UIC_UICTR, tmp);
112 tmp = CPC700_IN_32(CPC700_UIC_UICPR);
114 tmp |= CPC700_UIC_IRQ_BIT(irq);
116 tmp &= ~CPC700_UIC_IRQ_BIT(irq);
118 CPC700_OUT_32(CPC700_UIC_UICPR, tmp);
121 tmp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/oprofile/
H A Dop_blackfin.h68 unsigned int tmp; local
70 tmp = bfin_read_PFCTL();
73 return tmp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bit.c231 uint tmp; local
239 tmp = *p++;
241 tmp |= (~0U >> (NBWORD-start_bit));
242 if (tmp != ~0U)
248 if ((tmp = *p++) != ~0U)
255 return result + ffz(tmp) - start_bit;
270 uint tmp; local
279 tmp = *p++;
281 tmp &= (~0U << start_bit);
282 if (tmp !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Drwsem.h116 __s32 result, tmp; local
128 : "+m" (sem->count), "=&a" (result), "=&r" (tmp)
139 int tmp; local
141 tmp = RWSEM_ACTIVE_WRITE_BIAS;
150 : "+m" (sem->count), "=d" (tmp)
151 : "a" (sem), "1" (tmp)
178 __s32 tmp = -RWSEM_ACTIVE_READ_BIAS; local
186 : "+m" (sem->count), "=d" (tmp)
187 : "a" (sem), "1" (tmp)
242 int tmp local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop13xx/
H A Dentry-macro.S22 .macro get_irqnr_preamble, base, tmp
23 mrc p15, 0, \tmp, c15, c1, 0
24 orr \tmp, \tmp, #(1 << 6)
25 mcr p15, 0, \tmp, c15, c1, 0 @ Enable cp6 access
32 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp2000/
H A Dentry-macro.S15 .macro get_irqnr_preamble, base, tmp
21 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
49 mov \tmp, #(1<<26)
50 tst \irqstat, \tmp
54 mov \tmp, #(1<<27)
55 tst \irqstat, \tmp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb_utils.h92 long tmp; local
109 : "=a" (s), "=d" (count), "=d" (tmp)
157 long tmp; local
175 : "=a" (d), "=a" (s), "=d" (count), "=d" (tmp)
189 long tmp; local
208 : "=a" (d), "=a" (s), "=d" (count), "=d" (tmp)
281 u32 tmp = m[0]; local
282 dst[0] = tmp;
283 dst[2] = (tmp >>= 8);
285 dst[4] = (tmp >>
302 u32 fgm[2], bgm[2], tmp; local
[all...]

Completed in 421 milliseconds

1234567891011>>