Searched refs:isprefix (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/lib/libtelnet/ |
| HD | encrypt.c | 223 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 …]
|
| HD | genget.c | 46 isprefix(char *s1, const char *s2) in isprefix() function 78 if ((n = isprefix(name, *c)) == 0) in genget()
|
| HD | misc-proto.h | 61 int isprefix(char *, const char *);
|
| /dragonfly/usr.bin/telnet/ |
| HD | commands.c | 416 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/ |
| HD | lex.c | 496 if (isprefix(word, cp->c_name)) in lex() 506 isprefix(const char *as1, const char *as2) in isprefix() function
|
| HD | extern.h | 154 int isprefix(const char *, const char *);
|
| /dragonfly/contrib/gdb-7/opcodes/ |
| HD | i386-opc.h | 467 unsigned int isprefix:1; member
|
| /dragonfly/contrib/binutils-2.27/opcodes/ |
| HD | i386-opc.h | 616 unsigned int isprefix:1; member
|
| /dragonfly/contrib/binutils-2.34/opcodes/ |
| HD | i386-opc.h | 683 unsigned int isprefix:1; member
|
| /dragonfly/contrib/binutils-2.34/gas/config/ |
| HD | tc-i386.c | 4621 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/ |
| HD | tc-i386.c | 3869 && current_templates->start->opcode_modifier.isprefix) in parse_insn() 5176 if (t->opcode_modifier.isprefix in match_template()
|