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

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c119 add protoname protodata netid authname authdata"
130 extract filename <protoname=$> <protodata=$> <netid=$> <authname=$>"
147 list <protoname=$> <protodata=$> <netid=$> <authname=$>"
163 remove <protoname=$> <protodata=$> <netid=$> <authname=$>"
948 const char *protoname, *protodata, *netid, *authname; local in function:search_and_do
952 protoname = protodata = netid = authname = NULL;
956 if (!strncmp ("protoname=", argv[i], 10))
957 protoname = argv[i] + 10;
968 if (protoname || protodata || netid || authname)
970 if (protoname
1268 const char *protoname; local in function:do_add
[all...]
/xsrc/external/mit/xauth/dist/
H A Dprocess.c124 "add dpyname protoname hexkey add entry" },
154 "generate dpyname protoname [options] use server to generate entry\n"
1626 const char *protoname; local in function:do_add
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, aut
1903 const char *protoname = "."; local in function:do_generate
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsecurity.c437 char *protoname; /* auth proto name sent in request */ local in function:ProcSecurityGenerateAuthorization
515 protoname = (char *)&stuff[1];
516 protodata = protoname + bytes_to_int32(stuff->nbytesAuthProto);
520 authId = GenerateAuthorization(stuff->nbytesAuthProto, protoname,
603 RemoveAuthorization(stuff->nbytesAuthProto, protoname,
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsecurity.c407 char *protoname; /* auth proto name sent in request */ local in function:ProcSecurityGenerateAuthorization
477 protoname = (char *) &stuff[1];
478 protodata = protoname + bytes_to_int32(stuff->nbytesAuthProto);
482 authId = GenerateAuthorization(stuff->nbytesAuthProto, protoname,
561 RemoveAuthorization(stuff->nbytesAuthProto, protoname,

Completed in 9 milliseconds