Symbol: isprefix
lib/libtelnet/encrypt.c
223
if (isprefix(type, "help") || isprefix(type, "?")) {
lib/libtelnet/encrypt.c
239
if (isprefix(type, "help") || isprefix(type, "?")) {
lib/libtelnet/encrypt.c
248
if ((mode == NULL) || (isprefix(mode, "input") ? 1 : 0)) {
lib/libtelnet/encrypt.c
254
if ((mode == NULL) || (isprefix(mode, "output"))) {
lib/libtelnet/encrypt.c
272
if (isprefix(type, "help") || isprefix(type, "?")) {
lib/libtelnet/encrypt.c
281
if ((mode == NULL) || isprefix(mode, "input")) {
lib/libtelnet/encrypt.c
286
if ((mode == NULL) || isprefix(mode, "output")) {
lib/libtelnet/encrypt.c
302
if (isprefix(mode, "input"))
lib/libtelnet/encrypt.c
304
if (isprefix(mode, "output"))
lib/libtelnet/encrypt.c
306
if (isprefix(mode, "help") || isprefix(mode, "?")) {
lib/libtelnet/encrypt.c
345
if (isprefix(mode, "input"))
lib/libtelnet/encrypt.c
347
if (isprefix(mode, "output"))
lib/libtelnet/encrypt.c
349
if (isprefix(mode, "help") || isprefix(mode, "?")) {
lib/libtelnet/genget.c
78
if ((n = isprefix(name, *c)) == 0)
lib/libtelnet/misc-proto.h
61
int isprefix(char *, const char *);
usr.bin/mail/extern.h
154
int isprefix(const char *, const char *);
usr.bin/mail/lex.c
496
if (isprefix(word, cp->c_name))
usr.bin/telnet/commands.c
1995
if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) {
usr.bin/telnet/commands.c
2136
if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))
usr.bin/telnet/commands.c
416
if (isprefix(name, "help") || isprefix(name, "?")) {
usr.bin/telnet/commands.c
896
if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) {
usr.bin/telnet/commands.c
968
if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) {