Home
last modified time | relevance | path

Searched refs:dir_exist (Results 1 – 22 of 22) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_os.F9016 public :: dir_exist
67 function dir_exist(dir, Bcast, Comm, all) result(exist) function
139 end function dir_exist
/dports/graphics/azpainter/azpainter-2.1.7/src/
H A Dmain.c124 static void _set_init_data(mBool dir_exist,mBool loadconf_init) in _set_init_data() argument
128 if(dir_exist && loadconf_init in _set_init_data()
159 if(!dir_exist || loadconf_init) in _set_init_data()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dfilesystem.h9 bool dir_exist( const std::string &path );
H A Dfilesystem.cpp59 return do_mkdir( path, 0777 ) || ( errno == EEXIST && dir_exist( path ) ); in assure_dir_exist()
62 bool dir_exist( const std::string &path ) in dir_exist() function
H A Dmain.cpp560 if( !dir_exist( PATH_INFO::datadir() ) ) {
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dfilesystem.h9 bool dir_exist( const std::string &path );
H A Dfilesystem.cpp59 return do_mkdir( path, 0777 ) || ( errno == EEXIST && dir_exist( path ) ); in assure_dir_exist()
62 bool dir_exist( const std::string &path ) in dir_exist() function
H A Dmain.cpp560 if( !dir_exist( PATH_INFO::datadir() ) ) {
/dports/science/siesta/siesta-4.1.5/Util/TS/TBtrans/
H A Dm_tbt_save.F90143 use m_os, only : dir_exist
180 if ( .not. dir_exist(save_dir, Bcast = .true. ) ) then
195 if ( .not. dir_exist(save_dir, all = .true. ) ) then
201 else if ( .not. dir_exist(save_dir, Bcast = .true. ) ) then
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Durl.c1707 if (dir_exist(pu->real_file)) { in openURL()
1719 if (dir_exist(q)) { in openURL()
H A Dproto.h192 extern int dir_exist(char *path);
H A Dfile.c253 dir_exist(char *path) in dir_exist() function
/dports/japanese/w3m/w3m-2b59b9e/
H A Durl.c1707 if (dir_exist(pu->real_file)) { in openURL()
1719 if (dir_exist(q)) { in openURL()
H A Dproto.h192 extern int dir_exist(char *path);
H A Dfile.c253 dir_exist(char *path) in dir_exist() function
/dports/www/w3m-img/w3m-2b59b9e/
H A Durl.c1707 if (dir_exist(pu->real_file)) { in openURL()
1719 if (dir_exist(q)) { in openURL()
H A Dproto.h192 extern int dir_exist(char *path);
H A Dfile.c253 dir_exist(char *path) in dir_exist() function
/dports/www/w3m/w3m-2b59b9e/
H A Durl.c1707 if (dir_exist(pu->real_file)) { in openURL()
1719 if (dir_exist(q)) { in openURL()
H A Dproto.h192 extern int dir_exist(char *path);
H A Dfile.c253 dir_exist(char *path) in dir_exist() function
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dimap.c1736 gboolean dir_exist; in imap_remove_msgs() local
1758 dir_exist = is_dir_exist(dir); in imap_remove_msgs()
1766 if (dir_exist) in imap_remove_msgs()