Searched refs:settype (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h143 void settype (int, char **);
H A Dcmdtab.c184 { "type", typehelp, 0, 1, 1, settype },
H A Dcmds.c220 settype(int argc, char **argv) function
262 * Internal form of settype; changes current type in use with server
309 settype(2, stype);
321 settype(2, stype);
333 settype(2, stype);
/freebsd-11-stable/contrib/tnftp/src/
H A Dextern.h228 void settype(int, char **);
H A Dcmdtab.c294 { "type", H(typehelp), 0, 1, 1, CMPL0 settype },
H A Dcmds.c226 settype(int argc, char *argv[]) function
276 * Internal form of settype; changes current type in use with server
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalarith.c1405 struct type *settype = check_typedef (VALUE_TYPE (set));
1409 if (TYPE_CODE (settype) != TYPE_CODE_SET)
1416 member = value_bit_index (settype, VALUE_CONTENTS (set),
1398 struct type *settype = check_typedef (VALUE_TYPE (set)); local

Completed in 94 milliseconds