Home
last modified time | relevance | path

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

/freebsd-12.1/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) in settype() function
309 settype(2, stype); in setbinary()
321 settype(2, stype); in setascii()
333 settype(2, stype); in settenex()
/freebsd-12.1/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[]) in settype() function
/freebsd-12.1/contrib/gdb/gdb/
H A Dvalarith.c1398 struct type *settype = check_typedef (VALUE_TYPE (set)); in value_in() local
1402 if (TYPE_CODE (settype) != TYPE_CODE_SET) in value_in()
1409 member = value_bit_index (settype, VALUE_CONTENTS (set), in value_in()