OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftp_home
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/fetch/dist/libfetch/
common.h
84
char *
ftp_home
;
member in struct:fetchconn
ftp.c
315
if (conn->
ftp_home
== NULL && strchr(path, '/') == NULL &&
324
if (conn->
ftp_home
== NULL && (conn->
ftp_home
= strdup(pwd)) == NULL) {
333
} else if (strcmp(conn->
ftp_home
, "/") == 0) {
336
if (asprintf(&dst, "%s/%s", conn->
ftp_home
, path) == -1)
common.c
241
conn->
ftp_home
= NULL;
824
free(conn->
ftp_home
);
Completed in 18 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026