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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dgetpart.pm233 open(TEMP, ">$filename");
234 binmode(TEMP,":raw"); # cygwin fix by Kevin Roth
236 print TEMP $_;
238 close(TEMP);
248 open(TEMP, "<$filename");
249 while(<TEMP>) {
252 close(TEMP);
265 open(TEMP, ">$file1");
270 print TEMP $l;
271 print TEMP "\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/cmake/
H A Dcross-compile.sh31 if ! TEMP=`mktemp --tmpdir -d dbus-cross-compile.XXXXXX`; then
37 export TEMP
75 (cd $TEMP && wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-bin.zip)
76 (cd $TEMP && wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-lib.zip)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/toolbar/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/checklst/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/menu/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/minimal/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dmakefile.va36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dgl518sm.c146 show(TEMP, temp_input1, temp_in);
147 show(TEMP, temp_max1, temp_max);
148 show(TEMP, temp_hyst1, temp_hyst);
230 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX);
231 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dcytherm.c137 #define TEMP 0x33 /* RAM location for temperature */ macro
158 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dmakefile75 -I$(WATT_INC) -I. -I.\msdos\pm_drvr -H=$(TEMP)\bcc.sym
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_init.c2034 uint32_t TEMP; local
2053 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999;
2055 TEMP = (B ^ C ^ D) + 0x6ED9EBA1;
2057 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC;
2059 TEMP = (B ^ C ^ D) + 0xCA62C1D6;
2061 TEMP += S(5, A) + E + HashWorkingPointer[t];
2066 A = TEMP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dconfigure22385 elif ! test -z "$TEMP" ; then
22386 DEFAULT_SOCKET_DIR=$TEMP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure18698 TEMP="`$KRB5_CONFIG --libs gssapi`"
18706 GSSAPI_LIBS="$TEMP"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex1202 %% TEMP variable). Under Unix, the {\tt /tmp} directory is used.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1279 ** will be set for TEMP databases, journals and for subjournals.
4953 ** ^For TEMP tables, the database name is "temp".
5407 ** TEMP database, or the name that appears after the AS keyword for
6484 ** to omit code used by TEMP tables without messy #ifndef statements.
8318 u8 orphanTrigger; /* Last statement is orphaned TEMP trigger */
9841 int iDb; /* 0 for main database. 1 for TEMP, 2.. for ATTACHed */
20820 if( DosScanEnv( (PSZ)"TEMP", &zTempPath ) ){
20854 OSTRACE2( "TEMP FILENAME: %s\n", zBuf );
28347 OSTRACE2("TEMP FILENAME: %s\n", zBuf);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c1279 ** will be set for TEMP databases, journals and for subjournals.
4953 ** ^For TEMP tables, the database name is "temp".
5407 ** TEMP database, or the name that appears after the AS keyword for
6484 ** to omit code used by TEMP tables without messy #ifndef statements.
8318 u8 orphanTrigger; /* Last statement is orphaned TEMP trigger */
9841 int iDb; /* 0 for main database. 1 for TEMP, 2.. for ATTACHed */
20820 if( DosScanEnv( (PSZ)"TEMP", &zTempPath ) ){
20854 OSTRACE2( "TEMP FILENAME: %s\n", zBuf );
28347 OSTRACE2("TEMP FILENAME: %s\n", zBuf);
[all...]

Completed in 550 milliseconds