Home
last modified time | relevance | path

Searched refs:fetchUnquotePath (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/fetch/dist/libfetch/
H A Dfile.c89 if ((path = fetchUnquotePath(u)) == NULL) { in fetchXGetFile()
150 if ((path = fetchUnquotePath(u)) == NULL) { in fetchPutFile()
213 if ((path = fetchUnquotePath(u)) == NULL) { in fetchStatFile()
242 if ((path = fetchUnquotePath(u)) == NULL) { in fetchListFile()
H A Dfetch.h158 char *fetchUnquotePath(struct url *);
H A Dfetch.c547 fetchUnquotePath(struct url *url) in fetchUnquotePath() function
583 if ((unquoted = fetchUnquotePath(url)) == NULL) in fetchUnquoteFilename()
H A Dftp.c1172 if ((path = fetchUnquotePath(url)) == NULL) { in ftp_request()
/minix/minix/commands/fetch/
H A Dfetch.c577 char *name = fetchUnquotePath(url); in fetch()