Home
last modified time | relevance | path

Searched refs:epath (Results 76 – 100 of 1803) sorted by relevance

12345678910>>...73

/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileTransferSession_impl.erl194 {error, epath} ->
231 {error, epath} ->
304 {error, epath} ->
454 {error, epath} ->
479 {error, epath} ->
761 {error, epath} ->
798 {error, epath} ->
1018 {error, epath}
1022 {error, epath}
1040 {error, epath}
[all …]
/dports/lang/erlang/corba-5.0.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileTransferSession_impl.erl194 {error, epath} ->
231 {error, epath} ->
304 {error, epath} ->
454 {error, epath} ->
479 {error, epath} ->
761 {error, epath} ->
798 {error, epath} ->
1018 {error, epath}
1022 {error, epath}
1040 {error, epath}
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_FileTransferSession_impl.erl194 {error, epath} ->
231 {error, epath} ->
304 {error, epath} ->
454 {error, epath} ->
479 {error, epath} ->
761 {error, epath} ->
798 {error, epath} ->
1018 {error, epath}
1022 {error, epath}
1040 {error, epath}
[all …]
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/index/
H A DIndexerRepoTest.java191 String epath = sourceRoot.toString() + File.separator + SYMLINK; in testSymlinks() local
193 assertTrue("Should match (with macOS leeway):\n" + epath + "\nv.\n" + in testSymlinks()
194 apath, epath.equals(apath) || apath.equals("/private" + epath)); in testSymlinks()
/dports/science/plumed/plumed2-2.7.2/regtest/mapping/rt-tpath/
H A Dplumed.dat5 pp: PATH TYPE=EUCLIDEAN REFERENCE=epath.pdb GPATH NOSPATH NOZPATH
6 #pnum: PATH TYPE=EUCLIDEAN REFERENCE=epath.pdb GPATH NOSPATH NOZPATH NUMERICAL_DERIVATIVES
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Ddiagnostic-manager.cc166 epath->length ()); in get_best_epath()
167 return epath; in get_best_epath()
188 exploded_path *epath in get_best_epath() local
196 epath->length ()); in get_best_epath()
204 epath->length (), in get_best_epath()
207 return epath; in get_best_epath()
777 const exploded_path &epath, in path_builder() argument
781 m_diag_enode (epath.get_final_enode ()), in path_builder()
1196 gcc_assert (epath); in emit_saved_diagnostic()
1206 build_emission_path (pb, *epath, &emission_path); in emit_saved_diagnostic()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Daddons_utils.c307 char epath[MAXLEN]; in get_addon_examples_dir() local
316 gretl_build_path(epath, path, "examples", NULL); in get_addon_examples_dir()
317 if (g_file_test(epath, G_FILE_TEST_IS_DIR)) { in get_addon_examples_dir()
318 ret = gretl_strdup(epath); in get_addon_examples_dir()
/dports/www/e107/e107/e107_handlers/
H A Dmedia_class.php67 * @param string $epath path to file.
81 if(!is_readable($epath))
83 e107::getMessage()->addDebug("Unable to import: ".$epath);
99 $img_array = $fl->get_files($epath, $fmask,'',2);
225 function removePath($epath, $type='image') argument
233 if(empty($epath))
238 $path = $tp->createConstants($epath, 'rel');
250 * @param string $epath
253 function listIcons($epath) argument
255 if(!$epath) return array();
[all …]
/dports/databases/iowow/iowow-1.4.13/src/platform/unix/
H A Dunix.c327 char epath[MAXPATHLEN]; in iwp_exec_path() local
328 memset(epath, 0, sizeof(epath)); in iwp_exec_path()
331 if (readlink(path, epath, MAXPATHLEN - 1) == -1) { in iwp_exec_path()
334 strncpy(opath, epath, MAXPATHLEN); in iwp_exec_path()
/dports/www/elinks/elinks-0.11.7/src/scripting/ruby/
H A Dcore.c85 VALUE epath; in erb_report_error() local
88 epath = rb_class_path(eclass); in erb_report_error()
90 RSTRING(epath)->ptr, RSTRING(einfo)->ptr); in erb_report_error()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Ddiagnostic-manager.cc166 epath->length ()); in get_best_epath()
167 return epath; in get_best_epath()
188 exploded_path *epath in get_best_epath() local
196 epath->length ()); in get_best_epath()
204 epath->length (), in get_best_epath()
207 return epath; in get_best_epath()
733 const exploded_path &epath, in path_builder() argument
737 m_diag_enode (epath.get_final_enode ()), in path_builder()
1118 gcc_assert (epath); in emit_saved_diagnostic()
1128 build_emission_path (pb, *epath, &emission_path); in emit_saved_diagnostic()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Ddiagnostic-manager.cc166 epath->length ()); in get_best_epath()
167 return epath; in get_best_epath()
188 exploded_path *epath in get_best_epath() local
196 epath->length ()); in get_best_epath()
204 epath->length (), in get_best_epath()
207 return epath; in get_best_epath()
733 const exploded_path &epath, in path_builder() argument
737 m_diag_enode (epath.get_final_enode ()), in path_builder()
1118 gcc_assert (epath); in emit_saved_diagnostic()
1128 build_emission_path (pb, *epath, &emission_path); in emit_saved_diagnostic()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Ddiagnostic-manager.cc166 epath->length ()); in get_best_epath()
167 return epath; in get_best_epath()
188 exploded_path *epath in get_best_epath() local
196 epath->length ()); in get_best_epath()
204 epath->length (), in get_best_epath()
207 return epath; in get_best_epath()
733 const exploded_path &epath, in path_builder() argument
737 m_diag_enode (epath.get_final_enode ()), in path_builder()
1118 gcc_assert (epath); in emit_saved_diagnostic()
1128 build_emission_path (pb, *epath, &emission_path); in emit_saved_diagnostic()
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dbuffy.c589 char *epath; in buffy_get() local
594 epath = safe_strdup(path); in buffy_get()
595 mutt_expand_path(epath, mutt_strlen(epath)); in buffy_get()
603 FREE (&epath); in buffy_get()
608 FREE (&epath); in buffy_get()
/dports/archivers/py-libarchive-c/libarchive-c-2.9/tests/
H A Dtest_atime_mtime_ctime.py17 epath = str(entry).rstrip('/')
18 assert epath in tree2
19 estat = tree2.pop(epath)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Ddiagnostic-manager.cc122 const exploded_path &epath) in path_builder() argument
124 m_diag_enode (epath.get_final_enode ()), in path_builder()
204 const exploded_path &epath) in dedupe_key() argument
212 m_stmt = sd.m_stmt_finder->find_stmt (epath); in dedupe_key()
521 const exploded_path &epath, in emit_saved_diagnostic() argument
532 path_builder pb (eg, epath); in emit_saved_diagnostic()
539 build_emission_path (pb, epath, &emission_path); in emit_saved_diagnostic()
548 emission_path.add_final_event (sd.m_sm, epath.get_final_enode (), stmt, in emit_saved_diagnostic()
629 const exploded_path &epath, in build_emission_path() argument
633 for (unsigned i = 0; i < epath.m_edges.length (); i++) in build_emission_path()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Ddiagnostic-manager.cc122 const exploded_path &epath) in path_builder() argument
124 m_diag_enode (epath.get_final_enode ()), in path_builder()
204 const exploded_path &epath) in dedupe_key() argument
212 m_stmt = sd.m_stmt_finder->find_stmt (epath); in dedupe_key()
521 const exploded_path &epath, in emit_saved_diagnostic() argument
532 path_builder pb (eg, epath); in emit_saved_diagnostic()
539 build_emission_path (pb, epath, &emission_path); in emit_saved_diagnostic()
548 emission_path.add_final_event (sd.m_sm, epath.get_final_enode (), stmt, in emit_saved_diagnostic()
629 const exploded_path &epath, in build_emission_path() argument
633 for (unsigned i = 0; i < epath.m_edges.length (); i++) in build_emission_path()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Ddiagnostic-manager.cc122 const exploded_path &epath) in path_builder() argument
124 m_diag_enode (epath.get_final_enode ()), in path_builder()
204 const exploded_path &epath) in dedupe_key() argument
212 m_stmt = sd.m_stmt_finder->find_stmt (epath); in dedupe_key()
521 const exploded_path &epath, in emit_saved_diagnostic() argument
532 path_builder pb (eg, epath); in emit_saved_diagnostic()
539 build_emission_path (pb, epath, &emission_path); in emit_saved_diagnostic()
548 emission_path.add_final_event (sd.m_sm, epath.get_final_enode (), stmt, in emit_saved_diagnostic()
629 const exploded_path &epath, in build_emission_path() argument
633 for (unsigned i = 0; i < epath.m_edges.length (); i++) in build_emission_path()
[all …]
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dfind_prefix.cpp177 char const* epath = ::getenv("PATH"); in get_executable_filename() local
178 if (epath) in get_executable_filename()
182 boost::algorithm::split(path_dirs, epath, in get_executable_filename()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/experimental/tools/
H A Dpdf-comparison.py262 cpath, epath = (os.path.join(x, path) for x in (con, exp))
263 if is_same(cpath, epath):
264 remove(cpath, epath)
298 cpath, epath = (os.path.join(x, path) for x in (con, exp))
299 s = float(subprocess.check_output([image_diff_metric, cpath, epath]))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/experimental/tools/
H A Dpdf-comparison.py262 cpath, epath = (os.path.join(x, path) for x in (con, exp))
263 if is_same(cpath, epath):
264 remove(cpath, epath)
298 cpath, epath = (os.path.join(x, path) for x in (con, exp))
299 s = float(subprocess.check_output([image_diff_metric, cpath, epath]))
/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destwaver.c950 char *url, *rec, *dpath, *epath; in geturldoc() local
1087 epath = NULL; in geturldoc()
1091 epath = cbsprintf("%s%c%s%c%08d.dat", in geturldoc()
1099 free(epath); in geturldoc()
1100 epath = urltosavepath(waver->entitydir, url); in geturldoc()
1109 if(epath){ in geturldoc()
1110 log_print(LL_DEBUG, "[%d]: saving: %s", thid, epath); in geturldoc()
1111 if(!cbwritefile(epath, cbdatumptr(raw), cbdatumsize(raw))) in geturldoc()
1112 log_print(LL_ERROR, "[%d]: saving failed: %s", thid, epath); in geturldoc()
1119 if(epath && !waver->entitydir) unlink(epath); in geturldoc()
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/docs/modules/simplify/
H A Dsimplify.rst170 epath subsection
172 .. autofunction:: epath
/dports/editors/uemacs/uemacs-4.0/mpe/
H A Dmpesend.sh34 -c ../h/epath.h -a epath\
/dports/math/py-sympy/sympy-1.9/doc/src/modules/simplify/
H A Dsimplify.rst166 epath subsection
168 .. autofunction:: epath

12345678910>>...73