| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | auth.c | 63 static struct protocol protocols[] = { variable in typeref:struct:protocol[] 91 # define NUM_AUTHORIZATION (sizeof (protocols) /\ 127 if (protocols[i].name_length == auth->name_length && 128 memcmp (protocols[i].name, auth->name, (int) auth->name_length) == 0 && 129 protocols[i].Add) 132 (*protocols[i].Add) (auth->data_length, auth->data, 154 XdmcpRegisterAuthorization (protocols[i].name, 155 (int)protocols[i].name_length); 213 if (protocols[i].name_length == name_length && 214 memcmp (protocols[ [all...] |
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | auth.c | 64 static struct protocol protocols[] = { variable in typeref:struct:protocol[] 92 #define NUM_AUTHORIZATION ARRAY_SIZE(protocols) 133 if (protocols[i].name_length == auth->name_length && 134 memcmp(protocols[i].name, auth->name, 135 (int) auth->name_length) == 0 && protocols[i].Add) { 137 (*protocols[i].Add) (auth->data_length, auth->data, 159 XdmcpRegisterAuthorization(protocols[i].name, 160 (int) protocols[i].name_length); 211 if (protocols[i].name_length == name_length && 212 memcmp(protocols[ [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetWMProto.c | 63 Atom *protocols, 72 PropModeReplace, (unsigned char *) protocols, count); 60 XSetWMProtocols(Display * dpy,Window w,Atom * protocols,int count) argument
|
| H A D | GetWMProto.c | 59 Atom **protocols, 84 *protocols = (Atom *) data; 56 XGetWMProtocols(Display * dpy,Window w,Atom ** protocols,int * countReturn) argument
|
| /xsrc/external/mit/xload/dist/ |
| H A D | get_rload.c | 30 #include <protocols/rwhod.h>
|
| H A D | configure.ac | 75 AC_CHECK_HEADERS([paths.h protocols/rwhod.h])
|
| /xsrc/external/mit/xcb-util/dist/icccm/ |
| H A D | icccm.c | 697 xcb_get_wm_protocols_from_reply(xcb_get_property_reply_t *reply, xcb_get_wm_protocols_reply_t *protocols) argument 702 protocols->_reply = reply; 703 protocols->atoms_len = xcb_get_property_value_length(protocols->_reply) / (reply->format / 8); 704 protocols->atoms = (xcb_atom_t *) xcb_get_property_value(protocols->_reply); 712 xcb_get_wm_protocols_reply_t *protocols, 716 uint8_t ret = xcb_get_wm_protocols_from_reply(reply, protocols); 723 xcb_get_wm_protocols_reply_wipe(xcb_get_wm_protocols_reply_t *protocols) argument 725 free(protocols 710 xcb_get_wm_protocols_reply(xcb_connection_t * c,xcb_get_property_cookie_t cookie,xcb_get_wm_protocols_reply_t * protocols,xcb_generic_error_t ** e) argument [all...] |
| H A D | xcb_icccm.h | 875 * @param protocols WM_PROTOCOLS property value. 878 * protocols structure members should be freed by 882 xcb_get_wm_protocols_reply_t *protocols); 887 * @param protocols WM_PROTOCOLS property value. 893 * error if any. protocols structure members should be freed by 898 xcb_get_wm_protocols_reply_t *protocols, 902 * @brief Wipe protocols structure members previously allocated by 904 * @param protocols protocols structure whose members is going to be freed. 906 void xcb_get_wm_protocols_reply_wipe(xcb_get_wm_protocols_reply_t *protocols); [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| H A D | x86_build-base.sh | 66 wayland-protocols \
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | twm_window_struct.h | 207 /// Which protocols this window handles. From WM_PROTOCOLS property 209 unsigned long protocols; member in struct:TwmWindow
|
| H A D | functions_win.c | 291 if(tmp_win->protocols & DoesWmDeleteWindow) { 345 if(tmp_win->protocols & DoesWmDeleteWindow) { 447 if(tmp_win->protocols & DoesWmSaveYourself) {
|
| H A D | win_utils.c | 111 Atom *protocols = NULL; local in function:FetchWmProtocols 114 if(XGetWMProtocols(dpy, tmp->w, &protocols, &n)) { 118 for(i = 0, ap = protocols; i < n; i++, ap++) { 129 if(protocols) { 130 XFree(protocols); 133 tmp->protocols = flags;
|
| H A D | event_handlers.c | 3309 (Tmp_win->protocols & DoesWmTakeFocus)) { /* 5 */ 3341 (Tmp_win->protocols & DoesWmTakeFocus)) { 3635 if(Scr->TitleFocus || Tmp_win->protocols & DoesWmTakeFocus) {
|
| /xsrc/external/mit/xf86-input-keyboard/dist/src/ |
| H A D | bsd_kbd.c | 30 static KbdProtocolRec protocols[] = { variable in typeref:typename:KbdProtocolRec[] 384 for (i = 0; protocols[i].name; i++) { 385 if (xf86NameCmp(s, protocols[i].name) == 0) { 386 prot = protocols[i].id;
|
| /xsrc/external/mit/smproxy/dist/ |
| H A D | smproxy.c | 105 Atom *protocols; 109 protocols = NULL; 111 if (XGetWMProtocols (disp, window, &protocols, &numProtocols) != True) 116 if (protocols != NULL) 119 if (protocols[i] == wmSaveYourselfAtom) 123 XFree (protocols); 104 Atom *protocols; local in function:HasSaveYourself
|
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | configure.ac | 88 AC_DEFINE(HASXDMAUTH,1,[Has Wraphelp.c needed for XDM AUTH protocols])
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | twm.h | 302 unsigned long protocols; /* which protocols this window handles */ member in struct:TwmWindow
|
| H A D | add_window.c | 1373 Atom *protocols = NULL; local in function:FetchWmProtocols 1376 if (XGetWMProtocols(dpy, tmp->w, &protocols, &n)) { 1380 for (i = 0, ap = protocols; i < n; i++, ap++) { 1388 if (protocols) 1389 XFree(protocols); 1391 tmp->protocols = flags;
|
| H A D | events.c | 2079 if (Tmp_win->protocols & DoesWmTakeFocus) /* 5 */ 2230 if (Scr->TitleFocus || Tmp_win->protocols & DoesWmTakeFocus)
|
| H A D | menus.c | 1878 else if (tmp_win->protocols & DoesWmDeleteWindow) 1888 if (tmp_win->protocols & DoesWmSaveYourself)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 764 Atom *protocols; local in function:winMultiWindowWMProc 769 &protocols, 773 if (protocols[i] == pWMInfo->atmWmDelete) 776 XFree (protocols);
|
| /xsrc/external/mit/libxcb/dist/ |
| H A D | configure.ac | 66 AC_DEFINE(HASXDMAUTH,1,[Has Wraphelp.c needed for XDM AUTH protocols])
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synaptics.c | 148 } protocols[] = { variable in typeref:typename:const struct __anon0aacbe620108[] 269 for (i = 0; protocols[i].name; i++) { 271 protocols[i].proto_ops->AutoDevProbe && 272 protocols[i].proto_ops->AutoDevProbe(pInfo, device)) 274 else if (proto && !strcmp(proto, protocols[i].name)) 280 priv->proto_ops = protocols[i].proto_ops;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.1.0.rst | 162 - build failure after zwp_dmabuf commit if wayland-protocols is not
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 26599 "description": "ci: Consistently build Wayland and protocols", [all...] |