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

/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dmisc-proto.h64 int isprefix(char *, const char *);
H A Dgenget.c57 isprefix(char *s1, const char *s2) function
89 if ((n = isprefix(name, *c)) == 0)
H A Dencrypt.c235 if (isprefix(type, "help") || isprefix(type, "?")) {
251 if (isprefix(type, "help") || isprefix(type, "?")) {
260 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
266 if ((mode == 0) || (isprefix(mode, "output"))) {
284 if (isprefix(type, "help") || isprefix(type, "?")) {
293 if ((mode == 0) || isprefix(mode, "input")) {
298 if ((mode == 0) || isprefix(mod
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dmisc-proto.h67 int isprefix(char *s1, char *s2);
H A Dgenget.c50 isprefix(char *s1, char *s2) function
85 if ((n = isprefix(name, *c)) == 0)
H A Dencrypt.c228 if (isprefix(type, "help") || isprefix(type, "?")) {
244 if (isprefix(type, "help") || isprefix(type, "?")) {
253 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
259 if ((mode == 0) || (isprefix(mode, "output"))) {
277 if (isprefix(type, "help") || isprefix(type, "?")) {
286 if ((mode == 0) || isprefix(mode, "input")) {
291 if ((mode == 0) || isprefix(mod
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dextern.h155 int isprefix(const char *, const char *);
H A Dlex.c502 if (isprefix(word, cp->c_name))
512 isprefix(const char *as1, const char *as2) function
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dcommands.c454 if (isprefix(name, "help") || isprefix(name, "?")) {
936 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) {
1008 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) {
2037 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) {
2206 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c362 if (isprefix(name, "help") || isprefix(name, "?")) {
881 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) {
953 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) {
1936 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) {
2106 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h640 boolean_t isprefix; member in struct:recvflags
H A Dlibzfs_sendrecv.c2248 ((flags->isprefix || strcmp(tofs, fsname) != 0) &&
2404 if (flags->isprefix) {
2695 } else if (flags->isprefix) {
2810 if ((flags->isprefix || (*(chopprefix = drrb->drr_toname +
2912 if (flags->isprefix && !flags->istail && !flags->dryrun &&
3163 if (flags->isprefix &&
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3877 flags.isprefix = B_TRUE;
3880 flags.isprefix = B_TRUE;

Completed in 198 milliseconds