Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c226 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable()
245 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable()
280 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType()
290 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType()
295 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType()
312 if (isprefix(mode, "input")) in EncryptStart()
314 if (isprefix(mode, "output")) in EncryptStart()
316 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart()
360 if (isprefix(mode, "input")) in EncryptStop()
362 if (isprefix(mode, "output")) in EncryptStop()
[all …]
H A Dgenget.c57 isprefix(char *s1, char *s2) in isprefix() function
95 if ((n = isprefix(name, *c)) == 0) in genget()
H A Dcommands.c548 if (isprefix(name, "help") || isprefix(name, "?")) { in send_tncmd()
1049 (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) {
1127 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) { in unsetcmd()
2367 (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) { in encrypt_cmd()
2973 if (isprefix(*argv, "help") == 4 || isprefix(*argv, "?") == 1) in tn()
H A Dexterns.h280 extern int isprefix(register char *, register char *);
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c54 static int isprefix(char *as1, char *as2);
750 if (isprefix(word, cp->c_name)) in lex()
759 isprefix(char *as1, char *as2) in isprefix() function
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h711 boolean_t isprefix; member
H A Dlibzfs_sendrecv.c3030 ((flags->isprefix || strcmp(tofs, fsname) != 0) && in recv_incremental_replication()
3187 if (flags->isprefix) { in zfs_receive_package()
3779 } else if (flags->isprefix) { in zfs_receive_one()
3898 if ((flags->isprefix || (*(chopprefix = drrb->drr_toname + in zfs_receive_one()
4070 if (flags->isprefix && !flags->istail && !flags->dryrun && in zfs_receive_one()
4532 if (flags->isprefix && in zfs_receive_impl()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4283 flags.isprefix = B_TRUE; in zfs_do_receive()
4286 flags.isprefix = B_TRUE; in zfs_do_receive()
4336 if (flags.isprefix || flags.istail || flags.dryrun || in zfs_do_receive()