Home
last modified time | relevance | path

Searched refs:lcwd (Results 1 – 25 of 46) sorted by relevance

12

/dports/net/p5-Net-SFTP-Foreign/Net-SFTP-Foreign-1.93/t/
H A D1_run.t40 my $lcwd = File::Spec->rel2abs('t');
41 my $rcwd = $sftp->realpath($lcwd);
63 my $dlfn = File::Spec->catfile($lcwd, 'data.l');
64 my $dlfn1 = File::Spec->catfile($lcwd, 'data1.l');
66 my $drfn_l = File::Spec->catfile($lcwd, 'data.r');
69 my $drdir_l = File::Spec->catdir($lcwd, 'testdir');
121 my $dlfn2 = File::Spec->catfile($lcwd, $dir, 'data.l');
126 ok(rmdir(File::Spec->catfile($lcwd, $dir)), "remove dir");
132 ok(rmdir(File::Spec->catfile($lcwd, $dir)), "remove dir");
313 opendir DIR, $lcwd;
[all …]
H A D3_convert.t35 my $lcwd = File::Spec->rel2abs('.');
51 my $rcwd = $sftp->realpath($lcwd);
/dports/ftp/mirror/mirror-2.9_2/
H A Dinstall.pl257 local( $lcwd ) = '';
260 if( ! ($lcwd eq '' || $lcwd eq $win_getcwd) ){
262 $cwd = $lcwd;
H A Dmirror.pl3981 local( $lcwd ) = '';
3984 if( ! ($lcwd eq '' || $lcwd eq $win_getcwd) ){
3986 $cwd = $lcwd;
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmeta.c921 char lcwd[MAXPATHLEN]; in meta_oodate() local
992 strlcpy(lcwd, cwd, sizeof(lcwd)); in meta_oodate()
1091 strlcpy(lcwd, ldir, sizeof(lcwd)); in meta_oodate()
1102 pid, buf[0], cwd, lcwd, latestdir); in meta_oodate()
1125 Var_Set(cldir, lcwd, VAR_GLOBAL, 0); in meta_oodate()
1132 child, cwd, lcwd, latestdir); in meta_oodate()
1141 strlcpy(lcwd, p, sizeof(lcwd)); in meta_oodate()
1142 Var_Set(lcwd_vname, lcwd, VAR_GLOBAL, 0); in meta_oodate()
1143 Var_Set(ldir_vname, lcwd, VAR_GLOBAL, 0); in meta_oodate()
1309 if (strcmp(latestdir, lcwd) != 0) { in meta_oodate()
[all …]
/dports/devel/bmake/bmake/
H A Dmeta.c1086 char lcwd[MAXPATHLEN]; in meta_oodate() local
1151 strlcpy(lcwd, cwd, sizeof lcwd); in meta_oodate()
1235 Global_SetExpand(lcwd_vname, lcwd); in meta_oodate()
1248 strlcpy(lcwd, ldir.str, sizeof lcwd); in meta_oodate()
1282 Global_SetExpand(cldir, lcwd); in meta_oodate()
1290 child, cwd, lcwd, latestdir); in meta_oodate()
1299 strlcpy(lcwd, p, sizeof lcwd); in meta_oodate()
1300 Global_SetExpand(lcwd_vname, lcwd); in meta_oodate()
1301 Global_SetExpand(ldir_vname, lcwd); in meta_oodate()
1304 fname, lineno, cwd, lcwd); in meta_oodate()
[all …]
/dports/devel/libcwd/libcwd-1.0.6/
H A DREADME21 will compile with -DCWDEBUG and link with -lcwd (and add its
23 simply compiled without -DCWDEBUG and not linked with -lcwd.
36 link your programs with -lcwd -lXXX, rather than just -lcwd.
42 linking with "-static -lcwd"; dlopen(3) is not supported for
H A Dlibcwd.pc.in9 Libs: -L${libdir} -lcwd
/dports/ftp/jftp/j-ftp/src/java/net/sf/jftp/gui/hostchooser/
H A DHostChooser.java72 public HTextField lcwd = new HTextField("Local: ", Settings.defaultWorkDir); field in HostChooser
142 lcwd.setText(login[5]); in init()
175 root.add(lcwd); in init()
218 lcwd.setEnabled(!dirBox.isSelected()); in init()
340 ltmp = lcwd.getText(); in actionPerformed()
390 lcwd.setEnabled(!dirBox.isSelected()); in actionPerformed()
397 lcwd.setEnabled(true); in actionPerformed()
402 lcwd.setEnabled(false); in actionPerformed()
/dports/ftp/jftp/j-ftp/src/java/net/sf/jftp/config/
H A DSaveSet.java55 String port, String cwd, String lcwd) in SaveSet() argument
74 out.println(lcwd); in SaveSet()
/dports/devel/py-fabric3/Fabric3-1.14.post1/tests/
H A Dtest_context_managers.py205 prev_lcwd = env.lcwd
209 ok_(env.lcwd.endswith("here")) # Should be the side-effect of adding cd to settings
212 eq_(env.lcwd, prev_lcwd)
H A Dtest_decorators.py278 prev_lcwd = env.lcwd
282 ok_(env.lcwd.endswith("here")) # Should be the side-effect of adding cd to settings
291 eq_(env.lcwd, prev_lcwd)
/dports/sysutils/busybox/busybox-1.26.2/testsuite/
H A Druntest87 lcwd=$(pwd)
88 [ x"$tsdir" != x"" ] || tsdir="$lcwd"
/dports/devel/libcwd/libcwd-1.0.6/documentation/tutorial/
H A Dtut7.in24 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.1.1.cc -lcwd -o invisible</CODE></P>
68 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.1.2.cc -lcwd -o coredump</CODE></P>
108 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.1.3.cc -lcwd -o test_delete</CODE></P>
152 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.2.1.cc -lcwd -o find_alloc</CODE></P>
236 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.1.cc -lcwd -o total_alloc</CODE></P>
288 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.2.cc -lcwd -o memleak</CODE></P>
344 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.3.cc -lcwd -o memleak2</CODE></P>
404 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.4.cc -lcwd -o marker</CODE></P>
452 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.5.cc -lcwd -o marker2</CODE></P>
H A DMakefile.in94 $< examples5/debug.o -L../../.libs -Wl,-rpath,$(shell (cd ../../.libs; pwd)) -lcwd -o $@
101 $< -L../../.libs -Wl,-rpath,$(shell (cd ../../.libs; pwd)) -lcwd -o $@
H A Dtut7.m424 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.1.1.cc -lcwd -o invisible</CODE></P>
78 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.1.2.cc -lcwd -o coredump</CODE></P>
129 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.1.3.cc -lcwd -o test_delete</CODE></P>
178 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.2.1.cc -lcwd -o find_alloc</CODE></P>
268 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.1.cc -lcwd -o total_alloc</CODE></P>
322 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.2.cc -lcwd -o memleak</CODE></P>
383 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.3.cc -lcwd -o memleak2</CODE></P>
444 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.4.cc -lcwd -o marker</CODE></P>
507 <P>Compile as: <CODE>g++ -g -DCWDEBUG test7.3.5.cc -lcwd -o marker2</CODE></P>
H A Dtut3.m414 <P>Compile as: <CODE>g++ -DCWDEBUG log_file.cc -lcwd -o log_file</CODE></P>
/dports/ftp/lftp/lftp-4.9.2/src/
H A DCmdExec.cc873 const char *lcwd=this->cwd->GetName(); in FormatPrompt() local
877 if(home_len>1 && !strncmp(lcwd,home,home_len) in FormatPrompt()
878 && (lcwd[home_len]=='/' || lcwd[home_len]==0)) in FormatPrompt()
880 lcwd=xstring::format("~%s",lcwd+home_len); in FormatPrompt()
906 { 'l', lcwd }, in FormatPrompt()
/dports/devel/py-fabric3/Fabric3-1.14.post1/fabric/
H A Dutils.py374 if not os.path.isabs(path) and env.lcwd:
375 path = os.path.join(env.lcwd, path)
/dports/audio/id3lib/id3lib-3.8.3/examples/
H A DMakefile.am12 ID3_DEBUG_LIBS = -lcwd -lbfd -liberty
/dports/devel/libcwd/libcwd-1.0.6/testsuite/
H A DMakefile.in20 SHAREDLIBS = -L$(top_builddir)/.libs -lcwd @LIBS@ $(RPATH_OPTION)$(RPATH)
21 STATICLIBS = -static -L$(top_builddir)/.libs -lcwd @LIBS@
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dcmds.c76 const char *lcwd; member
3849 if (Dynscpy(&ldir1, cinfop->lcwd, dirsep, baserelpath, (char *) 0) == NULL) in BggetFtwProc()
4007 cinfo.lcwd = gLocalCWD; in SpoolGetCmd()
4008 if (strcmp(cinfo.lcwd, "/") == 0) in SpoolGetCmd()
4009 cinfo.lcwd++; in SpoolGetCmd()
4255 if (Dynscpy(&ldir1, cinfop->lcwd, "/", curPath, (char *) 0) == NULL) in BgputFtwProc()
4409 cinfo.lcwd = gLocalCWD; in SpoolPutCmd()
4410 if (strcmp(cinfo.lcwd, "/") == 0) in SpoolPutCmd()
4411 cinfo.lcwd++; in SpoolPutCmd()
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DChannelSftp.java179 private String lcwd; field in ChannelSftp
309 lcwd=new File(".").getCanonicalPath(); in start()
329 lcwd=path; in lcd()
2430 public String lpwd(){ return lcwd; } in lpwd()
2952 if(lcwd.endsWith(file_separator)) return lcwd+path; in localAbsolutePath()
2953 return lcwd+file_separator+path; in localAbsolutePath()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DChannelSftp.java179 private String lcwd; field in ChannelSftp
309 lcwd=new File(".").getCanonicalPath(); in start()
329 lcwd=path; in lcd()
2403 public String lpwd(){ return lcwd; } in lpwd()
2925 if(lcwd.endsWith(file_separator)) return lcwd+path; in localAbsolutePath()
2926 return lcwd+file_separator+path; in localAbsolutePath()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DChannelSftp.java179 private String lcwd; field in ChannelSftp
309 lcwd=new File(".").getCanonicalPath(); in start()
329 lcwd=path; in lcd()
2403 public String lpwd(){ return lcwd; } in lpwd()
2925 if(lcwd.endsWith(file_separator)) return lcwd+path; in localAbsolutePath()
2926 return lcwd+file_separator+path; in localAbsolutePath()

12