Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c133 curtype = TYPE_A; in setpeer()
257 curtype = type = p->t_type; in settype()
274 if (newtype == curtype) in changetype()
290 curtype = newtype; in changetype()
416 curtype == TYPE_I ? "rb" : "r", in put()
496 curtype == TYPE_I ? "rb" : "r", in mput()
523 curtype == TYPE_I ? "rb" : "r", in mput()
550 curtype == TYPE_I ? "rb" : "r", in mput()
571 getit(argc, argv, 1, curtype == TYPE_I ? "r+wb" : "r+w"); in reget()
580 if (curtype == TYPE_I) in get()
[all …]
H A Dftp.c690 if (curtype != type) in sendrequest()
758 switch (curtype) { in sendrequest()
809 switch (curtype) { in sendrequest()
981 if (curtype != TYPE_A) in recvrequest()
983 } else if (curtype != type) in recvrequest()
1034 switch (curtype) { in recvrequest()
1541 ip->curtpe = curtype; in pswitch()
1542 curtype = op->curtpe; in pswitch()
1600 if (curtype != prox_type) in proxtrans()
1613 if (curtype != prox_type) in proxtrans()
H A Dglobals.c38 int curtype; /* current file transfer type */ variable
H A Dftp_var.h79 extern int curtype; /* current file transfer type */
/freebsd/contrib/tnftp/src/
H A Dftp.c692 if (curtype != type) in sendrequest()
746 switch (curtype) { in sendrequest()
786 switch (curtype) { in sendrequest()
981 if (curtype != TYPE_A) in recvrequest()
984 if (curtype != type) in recvrequest()
1046 switch (curtype) { in recvrequest()
1794 ip->curtpe = curtype; in pswitch()
1795 curtype = op->curtpe; in pswitch()
1857 if (curtype != prox_type) in proxtrans()
1871 if (curtype != prox_type) in proxtrans()
H A Dftp_var.h238 GLOBAL int curtype; /* current file transfer type */ variable
H A Dcmds.c271 curtype = type = p->t_type; in set_type()
288 if (newtype == curtype) in changetype()
303 curtype = newtype; in changetype()
H A Dutil.c158 curtype = TYPE_A; in setpeer()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c430 int curtype = 0; in ln_aent_preprocess() local
439 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
441 else if (aclent[i].a_type > curtype) in ln_aent_preprocess()
442 curtype = aclent[i].a_type; in ln_aent_preprocess()