Home
last modified time | relevance | path

Searched refs:lf_name (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dld_file.c49 free(lf->lf_name); in ld_file_cleanup()
94 assert(lf != NULL && lf->lf_name != NULL); in ld_file_load()
100 if ((fd = open(lf->lf_name, O_RDONLY)) < 0) in ld_file_load()
101 ld_fatal_std(ld, "%s: open", lf->lf_name); in ld_file_load()
104 ld_fatal_std(ld, "%s: stat", lf->lf_name); in ld_file_load()
111 ld_fatal_std(ld, "%s: mmap", lf->lf_name); in ld_file_load()
149 lf->lf_name); in ld_file_load()
175 ld_fatal_std(ld, "%s: munmap", lf->lf_name); in ld_file_unload()
202 if ((lf->lf_name = strdup(name)) == NULL) in _add_file()
211 if ((fd = open(lf->lf_name, O_RDONLY)) < 0) { in _add_file()
[all …]
H A Dld_path.c175 if ((fp = _search_file(ld, lp->lp_path, lf->lf_name)) != in ld_path_search_file()
177 free(lf->lf_name); in ld_path_search_file()
178 lf->lf_name = fp; in ld_path_search_file()
185 ld_fatal(ld, "cannot find %s", lf->lf_name); in ld_path_search_file()
263 if (!strcmp(_lf->lf_name, name) || in ld_path_search_dso_needed()
264 !strcmp(basename(_lf->lf_name), name)) in ld_path_search_dso_needed()
H A Dld_file.h50 char *lf_name; /* input file name */ member
H A Dld_symbols.c1015 ld_fatal(ld, "%s: elf_rand failed: %s", lf->lf_name, in _extract_archive_member()
1019 ld_fatal(ld, "%s: elf_begin failed: %s", lf->lf_name, in _extract_archive_member()
1023 ld_fatal(ld, "%s: elf_getarhdr failed: %s", lf->lf_name, in _extract_archive_member()
1030 lam->lam_ar_name = strdup(lf->lf_name); in _extract_archive_member()
1096 ld_fatal(ld, "%s: elf_getarsym failed: %s", lf->lf_name, in _load_archive_symbols()
1203 lf->lf_input = ld_input_alloc(ld, lf, lf->lf_name); in _load_symbols()
H A Dld_input.c357 ld_fatal(ld, "%s: elf_rand: %s", lf->lf_name, in ld_input_load()
361 ld_fatal(ld, "%s: elf_begin: %s", lf->lf_name, in ld_input_load()
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dld_file.c49 free(lf->lf_name); in ld_file_cleanup()
94 assert(lf != NULL && lf->lf_name != NULL); in ld_file_load()
100 if ((fd = open(lf->lf_name, O_RDONLY)) < 0) in ld_file_load()
101 ld_fatal_std(ld, "%s: open", lf->lf_name); in ld_file_load()
104 ld_fatal_std(ld, "%s: stat", lf->lf_name); in ld_file_load()
111 ld_fatal_std(ld, "%s: mmap", lf->lf_name); in ld_file_load()
149 lf->lf_name); in ld_file_load()
175 ld_fatal_std(ld, "%s: munmap", lf->lf_name); in ld_file_unload()
202 if ((lf->lf_name = strdup(name)) == NULL) in _add_file()
211 if ((fd = open(lf->lf_name, O_RDONLY)) < 0) { in _add_file()
[all …]
H A Dld_path.c175 if ((fp = _search_file(ld, lp->lp_path, lf->lf_name)) != in ld_path_search_file()
177 free(lf->lf_name); in ld_path_search_file()
178 lf->lf_name = fp; in ld_path_search_file()
185 ld_fatal(ld, "cannot find %s", lf->lf_name); in ld_path_search_file()
263 if (!strcmp(_lf->lf_name, name) || in ld_path_search_dso_needed()
264 !strcmp(basename(_lf->lf_name), name)) in ld_path_search_dso_needed()
H A Dld_file.h50 char *lf_name; /* input file name */ member
H A Dld_symbols.c1015 ld_fatal(ld, "%s: elf_rand failed: %s", lf->lf_name, in _extract_archive_member()
1019 ld_fatal(ld, "%s: elf_begin failed: %s", lf->lf_name, in _extract_archive_member()
1023 ld_fatal(ld, "%s: elf_getarhdr failed: %s", lf->lf_name, in _extract_archive_member()
1030 lam->lam_ar_name = strdup(lf->lf_name); in _extract_archive_member()
1096 ld_fatal(ld, "%s: elf_getarsym failed: %s", lf->lf_name, in _load_archive_symbols()
1203 lf->lf_input = ld_input_alloc(ld, lf, lf->lf_name); in _load_symbols()
H A Dld_input.c357 ld_fatal(ld, "%s: elf_rand: %s", lf->lf_name, in ld_input_load()
361 ld_fatal(ld, "%s: elf_begin: %s", lf->lf_name, in ld_input_load()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/stonith/
H A Dst_ttylock.c134 char lf_name[256], tf_name[256], buf[LOCKSTRLEN+1]; in DoLock() local
142 snprintf(lf_name, sizeof(lf_name), "%s/%s%s" in DoLock()
148 if ((fd = open(lf_name, O_RDONLY)) >= 0) { in DoLock()
177 unlink(lf_name); in DoLock()
193 switch (link(tf_name, lf_name)) { in DoLock()
220 char lf_name[256]; in DoUnlock() local
222 snprintf(lf_name, sizeof(lf_name), "%s/%s%s", HA_VARLOCKDIR in DoUnlock()
224 return unlink(lf_name); in DoUnlock()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dcl_pidfile.c124 char lf_name[256], tf_name[256], buf[LOCKSTRLEN+1]; in DoLock() local
132 snprintf(lf_name, sizeof(lf_name), "%s",filename); in DoLock()
137 if ((fd = open(lf_name, O_RDONLY)) >= 0) { in DoLock()
164 unlink(lf_name); in DoLock()
183 switch (link(tf_name, lf_name)) { in DoLock()
211 char lf_name[256]; in DoUnlock() local
213 snprintf(lf_name, sizeof(lf_name), "%s", filename); in DoUnlock()
215 return unlink(lf_name); in DoUnlock()
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_lyrics.py59 lf_name = af.lyric_filename
60 os.makedirs(os.path.dirname(lf_name))
61 with open(lf_name, "wb") as f:
63 self.failUnless(os.path.exists(lf_name))
66 self.failIf(os.path.exists(lf_name))
/dports/www/w3mir/w3mir-1.0.10/
H A Dw3mir.PL654 $lf_name =~ s~^/~~ if (!$slash);
657 &mkdir($lf_name) if $s==0;
694 if (-f $lf_name) {
838 write_page($lf_name,$w3http::document,1);
869 write_page($lf_name,$page_ref,0);
1547 my($lf_name,$page_ref,$silent) = @_;
1563 while (-d $lf_name) {
1566 if (exists($fiddled{$lf_name})) {
1571 $fiddled{$lf_name}=1;
1573 rm_rf($lf_name);
[all …]
/dports/games/alienarena/alienarena-7.66/Tools/LinuxScripts/
H A Dview-ip-log8 cat "$1" | sed -e 's/\r//' | while read lf_addr lf_evt lf_hasname lf_name; do
59 echo "Player ${lf_name} connected";
62 echo "Player ${lf_name} disconnected"
/dports/games/alienarena-data/alienarena-7.66/Tools/LinuxScripts/
H A Dview-ip-log8 cat "$1" | sed -e 's/\r//' | while read lf_addr lf_evt lf_hasname lf_name; do
59 echo "Player ${lf_name} connected";
62 echo "Player ${lf_name} disconnected"
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dos_logsearch.cpp101 Anope::string lf_name = CreateLogName(logfile_name, Anope::CurTime - (d * 86400)); in Execute() local
102 Log(LOG_DEBUG) << "Searching " << lf_name; in Execute()
103 std::fstream fd(lf_name.c_str(), std::ios_base::in); in Execute()
/dports/math/libnormaliz/normaliz-3.9.0/PyNormaliz/
H A DPyNormaliz.py41 lf_name = "support hyperplanes"
43 lf_name = "coordinates"
50 print_perms_and_orbits(Automs[5],lf_name)
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A D_MFReader_.ibf55 function constructLF (lf_name, filter_pref, tree_pref, part_count)
59 …lfDefCommand * ("LikelihoodFunction " + lf_name + " = (" + filter_pref + "_1," + tree_pref + "_1"…
H A D_CMS_Aux.ibf330 function constructLF (lf_name, filter_pref, tree_pref, part_count)
334 …lfDefCommand * ("LikelihoodFunction " + lf_name + " = (" + filter_pref + "_1," + tree_pref + "_1"…
/dports/net/sems/sems-f89581a/core/
H A DAmPlugIn.h244 static bool registerLoggingFacility(const string& lf_name, AmLoggingFacility* f);
H A DAmPlugIn.cpp850 bool AmPlugIn::registerLoggingFacility(const string& lf_name, AmLoggingFacility* f) { in registerLoggingFacility() argument
851 REGISTER_STUFF("Logging Facility", name2logfac, lf_name); in registerLoggingFacility()
/dports/devel/ppl/ppl-1.2/src/
H A DPolyhedron_templates.hh592 const char* lf_name, in throw_dimension_incompatible() argument
594 throw_dimension_incompatible(method, lf_name, lf.space_dimension()); in throw_dimension_incompatible()
H A DPolyhedron_defs.hh2702 const char* lf_name,
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dvariable.cpp724 … likeFuncNamesList.ForEach ([this, isAConstant] (BaseRef lf_name, unsigned long idx) -> void { in SetFormula() argument
725 if (((_String*)lf_name)->nonempty()) { in SetFormula()

12