Home
last modified time | relevance | path

Searched refs:dir_found (Results 1 – 12 of 12) sorted by relevance

/dports/games/vultures-eye/vulture-2.3.67/vulture/
H A Dvulture_gen.cpp91 int dir_found = 0; local
105 dir_found = 1;
109 if (!dir_found)
116 dir_found = 1;
119 if (dir_found)
141 return dir_found;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/
H A Dfatxxfs_dent.c352 uint8_t dir_found = 0; in fatxxfs_dent_parse_buf() local
355 dir_found = 1; in fatxxfs_dent_parse_buf()
358 if ((dir_found == 0) in fatxxfs_dent_parse_buf()
363 dir_found = 1; in fatxxfs_dent_parse_buf()
365 if (dir_found == 0) { in fatxxfs_dent_parse_buf()
387 dir_found = 1; in fatxxfs_dent_parse_buf()
392 if (dir_found == 0) in fatxxfs_dent_parse_buf()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/
H A Dfatxxfs_dent.c352 uint8_t dir_found = 0; in fatxxfs_dent_parse_buf() local
355 dir_found = 1; in fatxxfs_dent_parse_buf()
358 if ((dir_found == 0) in fatxxfs_dent_parse_buf()
363 dir_found = 1; in fatxxfs_dent_parse_buf()
365 if (dir_found == 0) { in fatxxfs_dent_parse_buf()
387 dir_found = 1; in fatxxfs_dent_parse_buf()
392 if (dir_found == 0) in fatxxfs_dent_parse_buf()
/dports/devel/geany-legacy/geany-1.37.1/plugins/
H A Dfilebrowser.c433 gboolean dir_found = FALSE; in is_folder_selected() local
444 if (dir_found) in is_folder_selected()
447 return dir_found; in is_folder_selected()
476 if (! dir_found) in open_external()
508 gboolean dir_found; in on_external_open() local
513 dir_found = is_folder_selected(list); in on_external_open()
515 if (! dir_found || check_single_selection(treesel)) in on_external_open()
524 open_external(fname, dir_found); in on_external_open()
573 gboolean dir_found; in on_open_clicked() local
578 dir_found = is_folder_selected(list); in on_open_clicked()
[all …]
/dports/devel/geany/geany-1.38/plugins/
H A Dfilebrowser.c433 gboolean dir_found = FALSE; in is_folder_selected() local
444 if (dir_found) in is_folder_selected()
447 return dir_found; in is_folder_selected()
476 if (! dir_found) in open_external()
508 gboolean dir_found; in on_external_open() local
513 dir_found = is_folder_selected(list); in on_external_open()
515 if (! dir_found || check_single_selection(treesel)) in on_external_open()
524 open_external(fname, dir_found); in on_external_open()
573 gboolean dir_found; in on_open_clicked() local
578 dir_found = is_folder_selected(list); in on_open_clicked()
[all …]
/dports/audio/mp3c/mp3c-0.31/src/
H A Drequester.c192 char *old_dir_name, content **old_dir, BOOL *dir_found) in req_read_dir_data() argument
203 *dir_found = FALSE; in req_read_dir_data()
230 *dir_found = TRUE; in req_read_dir_data()
677 BOOL dir_found; in req_curs_dir() local
699 NULL, &dir_old, &dir_found)) { in req_curs_dir()
879 &dir_found)) { in req_curs_dir()
887 if(dir_found) { in req_curs_dir()
950 BOOL dir_found; in req_curs_file() local
983 &dir_found)) { in req_curs_file()
1223 old_name, &dir_old, &dir_found)) { in req_curs_file()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/io/
H A Dfile_manager.cpp315 std::vector<bool> dir_found; in discoverPaths() local
316 dir_found.resize(ASSET_COUNT, false); in discoverPaths()
321 if (!dir_found[j] && fileExists(m_root_dirs[0] + m_subdir_name[j])) in discoverPaths()
323 dir_found[j] = true; in discoverPaths()
338 if (!dir_found[j] && fileExists(assets_root + m_subdir_name[j])) in discoverPaths()
340 dir_found[j] = true; in discoverPaths()
375 if(!dir_found[j] && fileExists(m_root_dirs[i]+m_subdir_name[j])) in discoverPaths()
377 dir_found[j] = true; in discoverPaths()
387 if(!dir_found[i]) in discoverPaths()
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/
H A Dcommon.cpp362 bool dir_found = false; in locate_batch_file() local
365 dir_found = true; in locate_batch_file()
368 if (!dir_found) { in locate_batch_file()
/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dfilehandling_functions.c607 int dir_found = 0; in opendirfile() local
648 dir_found = 1; in opendirfile()
677 dir_found = 1; in opendirfile()
683 if (dir_found) in opendirfile()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/
H A Dcommon.cpp451 bool dir_found = false; in locate_batch_file() local
454 dir_found = true; in locate_batch_file()
457 if (!dir_found) { in locate_batch_file()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/basic/
H A Dfile_system.cpp154 bool dir_found = set_current_working_directory(dirname); in get_directory_entries() local
155 if(!dir_found) { in get_directory_entries()
/dports/devel/radare2/radare2-5.1.1/binr/r2r/
H A Dr2r.c273 bool dir_found = (opt.ind < argc && argv[opt.ind][0] != '.') in main() local
276 if (!dir_found) { in main()