fetch.c | 1953 int dirhasglob, filehasglob, rval, transtype, xargc; local in function:fetch_ftp 1961 transtype = TYPE_I; 1982 transtype = TYPE_A; 1984 transtype = TYPE_I; 2100 switch (transtype) { 2108 errx(1, "%s: unknown transfer type %d", __func__, transtype);
|