| /xsrc/external/mit/xdm/dist/config/ |
| H A D | TakeConsole | 2 # Reassign ownership of the console to root, this should disallow 5 chown root /dev/console
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | cidparse.h | 41 * root :: 42 * The root PS_ParserRec fields. 70 PS_ParserRec root; member in struct:CID_Parser_ 103 (p)->root.funcs.skip_spaces( &(p)->root ) 105 (p)->root.funcs.skip_PS_token( &(p)->root ) 107 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root ) 108 #define cid_parser_to_fixed( p, t ) (p)->root [all...] |
| H A D | cidparse.c | 68 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); 181 parser->root.base = parser->postscript; 182 parser->root.cursor = parser->postscript; 183 parser->root.limit = parser->root.cursor + ps_len; 191 arg1 = parser->root.cursor; 194 arg2 = parser->root.cursor; 198 limit = parser->root.limit; 199 cur = parser->root.cursor; 203 if ( parser->root [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/ |
| H A D | chown-bundle.sh | 6 chown -R root:admin ${BUNDLE_ROOT}
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1parse.h | 40 * root :: 41 * The root parser. 71 PS_ParserRec root; member in struct:T1_ParserRec_ 96 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root ) 97 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root ) 99 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root ) 100 #define T1_ToFixed( p, t ) (p)->root [all...] |
| H A D | t1objs.c | 58 T1_Face face = (T1_Face)size->root.face; 63 module = FT_Get_Module( size->root.face->driver->root.library, 102 T1_Face face = (T1_Face)size->root.face; 105 error = funcs->create( size->root.face->memory, 123 FT_Request_Metrics( size->root.face, req ); 127 size->root.metrics.x_scale, 128 size->root.metrics.y_scale, 163 module = FT_Get_Module( slot->face->driver->root.library, 209 memory = face->root 371 FT_Face root = (FT_Face)&face->root; local in function:T1_Face_Init 509 FT_Face root = &face->root; local in function:T1_Face_Init [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_generator_ids_h.py | 44 % for generator in root.find("./ids[@type='vendor']").findall('id'): 60 root = tree.getroot() variable 63 f.write(TEMPLATE.render(root=root))
|
| /xsrc/external/mit/transset/dist/ |
| H A D | clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-deqp-runner.sh | 8 --root /usr/local \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/ |
| H A D | config.cc | 99 IXMLDOMElement *root = NULL; local in function:CreateDocument 111 HRCALL(doc->createElement(elemname, &root), "createElement"); 112 HRCALL(doc->appendChild(root, NULL), "appendChild"); 142 IXMLDOMElement *root = NULL; local in function:CConfig::Save 144 HRCALL(doc->get_documentElement(&root), "get_documentElement"); 149 setAttribute(root, L"WindowMode", L"MultiWindow"); 152 setAttribute(root, L"WindowMode", L"Fullscreen"); 156 setAttribute(root, L"WindowMode", L"Windowed"); 159 setAttribute(root, L"WindowMode", L"Nodecoration"); 166 setAttribute(root, 228 IXMLDOMElement *root = NULL; local in function:CConfig::Load [all...] |
| /xsrc/external/mit/freetype/dist/src/type42/ |
| H A D | t42parse.c | 114 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root ) 115 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root ) 118 (p)->root.funcs.to_int( &(p)->root ) 120 (p)->root.funcs.to_bytes( &(p)->root, b, m, n, d ) 123 (p)->root.funcs.to_fixed_array( &(p)->root, [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_captive.c | 31 Window root = RootWindow(dpy, Scr->screen); local in function:DFHANDLER 44 captive_root = cctwm.root; 47 XGrabPointer(dpy, root, True, 49 GrabModeAsync, GrabModeAsync, root, cursor, CurrentTime); 62 if(cctwm.root == Scr->Root) { 65 if(cctwm.root == Scr->XineramaRoot) { 70 XReparentWindow(dpy, tmp_win->w, cctwm.root, 0, 0); 77 if(cctwm.root != captive_root) { 82 captive_root = cctwm.root;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ScrOfWin.c | 42 Window root; local in function:XmuScreenOfWindow 46 if (!XGetGeometry (dpy, w, &root, &x, &y, &width, &height, 50 for (i = 0; i < ScreenCount (dpy); i++) { /* find root from list */ 51 if (root == RootWindow (dpy, i)) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Withdraw.c | 73 Window root = RootWindow (dpy, screen); local in function:XWithdrawWindow 76 .event = root, 80 return (XSendEvent (dpy, root, False,
|
| H A D | GetGeom.c | 35 Window *root, /* RETURN */ 52 *root = rep.root; 32 XGetGeometry(register Display * dpy,Drawable d,Window * root,int * x,int * y,unsigned int * width,unsigned int * height,unsigned int * borderWidth,unsigned int * depth) argument
|
| H A D | QuPntr.c | 35 Window *root, 54 *root = rep.root; 32 XQueryPointer(register Display * dpy,Window w,Window * root,Window * child,int * root_x,int * root_y,int * win_x,int * win_y,unsigned int * mask) argument
|
| H A D | QuTree.c | 36 Window *root, /* RETURN */ 66 *root = rep.root; 33 XQueryTree(register Display * dpy,Window w,Window * root,Window * parent,Window ** children,unsigned int * nchildren) argument
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | clientwin.h | 28 extern xcb_window_t Find_Client(xcb_connection_t * dpy, xcb_window_t root,
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffgload.c | 52 if ( face->root.internal->incremental_interface ) 56 face->root.internal->incremental_interface->funcs->get_glyph_data( 57 face->root.internal->incremental_interface->object, 91 if ( face->root.internal->incremental_interface ) 99 face->root.internal->incremental_interface->funcs->free_glyph_data( 100 face->root.internal->incremental_interface->object, &data ); 158 for ( glyph_index = 0; glyph_index < face->root.num_glyphs; 202 TT_Face face = (TT_Face)glyph->root.face; 240 glyph->x_scale = size->root.metrics.x_scale; 241 glyph->y_scale = size->root [all...] |
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | sfobjs.c | 136 FT_Memory memory = face->root.memory; 386 stream = face->root.stream; 405 stream = face->root.stream; 485 FT_Library library = face->root.driver->root.library; 547 stream = face->root.stream; 577 FT_Memory memory = face->root.memory; 710 face->root.style_flags = (FT_Long)num_instances << 16; 714 face->root.num_faces = face->ttc_header.count; 715 face->root 1029 FT_Face root = &face->root; local in function:sfnt_load_face [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | reset.c | 61 Window root, parent, *children; local in function:killWindows 65 while (XQueryTree (dpy, window, &root, &parent, &children, &nchildren) 93 Window root; local in function:pseudoReset 104 root = RootWindow (dpy, screen); 105 killWindows (dpy, root);
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrobjs.h | 36 FT_FaceRec root; member in struct:PFR_FaceRec_ 46 FT_SizeRec root; member in struct:PFR_SizeRec_ 53 FT_GlyphSlotRec root; member in struct:PFR_SlotRec_
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiX.h | 59 char root; member in struct:__anoncbf88f890108::__anoncbf88f89020a::__anoncbf88f890308 65 Bool root; member in struct:__anoncbf88f890108::__anoncbf88f89020a::__anoncbf88f890508 78 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
|