Searched refs:settype (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | extern.h | 143 void settype (int, char **);
|
| H A D | cmdtab.c | 184 { "type", typehelp, 0, 1, 1, settype },
|
| H A D | cmds.c | 220 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 D | extern.h | 228 void settype(int, char **);
|
| H A D | cmdtab.c | 294 { "type", H(typehelp), 0, 1, 1, CMPL0 settype },
|
| H A D | cmds.c | 226 settype(int argc, char *argv[]) in settype() function
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | valarith.c | 1398 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()
|