Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/telnet/libtelnet/
Dencrypt.c235 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 …]
Dgenget.c57 isprefix(char *s1, const char *s2) in isprefix() function
89 if ((n = isprefix(name, *c)) == 0) in genget()
Dmisc-proto.h64 int isprefix(char *, const char *);
/freebsd-10-stable/crypto/heimdal/appl/telnet/libtelnet/
Dencrypt.c228 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 …]
Dgenget.c53 isprefix(char *s1, char *s2) in isprefix() function
88 if ((n = isprefix(name, *c)) == 0) in genget()
Dmisc-proto.h67 int isprefix(char *s1, char *s2);
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
Dcommands.c361 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/
Dcommands.c453 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/
Dlex.c502 if (isprefix(word, cp->c_name)) in lex()
512 isprefix(const char *as1, const char *as2) in isprefix() function
Dextern.h155 int isprefix(const char *, const char *);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_sendrecv.c2640 ((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()
Dlibzfs.h653 boolean_t isprefix; member
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c3997 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()