Home
last modified time | relevance | path

Searched refs:pDeviceName (Results 1 – 3 of 3) sorted by path

/trunk/main/sal/osl/unx/
H A Dfile_volume.cxx561 osl_isAFloppyDevice (const char* pDeviceName) in osl_isAFloppyDevice() argument
572 if (strncmp(pDeviceName, pFloppyDevice[i], strlen(pFloppyDevice[i])) == 0) in osl_isAFloppyDevice()
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx221 PSZ pDeviceName; in GetPrinterQueueInfo() local
225 pDeviceName = pDriverName + 1; in GetPrinterQueueInfo()
228 pDeviceName = NULL; in GetPrinterQueueInfo()
245 if ( pDeviceName ) in GetPrinterQueueInfo()
246 aDeviceName = pDeviceName; in GetPrinterQueueInfo()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx1396 sal_Unicode pDeviceName[ 4096 ]; in ImplCreateSalPrnIC() local
1399 …rtl_copyMemory( pDeviceName, pPrinter->maDeviceName.GetBuffer(), pPrinter->maDeviceName.Len()*size… in ImplCreateSalPrnIC()
1400 memset( pDeviceName+pPrinter->maDeviceName.Len(), 0, 32 ); in ImplCreateSalPrnIC()
1402 reinterpret_cast< LPCWSTR >(pDeviceName), in ImplCreateSalPrnIC()

Completed in 47 milliseconds