| /xsrc/external/mit/xdm/dist/xdm/ |
| policy.c | 121 Willing ( 137 if (*willing) 139 if ((fd = popen(willing, "r"))) 149 "Willing, but %s failed", willing); 153 "Willing, but %s failed", willing); 157 snprintf (statusBuf, sizeof(statusBuf), "Willing to manage");
|
| resource.c | 70 char *willing; variable 193 { "willing", "Willing", DM_STRING, &willing,
|
| dpylist.c | 261 d->willing = NULL;
|
| /xsrc/external/mit/xdm/dist/chooser/ |
| chooser.c | 161 int willing; member in struct:_hostName 240 AddHostname (ARRAY8Ptr hostname, ARRAY8Ptr status, struct sockaddr *addr, int willing) 328 new->willing = willing; 401 case WILLING: 410 header.opcode == (int) WILLING)) 423 header.opcode == (int) WILLING)) 766 Returns 1 when host is willing and 0 if not 775 /* Assume the next host is willing */ 783 if (!h->willing) [all...] |
| /xsrc/external/mit/xdm/dist/include/ |
| dm.h | 238 /* Hack for making "Willing to manage" configurable */ 239 char *willing; /* "Willing to manage" program */ member in struct:display 325 extern char *willing; 402 extern int Willing (ARRAY8Ptr addr, CARD16 connectionType, ARRAY8Ptr authenticationName, ARRAY8Ptr status, xdmOpCode type);
|