Home
last modified time | relevance | path

Searched refs:found_file (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/math/lapack++/lapackpp-2.5.4/macros/
H A Datlas.m447 if test -n "$found_file" ; then
48 case "$found_file" in
50 atlas_lib="$d/$found_file"
57 AC_MSG_RESULT($d ($found_file))
74 if test -n "$found_file" ; then
75 case "$found_file" in
83 AC_MSG_RESULT($d ($found_file))
98 if test -n "$found_file" ; then
99 case "$found_file" in
101 atlas_lib="$d/$found_file $atlas_lib"
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcDataFileManager.cc44 cDataFile* found_file; in Get() local
47 if (m_datafiles.Find(name, found_file)) return *found_file; in Get()
94 found_file = new cDataFile(target); in Get()
95 m_datafiles.Set(name, found_file); in Get()
97 return *found_file; in Get()
111 cDataFile* found_file = NULL; in Remove() local
112 m_datafiles.Remove(name, found_file); in Remove()
113 if (found_file == NULL) return false; in Remove()
115 delete found_file; in Remove()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsolib.c160 int found_file = -1; in solib_find() local
262 if (found_file < 0) in solib_find()
270 if (found_file < 0 in solib_find()
285 if (found_file < 0) in solib_find()
300 if (found_file < 0) in solib_find()
312 if (found_file < 0) in solib_find()
349 if (found_file < 0 && ops->find_and_open_solib) in solib_find()
354 if (found_file < 0 && gdb_sysroot_is_empty) in solib_find()
362 if (found_file < 0 && gdb_sysroot_is_empty) in solib_find()
368 *fd = found_file; in solib_find()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsolib.c111 int found_file = -1; in solib_open() local
139 found_file = open (temp_pathname, O_RDONLY, 0); in solib_open()
146 if (found_file < 0 && IS_ABSOLUTE_PATH (in_pathname)) in solib_open()
158 if (found_file < 0 && solib_search_path != NULL) in solib_open()
159 found_file = openp (solib_search_path, in solib_open()
165 if (found_file < 0 && solib_search_path != NULL) in solib_open()
166 found_file = openp (solib_search_path, in solib_open()
172 found_file = TARGET_SO_FIND_AND_OPEN_SOLIB in solib_open()
176 if (found_file < 0 && solib_absolute_prefix == NULL) in solib_open()
182 if (found_file < 0 && solib_absolute_prefix == NULL) in solib_open()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsolib.c111 int found_file = -1; in secp256k1_nonce_function_smallint()
139 found_file = open (temp_pathname, O_RDONLY, 0); in secp256k1_nonce_function_smallint()
146 if (found_file < 0 && IS_ABSOLUTE_PATH (in_pathname)) in secp256k1_nonce_function_smallint()
158 if (found_file < 0 && solib_search_path != NULL) in secp256k1_nonce_function_smallint()
159 found_file = openp (solib_search_path, in secp256k1_nonce_function_smallint()
165 if (found_file < 0 && solib_search_path != NULL) in secp256k1_nonce_function_smallint()
166 found_file = openp (solib_search_path, in secp256k1_nonce_function_smallint()
172 found_file = TARGET_SO_FIND_AND_OPEN_SOLIB in secp256k1_nonce_function_smallint()
176 if (found_file < 0 && solib_absolute_prefix == NULL) in secp256k1_nonce_function_smallint()
182 if (found_file < 0 && solib_absolute_prefix == NULL) in secp256k1_nonce_function_smallint()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/osdep/
H A Dglob-win.c33 WIN32_FIND_DATA found_file; in glob() local
40 searchhndl = FindFirstFile(pattern, &found_file); in glob()
52 pglob->gl_pathv[0] = strdup(found_file.cFileName); in glob()
55 if (!FindNextFile(searchhndl, &found_file)) { in glob()
67 pglob->gl_pathv[pglob->gl_pathc - 1] = strdup(found_file.cFileName); in glob()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/osdep/
H A Dglob-win.c33 WIN32_FIND_DATA found_file; in glob() local
40 searchhndl = FindFirstFile(pattern, &found_file); in glob()
52 pglob->gl_pathv[0] = strdup(found_file.cFileName); in glob()
55 if (!FindNextFile(searchhndl, &found_file)) { in glob()
67 pglob->gl_pathv[pglob->gl_pathc - 1] = strdup(found_file.cFileName); in glob()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsolib.c147 int found_file = -1; in solib_find() local
250 if (found_file < 0) in solib_find()
258 if (found_file < 0 in solib_find()
273 if (found_file < 0) in solib_find()
288 if (found_file < 0) in solib_find()
300 if (found_file < 0) in solib_find()
332 if (found_file < 0 && ops->find_and_open_solib) in solib_find()
337 if (found_file < 0 && gdb_sysroot_is_empty) in solib_find()
345 if (found_file < 0 && gdb_sysroot_is_empty) in solib_find()
351 *fd = found_file; in solib_find()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsolib.c155 int found_file = -1; in solib_find_1() local
265 if (found_file < 0 in solib_find_1()
280 if (found_file < 0) in solib_find_1()
302 if (found_file < 0) in solib_find_1()
323 found_file = openp (solib_search_path, in solib_find_1()
344 if (found_file < 0 && sysroot == NULL) in solib_find_1()
359 if (found_file >= 0) in solib_find_1()
360 close (found_file); in solib_find_1()
363 *fd = found_file; in solib_find_1()
484 int found_file; in solib_bfd_open() local
[all …]
/dports/devel/bashdb/bashdb-5.0-1.1.2/lib/
H A Dfile.sh83 typeset found_file
84 found_file="${_Dbg_file2canonic[$find_file]}"
85 if [[ -n $found_file ]] ; then
86 echo "$found_file"
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/misc/
H A Dfs.t50 my ($found_file, $found_dir) = (0,0);
52 $found_file = $l[$i+1] if $l[$i] eq $fn;
55 ok( $found_file eq 'reg', "$id: getdir file");
62 ($found_file, $found_dir) = (0,0);
64 $found_file = 1 if $l[$i] eq $fn;
67 ok( $found_file, "$id: readdir file");
71 ($found_file, $found_dir) = (0,0);
73 $found_file = 1 if $l[$i] eq $fn;
76 ok( $found_file, "$id: rewind/readdir file");
/dports/games/construo/construo-0.2.3/src/
H A Dpath_manager.cpp51 bool found_file = true; in find_path() local
52 for (PathIter f = file_list.begin (); found_file && f != file_list.end (); ++f) in find_path()
55 found_file = false; in find_path()
57 if (found_file) in find_path()
/dports/sysutils/coreutils/coreutils-8.32/tests/rm/
H A Dfail-eperm.xpl52 my $found_file;
81 $found_file = 1;
138 $found_file
147 $found_file
/dports/misc/gnuls/coreutils-8.30/tests/rm/
H A Dfail-eperm.xpl52 my $found_file;
81 $found_file = 1;
138 $found_file
147 $found_file
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dmime_file.c108 gboolean found_file; in mime_file_open() local
127 found_file = FALSE; in mime_file_open()
130 if (!found_file) { in mime_file_open()
136 found_file = TRUE; in mime_file_open()
142 if (!found_file) in mime_file_open()
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dmime_file.c108 gboolean found_file; in mime_file_open() local
127 found_file = FALSE; in mime_file_open()
130 if (!found_file) { in mime_file_open()
136 found_file = TRUE; in mime_file_open()
142 if (!found_file) in mime_file_open()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dmime_file.c108 gboolean found_file;
127 found_file = FALSE;
130 if (!found_file) {
136 found_file = TRUE;
142 if (!found_file)
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dmime_file.c108 gboolean found_file; in mime_file_open() local
127 found_file = FALSE; in mime_file_open()
130 if (!found_file) { in mime_file_open()
136 found_file = TRUE; in mime_file_open()
142 if (!found_file) in mime_file_open()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DLyXVC.cpp71 FileName found_file; in file_found_hook() local
73 if (!(found_file = RCS::findFile(fn)).empty()) { in file_found_hook()
74 vcs.reset(new RCS(found_file, owner_)); in file_found_hook()
78 if (!(found_file = CVS::findFile(fn)).empty()) { in file_found_hook()
79 vcs.reset(new CVS(found_file, owner_)); in file_found_hook()
83 if (!(found_file = SVN::findFile(fn)).empty()) { in file_found_hook()
84 vcs.reset(new SVN(found_file, owner_)); in file_found_hook()
88 if (!(found_file = GIT::findFile(fn)).empty()) { in file_found_hook()
89 vcs.reset(new GIT(found_file, owner_)); in file_found_hook()
/dports/editors/pluma/pluma-1.26.0/plugins/externaltools/tools/
H A Dfilelookup.py45 found_file = None
47 found_file = provider.lookup(path)
48 if found_file is not None:
51 return found_file
/dports/editors/gedit/gedit-40.1/plugins/externaltools/tools/
H A Dfilelookup.py47 found_file = None
49 found_file = provider.lookup(path)
50 if found_file is not None:
53 return found_file
/dports/devel/p5-Moose/Moose-2.2201/inc/
H A DClean.pm20 while (my $found_file = $iter->()) {
21 next if -d $found_file;
22 ++$found_files{ $found_file->relative($opts->{build_root}) };
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_provider_factory.cpp63 bool found_file = false; in GetAudioProvider() local
81 found_file = true; in GetAudioProvider()
87 found_file = true; in GetAudioProvider()
97 if (found_file) in GetAudioProvider()
/dports/security/acmed/acmed-0.18.0/cargo-crates/attohttpc-0.17.0/tests/
H A Dtest_multipart.rs33 let mut found_file = false; in start_server() localVariable
43 } else if !found_file in start_server()
49 found_file = true; in start_server()
62 match (found_text, found_file) { in start_server()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/
H A Dfile_metrics_provider.cc266 SourceInfo::FoundFile found_file; in LocateNextFileInDirectory() local
270 for (found_file.path = file_iter.Next(); !found_file.path.empty(); in LocateNextFileInDirectory()
271 found_file.path = file_iter.Next()) { in LocateNextFileInDirectory()
272 found_file.info = file_iter.GetInfo(); in LocateNextFileInDirectory()
275 if (found_file.info.IsDirectory()) in LocateNextFileInDirectory()
280 found_file.path.BaseName().value().front(); in LocateNextFileInDirectory()
287 if (found_file.path.Extension() != in LocateNextFileInDirectory()
293 total_size_kib += found_file.info.GetSize() >> 10; in LocateNextFileInDirectory()
294 base::Time modified = found_file.info.GetLastModifiedTime(); in LocateNextFileInDirectory()
298 source->found_files->emplace(modified, std::move(found_file)); in LocateNextFileInDirectory()
[all …]

1234567891011