Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dfetch.c680 char *cp, *ep, *np, *np_copy, *np_iter, *no_proxy; in handle_noproxy() local
690 np_iter = np_copy = ftp_strdup(no_proxy); in handle_noproxy()
692 while ((cp = strsep(&np_iter, " ,")) != NULL) { in handle_noproxy()