Home
last modified time | relevance | path

Searched refs:isprefix (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libtelnet/
HDencrypt.c223 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable()
239 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable()
248 if ((mode == NULL) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable()
254 if ((mode == NULL) || (isprefix(mode, "output"))) { in EncryptDisable()
272 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType()
281 if ((mode == NULL) || isprefix(mode, "input")) { in EncryptType()
286 if ((mode == NULL) || isprefix(mode, "output")) { in EncryptType()
302 if (isprefix(mode, "input")) in EncryptStart()
304 if (isprefix(mode, "output")) in EncryptStart()
306 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart()
[all …]
HDgenget.c46 isprefix(char *s1, const char *s2) in isprefix() function
78 if ((n = isprefix(name, *c)) == 0) in genget()
HDmisc-proto.h61 int isprefix(char *, const char *);
/dragonfly/usr.bin/telnet/
HDcommands.c416 if (isprefix(name, "help") || isprefix(name, "?")) { in send_tncmd()
896 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) { in setcmd()
968 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) { in unsetcmd()
1995 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) { in encrypt_cmd()
2136 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?")) in tn()
/dragonfly/usr.bin/mail/
HDlex.c496 if (isprefix(word, cp->c_name)) in lex()
506 isprefix(const char *as1, const char *as2) in isprefix() function
HDextern.h154 int isprefix(const char *, const char *);
/dragonfly/contrib/gdb-7/opcodes/
HDi386-opc.h467 unsigned int isprefix:1; member
/dragonfly/contrib/binutils-2.27/opcodes/
HDi386-opc.h616 unsigned int isprefix:1; member
/dragonfly/contrib/binutils-2.34/opcodes/
HDi386-opc.h683 unsigned int isprefix:1; member
/dragonfly/contrib/binutils-2.34/gas/config/
HDtc-i386.c4621 if (i.tm.opcode_modifier.isprefix) in md_assemble()
4681 && current_templates->start->opcode_modifier.isprefix) in parse_insn()
6219 if (t->opcode_modifier.isprefix in match_template()
8380 if (!i.operands || i.tm.opcode_modifier.isprefix) in add_branch_prefix_frag_p()
/dragonfly/contrib/binutils-2.27/gas/config/
HDtc-i386.c3869 && current_templates->start->opcode_modifier.isprefix) in parse_insn()
5176 if (t->opcode_modifier.isprefix in match_template()