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

/macosx-10.10.1/libtelnet-13/
H A Dmisc-proto.h64 int isprefix(char *, const char *);
H A Dgenget.c59 isprefix(char *s1, const char *s2) function
91 if ((n = isprefix(name, *c)) == 0)
H A Dencrypt.c240 if (isprefix(type, "help") || isprefix(type, "?")) {
256 if (isprefix(type, "help") || isprefix(type, "?")) {
265 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
271 if ((mode == 0) || (isprefix(mode, "output"))) {
289 if (isprefix(type, "help") || isprefix(type, "?")) {
298 if ((mode == 0) || isprefix(mode, "input")) {
303 if ((mode == 0) || isprefix(mod
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dmisc-proto.h64 int isprefix(char *, const char *);
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")) {
2048 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) {
2217 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dmisc-proto.h67 int isprefix(char *s1, char *s2);
H A Dgenget.c53 isprefix(char *s1, char *s2) function
88 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...]
/macosx-10.10.1/mail_cmds-30/mail/
H A Dextern.h166 int isprefix(const char *, const char *);
H A Dlex.c527 if (isprefix(word, cp->c_name))
537 isprefix(as1, as2) function
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dcommands.c362 if (isprefix(name, "help") || isprefix(name, "?")) {
860 if ((argc == 2) && (isprefix(argv[1], "?") || isprefix(argv[1], "help"))) {
932 if (isprefix(argv[1], "?") || isprefix(argv[1], "help")) {
1915 if (!(argc && (isprefix(argv[2], "help") || isprefix(argv[2], "?")))) {
2085 if (strcmp(*argv, "help") == 0 || isprefix(*argv, "?"))

Completed in 174 milliseconds