Lines Matching defs:protoname
124 "add dpyname protoname hexkey add entry" },
154 "generate dpyname protoname [options] use server to generate entry\n"
1626 const char *protoname;
1638 protoname = argv[2];
1651 } else if (!strcmp(protoname, SECURERPC) ||
1652 !strcmp(protoname, K5AUTH)) {
1679 if (strcmp (protoname, DEFAULT_PROTOCOL_ABBREV) == 0) {
1680 protoname = DEFAULT_PROTOCOL;
1686 auth->name_length = strlen (protoname);
1687 auth->name = copystring (protoname, auth->name_length);
1903 const char *protoname = ".";
1918 protoname = argv[2];
2010 if (strcmp (protoname, DEFAULT_PROTOCOL_ABBREV) == 0) {
2014 auth_in->name = copystring (protoname, strlen(protoname));