Symbol: isprefix
lib/libtelnet/encrypt.c
226
if (isprefix(type, "help") || isprefix(type, "?")) {
lib/libtelnet/encrypt.c
242
if (isprefix(type, "help") || isprefix(type, "?")) {
lib/libtelnet/encrypt.c
251
if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
lib/libtelnet/encrypt.c
257
if ((mode == 0) || (isprefix(mode, "output"))) {
lib/libtelnet/encrypt.c
275
if (isprefix(type, "help") || isprefix(type, "?")) {
lib/libtelnet/encrypt.c
284
if ((mode == 0) || isprefix(mode, "input")) {
lib/libtelnet/encrypt.c
289
if ((mode == 0) || isprefix(mode, "output")) {
lib/libtelnet/encrypt.c
305
if (isprefix(mode, "input"))
lib/libtelnet/encrypt.c
307
if (isprefix(mode, "output"))
lib/libtelnet/encrypt.c
309
if (isprefix(mode, "help") || isprefix(mode, "?")) {
lib/libtelnet/encrypt.c
348
if (isprefix(mode, "input"))
lib/libtelnet/encrypt.c
350
if (isprefix(mode, "output"))
lib/libtelnet/encrypt.c
352
if (isprefix(mode, "help") || isprefix(mode, "?")) {
lib/libtelnet/genget.c
87
if ((n = isprefix(name, *c)) == 0)
lib/libtelnet/misc.h
41
int isprefix(const char *, const char *);
usr.bin/mail/lex.c
591
if (isprefix(word, cp->c_name))
usr.bin/telnet/commands.c
1017
if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) {
usr.bin/telnet/commands.c
1979
if (!(argc && (isprefix(argv[2], "help") ||
usr.bin/telnet/commands.c
1980
isprefix(argv[2], "?")))) {
usr.bin/telnet/commands.c
2110
if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))
usr.bin/telnet/commands.c
467
if (isprefix(name, "?")) {
usr.bin/telnet/commands.c
945
if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) {