Searched refs:tempStr (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFiles.c118 Str255 tempStr; local
120 tempStr[0] = 0;
123 BlockMoveData(volName, tempStr, volName[0] + 1);
125 pb.fidParam.ioNamePtr = (StringPtr)tempStr;
134 BlockMoveData(tempStr, fileName, tempStr[0] + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFiles.c118 Str255 tempStr; local
120 tempStr[0] = 0;
123 BlockMoveData(volName, tempStr, volName[0] + 1);
125 pb.fidParam.ioNamePtr = (StringPtr)tempStr;
134 BlockMoveData(tempStr, fileName, tempStr[0] + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailDialog.cpp434 wxString tempStr(c);
435 tempStr.MakeUpper();
436 filename.SetChar(i, tempStr.GetChar(0));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Drc.c1308 char tempStr[160], wl_same_sec[16]; local
1487 sprintf(tempStr, "%d", (defaultKeyIdx-1));
1489 nvram_set("wla_defaKey_2",tempStr);
1491 nvram_set("wla_defaKey",tempStr);
1646 sprintf(tempStr, "%d", (defaultKeyIdx-1));
1649 nvram_set("wlg_defaKey_2",tempStr);
1651 nvram_set("wlg_defaKey",tempStr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c2555 Str255 tempStr; local
2561 tempStr[0] = 0;
2562 pb.ioNamePtr = tempStr;
2569 result = FSMakeFSRef(volRefNum, pb.ioSrcDirID, tempStr, ref);
H A DMoreFilesX.cpp2549 Str255 tempStr; local
2555 tempStr[0] = 0;
2556 pb.ioNamePtr = tempStr;
2563 result = FSMakeFSRef(volRefNum, pb.ioSrcDirID, tempStr, ref);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp280 wxString tempStr; local
327 tempStr.Printf(wxT("%%%d.%d"), columnLength, decimalDigits);
328 s_Field.Printf(wxT("%sf"), tempStr.c_str());
2416 wxString tempStr; local
2472 tempStr.Empty();
2484 tempStr << _T('[') << szFkTable << _T(']'); // [ ] in case there is a blank in the Table name
2488 tempStr.Trim(); // Get rid of any unneeded blanks
2489 if (!tempStr.empty())
2495 wxStrncpy(colInf[i].PkTableName, tempStr.c_str(), DB_MAX_TABLE_NAME_LEN); // Name of the Tables where this Primary Key is used as a Foreign Key
H A Ddbtable.cpp1906 wxString tempStr; local
1922 tempStr += wxT(",");
1924 tempStr += colDefs[colNumber].ColName;
1929 SetOrderByClause(tempStr);

Completed in 303 milliseconds