Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 8 of 8) sorted by relevance

/trunk/main/autodoc/source/cosv/storage/
H A Dploc_dir.cxx262 if ( (aEntryStatus.st_mode & S_IFDIR) == S_IFDIR in GetContainedDirectories()
295 if ( (aEntryStatus.st_mode & S_IFDIR) == S_IFDIR ) in GetContainedFiles()
/trunk/main/soltools/mkdepend/
H A Ddef.h54 #ifndef S_IFDIR
55 #define S_IFDIR 0040000 macro
H A Dinclude.c103 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !( st.st_mode & S_IFDIR)) {
119 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !(st.st_mode & S_IFDIR)) {
/trunk/main/xml2cmp/source/support/
H A Dsyshelp.cxx293 if ( ( aEntryStatus.st_mode & S_IFDIR ) == S_IFDIR ) in GatherSubDirectories()
/trunk/main/tools/source/fsys/
H A Dunx.cxx546 if ( ( aStat.st_mode & S_IFDIR ) == S_IFDIR ) in Update()
/trunk/main/setup_native/scripts/source/
H A Dgetuid.c84 if ((statbuf.st_mode & S_IFDIR) != 0) in chmod()
/trunk/main/l10ntools/source/
H A Ddirectory.cxx242 case S_IFDIR: in readDirectory()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch312 - return check_mode(s, S_IFDIR);
641 + return check_mode(s, S_IFDIR);

Completed in 30 milliseconds