Searched refs:uargv (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c1831 char *uargv[4], *path, *pathsep; local
1837 uargv[0] = cmdbuf;
1838 uargv[1] = argv[0];
1840 uargv[2] = uargv[3] = NULL;
1860 uargv[0] = cmdbuf;
1869 uargv[2] = ftp_strdup(pathsep);
1872 uargv[2] = ftp_strdup(pathsep + 1);
1878 path, STRorNULL(uargv[2]));
1890 uargv[
[all...]

Completed in 43 milliseconds