Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ftp/
Dfetch.c331 char *full_host = NULL; in url_get() local
503 if (asprintf(&full_host, "[%s]", host) == -1) in url_get()
519 if (full_host == NULL) in url_get()
520 if ((full_host = strdup(host)) == NULL) in url_get()
939 scheme, full_host, in url_get()
1123 free(full_host); in url_get()