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

/haiku/src/libs/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...]
/haiku/src/bin/network/telnet/
H A Dcommands.c457 if (isprefix(name, "help") || isprefix(name, "?")) {
939 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) {
1011 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) {
2040 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) {
2212 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))

Completed in 79 milliseconds