Home
last modified time | relevance | path

Searched refs:S_IFREG (Results 1 – 6 of 6) sorted by relevance

/trunk/main/soltools/mkdepend/
H A Ddef.h58 #ifndef S_IFREG
59 #define S_IFREG 0100000 macro
H A Dmain.c508 if ( st.st_mode & S_IFREG )
/trunk/main/tools/source/fsys/
H A Dunx.cxx548 if ( ( aStat.st_mode & S_IFREG ) == S_IFREG ) in Update()
/trunk/main/l10ntools/source/
H A Dtreeconfig.cxx143 return ( status.st_mode & S_IFREG ) && ( access( config_file.c_str() , R_OK ) >= 0 ) ; in isConfigFilePresent()
H A Ddirectory.cxx227 case S_IFREG: in readDirectory()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch306 - return check_mode(s, S_IFREG);
635 + return check_mode(s, S_IFREG);

Completed in 31 milliseconds