Searched refs:TEMP (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Dgetpart.pm196 open(TEMP, ">$filename");
197 binmode(TEMP,":raw"); # cygwin fix by Kevin Roth
199 print TEMP $_;
201 close(TEMP);
211 open(TEMP, "<$filename");
212 while(<TEMP>) {
215 close(TEMP);
228 open(TEMP, ">$file1");
230 print TEMP $_;
232 close(TEMP);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba-print-pdf.sh14 # - Ensure file arrives in PREFIX even if TEMP is used without provided name
54 TEMP="${TEMP=$2}"
64 [ -n "$NAME" ] && TEMP="$PREFIX"
67 OUTPUT=`mktemp -q $TEMP/$BASEFILE-XXXXXX`
69 echo "$0: Can't create temp file $TEMP/$OUTPUT, exiting..."
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dgl518sm.c147 show(TEMP, temp_input1, temp_in);
148 show(TEMP, temp_max1, temp_max);
149 show(TEMP, temp_hyst1, temp_hyst);
211 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX);
212 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dcytherm.c136 #define TEMP 0x33 /* RAM location for temperature */ macro
157 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_init.c1090 uint32_t TEMP; local
1109 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999;
1111 TEMP = (B ^ C ^ D) + 0x6ED9EBA1;
1113 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC;
1115 TEMP = (B ^ C ^ D) + 0xCA62C1D6;
1117 TEMP += S(5, A) + E + HashWorkingPointer[t];
1122 A = TEMP;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1276 ** will be set for TEMP databases, journals and for subjournals.
4950 ** ^For TEMP tables, the database name is "temp".
5404 ** TEMP database, or the name that appears after the AS keyword for
6481 ** to omit code used by TEMP tables without messy #ifndef statements.
8315 u8 orphanTrigger; /* Last statement is orphaned TEMP trigger */
9838 int iDb; /* 0 for main database. 1 for TEMP, 2.. for ATTACHed */
20817 if( DosScanEnv( (PSZ)"TEMP", &zTempPath ) ){
20851 OSTRACE2( "TEMP FILENAME: %s\n", zBuf );
28344 OSTRACE2("TEMP FILENAME: %s\n", zBuf);
[all...]

Completed in 300 milliseconds