OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localcwd
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ftp/
ftp_var.h
279
GLOBAL char
localcwd
[MAXPATHLEN]; /* local dir */
variable in typeref:typename:GLOBAL char[]
util.c
822
* Update global `
localcwd
', which contains the state of the local cwd
828
if (getcwd(
localcwd
, sizeof(
localcwd
)) == NULL)
829
localcwd
[0] = '\0';
830
DPRINTF("updatelocalcwd: got `%s'\n",
localcwd
);
cmds.c
717
if (! fileindir(cp,
localcwd
)) {
1187
if (
localcwd
[0]) {
1188
fprintf(ttyout, "Local directory now: %s\n",
localcwd
);
1569
if (!
localcwd
[0])
1571
if (!
localcwd
[0])
1574
fprintf(ttyout, "Local directory: %s\n",
localcwd
);
Completed in 16 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025