| /freebsd-10-stable/contrib/telnet/libtelnet/ |
| D | encrypt.c | 235 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable() 251 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable() 260 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable() 266 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable() 284 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType() 293 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType() 298 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType() 314 if (isprefix(mode, "input")) in EncryptStart() 316 if (isprefix(mode, "output")) in EncryptStart() 318 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart() [all …]
|
| D | genget.c | 57 isprefix(char *s1, const char *s2) in isprefix() function 89 if ((n = isprefix(name, *c)) == 0) in genget()
|
| D | misc-proto.h | 64 int isprefix(char *, const char *);
|
| /freebsd-10-stable/crypto/heimdal/appl/telnet/libtelnet/ |
| D | encrypt.c | 228 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable() 244 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable() 253 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable() 259 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable() 277 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType() 286 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType() 291 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType() 307 if (isprefix(mode, "input")) in EncryptStart() 309 if (isprefix(mode, "output")) in EncryptStart() 311 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart() [all …]
|
| D | genget.c | 53 isprefix(char *s1, char *s2) in isprefix() function 88 if ((n = isprefix(name, *c)) == 0) in genget()
|
| D | misc-proto.h | 67 int isprefix(char *s1, char *s2);
|
| /freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | commands.c | 361 if (isprefix(name, "help") || isprefix(name, "?")) { in send_tncmd() 857 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) { in setcmd() 929 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) { in unsetcmd() 1907 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) { in encrypt_cmd() 2077 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?")) in tn()
|
| /freebsd-10-stable/contrib/telnet/telnet/ |
| D | commands.c | 453 if (isprefix(name, "help") || isprefix(name, "?")) { in send_tncmd() 934 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) { in setcmd() 1006 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) { in unsetcmd() 2030 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) { in encrypt_cmd() 2199 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?")) in tn()
|
| /freebsd-10-stable/usr.bin/mail/ |
| D | lex.c | 502 if (isprefix(word, cp->c_name)) in lex() 512 isprefix(const char *as1, const char *as2) in isprefix() function
|
| D | extern.h | 155 int isprefix(const char *, const char *);
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| 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()
|
| D | libzfs.h | 653 boolean_t isprefix; member
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/ |
| D | zfs_main.c | 3997 flags.isprefix = B_TRUE; in zfs_do_receive() 4000 flags.isprefix = B_TRUE; in zfs_do_receive() 4054 if (flags.isprefix || flags.istail || flags.dryrun || in zfs_do_receive()
|