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

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h79 extern int curtype; /* current file transfer type */
H A Dglobals.c38 int curtype; /* current file transfer type */ variable
H A Dcmds.c133 curtype = TYPE_A;
257 curtype = type = p->t_type;
274 if (newtype == curtype)
290 curtype = newtype;
416 curtype == TYPE_I ? "rb" : "r",
496 curtype == TYPE_I ? "rb" : "r",
523 curtype == TYPE_I ? "rb" : "r",
550 curtype == TYPE_I ? "rb" : "r",
571 getit(argc, argv, 1, curtype == TYPE_I ? "r+wb" : "r+w");
580 if (curtype
[all...]
H A Dftp.c655 if (curtype != type)
724 switch (curtype) {
775 switch (curtype) {
947 if (curtype != TYPE_A)
949 } else if (curtype != type)
1000 switch (curtype) {
1507 ip->curtpe = curtype;
1508 curtype = op->curtpe;
1566 if (curtype != prox_type)
1579 if (curtype !
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.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,
2435 value_aggregate_elt (struct type *curtype,
2439 switch (TYPE_CODE (curtype))
2443 return value_struct_elt_for_reference (curtype, 0, curtype, name, NULL,
2446 return value_namespace_elt (curtype, name, noside);
2462 struct type *curtype, char *name,
2466 struct type *t = curtype;
2433 value_aggregate_elt(struct type *curtype, char *name, enum noside noside) argument
2459 value_struct_elt_for_reference(struct type *domain, int offset, struct type *curtype, char *name, struct type *intype, enum noside noside) argument
2602 value_namespace_elt(const struct type *curtype, char *name, enum noside noside) argument
2623 value_maybe_namespace_elt(const struct type *curtype, char *name, enum noside noside) argument
[all...]
H A Dvalue.h383 extern struct value *value_aggregate_elt (struct type *curtype,
/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp.c692 if (curtype != type)
746 switch (curtype) {
786 switch (curtype) {
981 if (curtype != TYPE_A)
984 if (curtype != type)
1046 switch (curtype) {
1794 ip->curtpe = curtype;
1795 curtype = op->curtpe;
1857 if (curtype != prox_type)
1871 if (curtype !
[all...]
H A Dftp_var.h238 GLOBAL int curtype; /* current file transfer type */ variable
H A Dcmds.c271 curtype = type = p->t_type;
288 if (newtype == curtype)
303 curtype = newtype;
H A Dutil.c158 curtype = TYPE_A;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c465 int curtype = 0; local
474 if (aclent[i].a_type < curtype)
476 else if (aclent[i].a_type > curtype)
477 curtype = aclent[i].a_type;

Completed in 81 milliseconds