| /netbsd-src/lib/libtelnet/ |
| H A D | encrypt.c | 226 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable() 242 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable() 251 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable() 257 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable() 275 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType() 284 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType() 289 if ((mode == 0) || isprefix(mod in EncryptType() [all...] |
| H A D | genget.c | 53 isprefix(const char *s1, const char *s2) in isprefix() function 87 if ((n = isprefix(name, *c)) == 0) in genget()
|
| H A D | misc.h | 41 int isprefix(const char *, const char *);
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | commands.c | 467 if (isprefix(name, "?")) { in send_tncmd() 945 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) { in setcmd() 1017 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) { in unsetcmd() 1979 if (!(argc && (isprefix(argv[2], "help") || in encrypt_cmd() 1980 isprefix(argv[2], "?")))) { in encrypt_cmd() 2110 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?")) in tn()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | lex.c | 568 isprefix(char *as1, const char *as2) in isprefix() function 591 if (isprefix(word, cp->c_name)) in lex()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | i386-opc.h | 746 unsigned int isprefix:1; member
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | i386-opc.h | 782 unsigned int isprefix:1; member
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_sendrecv.c | 2640 ((flags->isprefix || strcmp(tofs, fsname) != 0) && in recv_incremental_replication() 2797 if (flags->isprefix) { in zfs_receive_package() 3137 } else if (flags->isprefix) { in zfs_receive_one() 3259 if ((flags->isprefix || (*(chopprefix = drrb->drr_toname + in zfs_receive_one() 3374 if (flags->isprefix && !flags->istail && !flags->dryrun && in zfs_receive_one() 3641 if (flags->isprefix && in zfs_receive_impl()
|
| H A D | libzfs.h | 653 boolean_t isprefix; member
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_main.c | 4007 flags.isprefix = B_TRUE; in zfs_do_receive() 4010 flags.isprefix = B_TRUE; in zfs_do_receive() 4064 if (flags.isprefix || flags.istail || flags.dryrun || in zfs_do_receive()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-i386.c | 5219 if (i.tm.opcode_modifier.isprefix) in md_assemble() 5279 && current_templates->start->opcode_modifier.isprefix) in parse_insn() 6928 if (t->opcode_modifier.isprefix in match_template() 9284 if (!i.operands || i.tm.opcode_modifier.isprefix) in add_branch_prefix_frag_p() 9597 && i.tm.opcode_modifier.isprefix) in output_insn() 9662 if (!i.tm.opcode_modifier.isprefix || i.tm.base_opcode) in output_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-i386.c | 6976 if (i.tm.opcode_modifier.isprefix) in md_assemble() 7071 && current_templates.start->opcode_modifier.isprefix) in parse_insn() 9028 if (t->opcode_modifier.isprefix in match_template() 11226 if (!i.operands || i.tm.opcode_modifier.isprefix) in add_branch_prefix_frag_p() 11540 && i.tm.opcode_modifier.isprefix) in output_insn() 11605 if (!i.tm.opcode_modifier.isprefix || i.tm.base_opcode) in output_insn()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog | 1881 (output_insn): Likewise. Also check isprefix when discaring
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog | 2576 (output_insn): Likewise. Also check isprefix when discaring
|