Home
last modified time | relevance | path

Searched refs:absname (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dfilename_SUITE.erl23 -export([absname/1, absname_2/1,
41 [absname, absname_2,
74 absname(Config) when is_list(Config) -> function
99 [Drive|":/foo"] = filename:absname(foo),
110 "//foo" = filename:absname("//foo"),
115 "//foo" = filename:absname("\\\\foo"),
125 "/usr/foo" = filename:absname(foo),
126 "/usr/foo" = filename:absname("foo"),
130 "/foo" = filename:absname(foo),
131 "/foo" = filename:absname("foo"),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dfilename_SUITE.erl23 -export([absname/1, absname_2/1,
41 [absname, absname_2,
74 absname(Config) when is_list(Config) -> function
99 [Drive|":/foo"] = filename:absname(foo),
110 "//foo" = filename:absname("//foo"),
115 "//foo" = filename:absname("\\\\foo"),
125 "/usr/foo" = filename:absname(foo),
126 "/usr/foo" = filename:absname("foo"),
130 "/foo" = filename:absname(foo),
131 "/foo" = filename:absname("foo"),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dfilename_SUITE.erl23 -export([absname/1, absname_2/1,
41 [absname, absname_2,
74 absname(Config) when is_list(Config) -> function
99 [Drive|":/foo"] = filename:absname(foo),
110 "//foo" = filename:absname("//foo"),
115 "//foo" = filename:absname("\\\\foo"),
125 "/usr/foo" = filename:absname(foo),
126 "/usr/foo" = filename:absname("foo"),
130 "/foo" = filename:absname(foo),
131 "/foo" = filename:absname("foo"),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilename_SUITE.erl23 -export([absname/1, absname_2/1,
41 [absname, absname_2,
73 absname(Config) when is_list(Config) -> function
98 [Drive|":/foo"] = filename:absname(foo),
109 "//foo" = filename:absname("//foo"),
114 "//foo" = filename:absname("\\\\foo"),
124 "/usr/foo" = filename:absname(foo),
125 "/usr/foo" = filename:absname("foo"),
129 "/foo" = filename:absname(foo),
130 "/foo" = filename:absname("foo"),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilename_SUITE.erl23 -export([absname/1, absname_2/1,
41 [absname, absname_2,
73 absname(Config) when is_list(Config) -> function
98 [Drive|":/foo"] = filename:absname(foo),
109 "//foo" = filename:absname("//foo"),
114 "//foo" = filename:absname("\\\\foo"),
124 "/usr/foo" = filename:absname(foo),
125 "/usr/foo" = filename:absname("foo"),
129 "/foo" = filename:absname(foo),
130 "/foo" = filename:absname("foo"),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilename_SUITE.erl23 -export([absname/1, absname_2/1,
41 [absname, absname_2,
73 absname(Config) when is_list(Config) -> function
98 [Drive|":/foo"] = filename:absname(foo),
109 "//foo" = filename:absname("//foo"),
114 "//foo" = filename:absname("\\\\foo"),
124 "/usr/foo" = filename:absname(foo),
125 "/usr/foo" = filename:absname("foo"),
129 "/foo" = filename:absname(foo),
130 "/foo" = filename:absname("foo"),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilename_SUITE.erl23 -export([absname/1, absname_2/1,
41 [absname, absname_2,
73 absname(Config) when is_list(Config) -> function
98 [Drive|":/foo"] = filename:absname(foo),
109 "//foo" = filename:absname("//foo"),
114 "//foo" = filename:absname("\\\\foo"),
124 "/usr/foo" = filename:absname(foo),
125 "/usr/foo" = filename:absname("foo"),
129 "/foo" = filename:absname(foo),
130 "/foo" = filename:absname("foo"),
[all …]
/dports/x11-fm/fsv2/fsv2-1.1.0/src/
H A Dcommon.cxx343 std::string absname; in node_absname() local
348 absname = std::string("/")+name+absname; in node_absname()
351 if(absname.compare(0,2,"//")==0){ in node_absname()
352 if(absname[2]=='/')return absname.substr(2); in node_absname()
353 else return absname.substr(1); in node_absname()
356 return absname; in node_absname()
364 node_named( const char *absname ) in node_named() argument
396 g_assert( strcmp( "/", absname ) ); in node_named()
521 g_assert( (absname[pos] == '/') || (absname[pos] == '\0') ); in remove_component()
530 if (absname[i] == '/') { in remove_component()
[all …]
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_env.erl42 {"REBAR_DEPS_DIR", filename:absname(rebar_dir:deps_dir(State))},
43 {"REBAR_BUILD_DIR", filename:absname(rebar_dir:base_dir(State))},
44 {"REBAR_ROOT_DIR", filename:absname(rebar_dir:root_dir(State))},
45 {"REBAR_CHECKOUTS_DIR", filename:absname(rebar_dir:checkouts_dir(State))},
46 {"REBAR_CHECKOUTS_OUT_DIR", filename:absname(rebar_dir:checkouts_out_dir(State))},
47 {"REBAR_PLUGINS_DIR", filename:absname(rebar_dir:plugins_dir(State))},
48 {"REBAR_GLOBAL_CONFIG_DIR", filename:absname(rebar_dir:global_config_dir(State))},
49 {"REBAR_GLOBAL_CACHE_DIR", filename:absname(rebar_dir:global_cache_dir(Opts))},
50 {"REBAR_TEMPLATE_DIR", filename:absname(rebar_dir:template_dir(State))},
H A Drebar_fetch.erl59 code:del_path(filename:absname(filename:join(AppDir1, "ebin"))),
61 ok = rebar_file_utils:rm_rf(filename:absname(FetchDir)),
62 ?DIAGNOSTIC("Moving checkout ~p to ~p", [TmpDir, filename:absname(FetchDir)]),
63 rebar_file_utils:mv(TmpDir, filename:absname(FetchDir));
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Dpath_test.exs48 test "absname/1" do
49 assert Path.absname("//host/path") == "//host/path"
51 assert Path.absname("\\/host\\path") == "//host/path"
52 assert Path.absname("/\\host\\path") == "//host/path"
54 assert Path.absname("c:/") == "c:/"
55 assert Path.absname("c:/host/path") == "c:/host/path"
140 test "absname/1,2" do
148 assert Path.absname("bar", "/foo") == "/foo/bar"
149 assert Path.absname("bar/", "/foo") == "/foo/bar"
150 assert Path.absname("bar/.", "/foo") == "/foo/bar/."
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/
H A Dpath_test.exs48 test "absname/1" do
49 assert Path.absname("//host/path") == "//host/path"
51 assert Path.absname("\\/host\\path") == "//host/path"
52 assert Path.absname("/\\host\\path") == "//host/path"
54 assert Path.absname("c:/") == "c:/"
55 assert Path.absname("c:/host/path") == "c:/host/path"
140 test "absname/1,2" do
148 assert Path.absname("bar", "/foo") == "/foo/bar"
149 assert Path.absname("bar/", "/foo") == "/foo/bar"
150 assert Path.absname("bar/.", "/foo") == "/foo/bar/."
[all …]
/dports/graphics/dia/dia-0.97.3/app/
H A Drecent_files.c115 gchar *absname = dia_get_absolute_filename(fname); in recent_file_history_add() local
116 gchar *filename = g_filename_to_utf8(absname, -1, NULL, NULL, NULL); in recent_file_history_add()
119 g_free(absname); in recent_file_history_add()
141 gchar *absname = dia_get_absolute_filename(fname); in recent_file_history_remove() local
142 gchar *filename = g_filename_to_utf8(absname, -1, NULL, NULL, NULL); in recent_file_history_remove()
147 g_free(absname); in recent_file_history_remove()
/dports/devel/make++/makepp-2.0/Mpp/Scanner/
H A DC.pm220 my $absname = absolute_filename( $finfo );
263 warn "$absname:$.: Ignoring trailing cruft \"$_\"\n" if $_;
268 warn "$absname:$.: Ignoring trailing cruft \"$_\"\n" if /\S/;
270 …warn "$absname:$.: File $1 included because condition ", $self->get_bad_expr, " cannot be evaluate…
275 warn "$absname:$.: Include $_ not scanned\n" if /\S/;
301 warn "$absname:$.: Ignoring trailing cruft \"$_\"\n" if $_;
306 warn "$absname:$.: Ignoring trailing cruft \"$_\"\n" if $_;
311 $self->update_scope(undef, "$absname:$.:", $_);
318 $self->update_scope(1, "$absname:$.:", $_);
H A DVerilog.pm207 my $absname = absolute_filename $finfo;
261 warn "no closing endmodule for module $module in `$absname:$.'\n"
268 warn "module $module multiply defined in `$absname' and `$n2'\n";
293 warn "instance of $imodule not enclosed in a module in `$absname:$.'\n";
310 warn "no closing endmodule for module $module in `$absname'\n"
/dports/devel/p5-File-Find-Rule-Perl/File-Find-Rule-Perl-1.15/lib/File/Find/Rule/
H A DPerl.pm250 my $absname = File::Spec->file_name_is_absolute($fullname)
253 my $relpath = File::Spec->abs2rel($absname, $root);
256 if ( ($rule->{directory}->{$relpath} or $rule->{directory}->{$absname} ) and -d $absname ) {
259 if ( ( $rule->{file}->{$relpath} or $rule->{file}->{$absname} ) and -f $absname ) {
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A DpackedFile.c566 char localname[FILE_MAX], absname[FILE_MAX]; in BKE_packedfile_unpack_vfont() local
572 vfont->filepath, (ID *)vfont, absname, localname, sizeof(absname), sizeof(localname)); in BKE_packedfile_unpack_vfont()
574 reports, BKE_main_blendfile_path(bmain), absname, localname, vfont->packedfile, how); in BKE_packedfile_unpack_vfont()
592 char localname[FILE_MAX], absname[FILE_MAX]; in BKE_packedfile_unpack_sound() local
598 sound->filepath, (ID *)sound, absname, localname, sizeof(absname), sizeof(localname)); in BKE_packedfile_unpack_sound()
600 reports, BKE_main_blendfile_path(bmain), absname, localname, sound->packedfile, how); in BKE_packedfile_unpack_sound()
626 char localname[FILE_MAX], absname[FILE_MAX]; in BKE_packedfile_unpack_image() local
631 imapf->filepath, (ID *)ima, absname, localname, sizeof(absname), sizeof(localname)); in BKE_packedfile_unpack_image()
675 char localname[FILE_MAX], absname[FILE_MAX]; in BKE_packedfile_unpack_volume() local
681 volume->filepath, (ID *)volume, absname, localname, sizeof(absname), sizeof(localname)); in BKE_packedfile_unpack_volume()
[all …]
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/FileSystem/
H A DFileSystem.cpp250 std::string absname=dir; local
251 absname += PATH_DELIMITER;
252 absname += dentry->d_name;
258 stat(absname.c_str(), &sb);
261 dirs.push_back(absname);
264 int len=absname.length();
266 LOG_ERROR("Invalid file: %s", absname.c_str());
269 md5str.push_back(absname.at(len-36)); //get md5 from path + filename
270 md5str.push_back(absname.at(len-35));
271 md5str.append(absname.substr(len-33, 30));
[all …]
/dports/games/spring/spring_98.0/tools/pr-downloader/src/FileSystem/
H A DFileSystem.cpp281 std::string absname=dir; local
282 absname += PATH_DELIMITER;
283 absname += dentry->d_name;
289 stat(absname.c_str(), &sb);
292 dirs.push_back(absname);
295 int len=absname.length();
297 LOG_ERROR("Invalid file: %s", absname.c_str());
301 md5str.push_back(absname.at(len-35));
302 md5str.append(absname.substr(len-33, 30));
309 LOG_ERROR("Invalid File in pool: %s",absname.c_str());
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dfileio.c1929 if (SCHARS (absname) > 1 in expand_and_dir_to_file()
1930 && IS_DIRECTORY_SEP (SREF (absname, SBYTES (absname) - 1)) in expand_and_dir_to_file()
1931 && !IS_DEVICE_SEP (SREF (absname, SBYTES (absname) - 2))) in expand_and_dir_to_file()
1933 absname = Fdirectory_file_name (absname); in expand_and_dir_to_file()
1934 return absname; in expand_and_dir_to_file()
2772 Lisp_Object absname, dir, encoded; variable
2783 encoded = ENCODE_FILE (absname);
2789 dir = file_name_directory (absname);
2972 Lisp_Object absname; variable
3153 Lisp_Object absname; variable
[all …]
/dports/devel/make++/makepp-2.0/Mpp/
H A DScanner.pm254 my ($self, $finfo, $absname) = @_;
260 $absname ||= absolute_filename( $finfo->{'..'} );
261 if( $absname =~ m@^/usr/(?:X11(?:R.)?/|local/)include\b@ ) {
328 my $absname = absolute_filename( $finfo );
329 return 1 if $self->dont_scan($finfo, $absname);
330 if( open my $fh, $absname ) {
331 print "$Mpp::progname: Scanning `$absname'\n" unless $Mpp::quiet_flag;
359 warn "could not read $absname to scan for includes--$!\n";
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfileio.c2066 if (SCHARS (absname) > 1 in expand_and_dir_to_file()
2067 && IS_DIRECTORY_SEP (SREF (absname, SBYTES (absname) - 1)) in expand_and_dir_to_file()
2068 && !IS_DEVICE_SEP (SREF (absname, SBYTES (absname) - 2))) in expand_and_dir_to_file()
2070 absname = Fdirectory_file_name (absname); in expand_and_dir_to_file()
2071 return absname; in expand_and_dir_to_file()
2917 Lisp_Object absname, dir, encoded; variable
2928 encoded = ENCODE_FILE (absname);
2934 dir = file_name_directory (absname);
3127 Lisp_Object absname; variable
3305 Lisp_Object absname; variable
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_exec_environment.py1583 absname = ''
1587 absname = self.mpiexec
1591 if os.path.isfile(absname):
1594 absname = ''
1596 return absname
1718 absname = ''
1746 absname = ''
1845 absname = ''
1854 if absname:
1922 if os.path.isfile(absname):
[all …]
/dports/audio/xwave/xwave2-981109/src/
H A Dfileop.c388 char *absname; in saveas_file() local
390 absname=get_abs_name(fname); in saveas_file()
391 if (absname==NULL) absname=XtNewString(fname); in saveas_file()
396 XtFree((char*) absname); in saveas_file()
402 if (file_exists(absname)) { in saveas_file()
430 XtFree((char*) absname); in save_as_file()
440 XtFree((char*) absname); in save_as_file()
453 XtFree((char*) absname); in save_as_file()
462 XtFree((char*) absname); in save_as_file()
469 XtFree((char*) absname); in save_as_file()
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/
H A DLaTeX.cpp970 if (absname.exists() && !absname.isDirectory()) { in insertIfExists()
971 head.insert(absname, true); in insertIfExists()
994 FileName absname; in handleFoundFile() local
1000 absname.set(foundfile); in handleFoundFile()
1008 absname.set(unquoted); in handleFoundFile()
1014 absname.set(strippedfile); in handleFoundFile()
1026 if (absname.exists()) in handleFoundFile()
1034 if (absname.exists()) in handleFoundFile()
1047 if (absname.exists() && !absname.isDirectory()) { in handleFoundFile()
1059 head.insert(absname, true); in handleFoundFile()
[all …]

12345678910>>...42