HomeSort by: relevance | last modified time | path
    Searched defs:parse_url (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 114 static int parse_url(const char *, const char *, struct urlinfo *,
474 parse_url(const char *url, const char *desc, struct urlinfo *ui, function in typeref:typename:int
482 errx(1, "parse_url: invoked with NULL argument!");
483 DPRINTF("parse_url: %s `%s'\n", desc, url);
792 if (parse_url(penv, "proxy URL", &pui, pauth, NULL) == -1)
1446 if (parse_url(url, "URL", &ui, &wauth, rui) == -1)
1967 if ((parse_url(url, "URL", &ui, &auth, NULL) == -1) ||
fetch.c 114 static int parse_url(const char *, const char *, struct urlinfo *,
474 parse_url(const char *url, const char *desc, struct urlinfo *ui, function in typeref:typename:int
482 errx(1, "parse_url: invoked with NULL argument!");
483 DPRINTF("parse_url: %s `%s'\n", desc, url);
792 if (parse_url(penv, "proxy URL", &pui, pauth, NULL) == -1)
1446 if (parse_url(url, "URL", &ui, &wauth, rui) == -1)
1967 if ((parse_url(url, "URL", &ui, &auth, NULL) == -1) ||

Completed in 25 milliseconds