Searched refs:d_name (Results 1 – 12 of 12) sorted by relevance
| /AOO42X/main/xml2cmp/source/support/ |
| H A D | syshelp.cxx | 209 sEnding = strrchr(pEntry->d_name,'.'); in GatherFileNames() 214 sNew += pEntry->d_name; in GatherFileNames() 287 stat(pEntry->d_name, &aEntryStatus); in GatherSubDirectories() 291 if ( strchr(pEntry->d_name,'.') == 0 in GatherSubDirectories() 292 && strncmp(pEntry->d_name, "wnt", 3) != 0 in GatherSubDirectories() 293 && strncmp(pEntry->d_name, "unx", 3) != 0 ) in GatherSubDirectories() 295 sNew = pEntry->d_name; in GatherSubDirectories()
|
| /AOO42X/main/tools/source/fsys/ |
| H A D | wntmsc.cxx | 439 ByteString aLowerName = pDosEntry->d_name; in Read() 446 ( pDosEntry->d_type & ( strcmp(pDosEntry->d_name,".") || in Read() 447 strcmp(pDosEntry->d_name,"..")) ) ); in Read() 454 !( pDosEntry->d_type & ( strcmp(pDosEntry->d_name,".") || in Read() 455 strcmp(pDosEntry->d_name,"..")) ) && in Read() 468 pDosEntry->d_name, in Read() 473 0 == strcmp( pDosEntry->d_name, "." ) ? FSYS_FLAG_CURRENT in Read() 474 : 0 == strcmp( pDosEntry->d_name, ".." ) ? FSYS_FLAG_PARENT in Read() 476 DirEntry *pTemp = new DirEntry( ByteString(pDosEntry->d_name), in Read() 495 pDosEntry->d_name, in Read()
|
| H A D | unx.cxx | 427 String aD_Name(pDosEntry->d_name, osl_getThreadTextEncoding()); in Read() 431 0 == strcmp( pDosEntry->d_name, "." ) ? FSYS_FLAG_CURRENT in Read() 432 : 0 == strcmp( pDosEntry->d_name, ".." ) ? FSYS_FLAG_PARENT in Read() 434 DirEntry *pTemp = new DirEntry( ByteString(pDosEntry->d_name), eFlag, FSYS_STYLE_UNX ); in Read() 443 pDosEntry->d_name[0] == '.' ) ) in Read()
|
| H A D | os2.cxx | 369 String aD_Name(pDosEntry->d_name, osl_getThreadTextEncoding()); in Read() 373 0 == strcmp( pDosEntry->d_name, "." ) ? FSYS_FLAG_CURRENT in Read() 374 : 0 == strcmp( pDosEntry->d_name, ".." ) ? FSYS_FLAG_PARENT in Read() 376 DirEntry *pTemp = new DirEntry( ByteString(pDosEntry->d_name), eFlag, FSYS_STYLE_UNX ); in Read() 385 pDosEntry->d_name[0] == '.' ) ) in Read()
|
| H A D | wntmsc.hxx | 61 #define d_name cFileName macro
|
| H A D | dirent.cxx | 1111 ByteString aFound( FSYS2GUI( ByteString( pEntry->d_name ) ) ); in First()
|
| /AOO42X/main/autodoc/source/cosv/storage/ |
| H A D | ploc_dir.cxx | 259 sNew << pEntry->d_name; in GetContainedDirectories() 263 AND *pEntry->d_name != '.' ) in GetContainedDirectories() 265 String sNew2(pEntry->d_name); in GetContainedDirectories() 292 sNew << pEntry->d_name; in GetContainedFiles() 300 const char * pEnding = strrchr(pEntry->d_name,'.'); in GetContainedFiles() 308 sNew << pEntry->d_name; in GetContainedFiles()
|
| /AOO42X/main/sal/osl/unx/ |
| H A D | file_misc.cxx | 249 ((0 == strcmp(pdirent->d_name, ".")) || (0 == strcmp(pdirent->d_name, "..")))) in osl_readdir_impl_() 286 …CFStringAppendCString( strRef, pEntry->d_name, kCFStringEncodingUTF8 ); //UTF8 is default on Mac O… in osl_getNextDirectoryItem() 295 rtl_string2UString( &ustrFileName, pEntry->d_name, strlen( pEntry->d_name ), in osl_getNextDirectoryItem()
|
| /AOO42X/main/soltools/mkdepend/ |
| H A D | collectdircontent.cxx | 42 dirContent.insert(pent->d_name); in add_to_collection()
|
| /AOO42X/main/sal/osl/os2/ |
| H A D | file.cxx | 949 ((0 == strcmp(pdirent->d_name, ".")) || (0 == strcmp(pdirent->d_name, "..")))) in _osl_readdir_impl_() 1063 rtl_string2UString( &ustrFileName, pEntry->d_name, strlen( pEntry->d_name ), in osl_getNextDirectoryItem()
|
| /AOO42X/main/l10ntools/source/ |
| H A D | directory.cxx | 208 rtl::OString sEntryName( dirp->d_name ); in readDirectory()
|
| /AOO42X/main/vcl/unx/generic/fontmanager/ |
| H A D | fontmanager.cxx | 2253 OString aFileName( pEntry->d_name ); in initialize() 2359 aFile += pDirEntry->d_name; in initialize() 2365 OString aFileName( pDirEntry->d_name, strlen( pDirEntry->d_name ) ); in initialize()
|