Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDcmds.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 …]
HDftp.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()
HDglobals.c38 int curtype; /* current file transfer type */ variable
HDftp_var.h79 extern int curtype; /* current file transfer type */
/NextBSD/contrib/gdb/gdb/
HDvalops.c101 struct type *curtype,
106 static struct value *value_namespace_elt (const struct type *curtype,
110 static struct value *value_maybe_namespace_elt (const struct type *curtype,
2433 value_aggregate_elt (struct type *curtype, in value_aggregate_elt() argument
2437 switch (TYPE_CODE (curtype)) in value_aggregate_elt()
2441 return value_struct_elt_for_reference (curtype, 0, curtype, name, NULL, in value_aggregate_elt()
2444 return value_namespace_elt (curtype, name, noside); in value_aggregate_elt()
2460 struct type *curtype, char *name, in value_struct_elt_for_reference() argument
2464 struct type *t = curtype; in value_struct_elt_for_reference()
2595 return value_maybe_namespace_elt (curtype, name, noside); in value_struct_elt_for_reference()
[all …]
HDvalue.h385 extern struct value *value_aggregate_elt (struct type *curtype,
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsysinfo.c792 const char *curtype = registry_value(hkcv, L"CurrentType", pool); in win32_release_name() local
802 if (release || spack || curver || curtype || curbuild) in win32_release_name()
805 if (curver || install || curtype) in win32_release_name()
811 (curtype in win32_release_name()
814 (curtype ? curtype : "")); in win32_release_name()
/NextBSD/contrib/tnftp/src/
HDftp.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()
HDftp_var.h238 GLOBAL int curtype; /* current file transfer type */ variable
HDcmds.c271 curtype = type = p->t_type; in set_type()
288 if (newtype == curtype) in changetype()
303 curtype = newtype; in changetype()
HDutil.c158 curtype = TYPE_A; in setpeer()
/NextBSD/sys/cddl/contrib/opensolaris/common/acl/
HDacl_common.c465 int curtype = 0; in ln_aent_preprocess() local
474 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
476 else if (aclent[i].a_type > curtype) in ln_aent_preprocess()
477 curtype = aclent[i].a_type; in ln_aent_preprocess()