HomeSort by: relevance | last modified time | path
    Searched refs:curtype (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/ftp/
ftp.c 728 if (curtype != type)
782 switch (curtype) {
825 switch (curtype) {
1020 if (curtype != TYPE_A)
1023 if (curtype != type)
1086 switch (curtype) {
1850 ip->curtpe = curtype;
1851 curtype = op->curtpe;
1913 if (curtype != prox_type)
1927 if (curtype != prox_type
    [all...]
ftp_var.h 243 GLOBAL int curtype; /* current file transfer type */ variable in typeref:typename:GLOBAL int
cmds.c 265 curtype = type = p->t_type;
282 if (newtype == curtype)
297 curtype = newtype;
util.c 152 curtype = TYPE_A;

Completed in 15 milliseconds