/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 227 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable() 243 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable() 252 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable() 258 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable() 276 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType() 285 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType() 290 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType() 306 if (isprefix(mode, "input")) in EncryptStart() 308 if (isprefix(mode, "output")) in EncryptStart() 310 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart() [all …]
|
H A D | genget.c | 49 isprefix(char *s1, const char *s2) in isprefix() function 81 if ((n = isprefix(name, *c)) == 0) in genget()
|
H A D | misc-proto.h | 60 int isprefix(char *, const char *);
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A 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 …]
|
H A D | genget.c | 53 isprefix(char *s1, char *s2) in isprefix() function 88 if ((n = isprefix(name, *c)) == 0) in genget()
|
H A D | misc-proto.h | 67 int isprefix(char *s1, char *s2);
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A 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/contrib/telnet/telnet/ |
H A D | commands.c | 448 if (isprefix(name, "help") || isprefix(name, "?")) { in send_tncmd() 929 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) { in setcmd() 1001 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) { in unsetcmd() 2025 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) { in encrypt_cmd() 2196 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?")) in tn()
|
/freebsd/usr.bin/mail/ |
H A D | lex.c | 496 if (isprefix(word, cp->c_name)) in lex() 506 isprefix(const char *as1, const char *as2) in isprefix() function
|
H A D | extern.h | 153 int isprefix(const char *, const char *);
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 3760 ((flags->isprefix || strcmp(tofs, fsname) != 0) && in recv_incremental_replication() 3915 if (flags->isprefix) { in zfs_receive_package() 4558 } else if (flags->isprefix) { in zfs_receive_one() 4702 if ((flags->isprefix || (*(chopprefix = drrb->drr_toname + in zfs_receive_one() 4724 if (flags->isprefix || flags->istail || flags->force || in zfs_receive_one() 4944 if (flags->isprefix && !flags->istail && !flags->dryrun && in zfs_receive_one() 5459 if (flags->isprefix && in zfs_receive_impl()
|
H A D | libzfs.abi | 7100 <var-decl name='isprefix' type-id='c19b74c3' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 868 boolean_t isprefix; member
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 5155 flags.isprefix = B_TRUE; in zfs_do_receive() 5158 if (flags.isprefix) { in zfs_do_receive() 5210 flags.isprefix = B_TRUE; in zfs_do_receive() 5223 if (flags.isprefix || flags.istail || flags.dryrun || in zfs_do_receive()
|