Searched refs:root (Results 1 - 25 of 1039) sorted by relevance

1234567891011>>

/xsrc/external/mit/xdm/dist/config/
H A DTakeConsole2 # Reassign ownership of the console to root, this should disallow
5 chown root /dev/console
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidparse.h41 * 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 Dcidparse.c68 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 Dchown-bundle.sh6 chown -R root:admin ${BUNDLE_ROOT}
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1parse.h40 * 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 Dt1objs.c58 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 Dvtn_generator_ids_h.py44 % 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 Dclientwin.h27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
/xsrc/external/mit/xwd/dist/
H A Dclientwin.h27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
/xsrc/external/mit/xprop/dist/
H A Dclientwin.h27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-deqp-runner.sh8 --root /usr/local \
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dconfig.cc99 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 Dt42parse.c114 #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 Dfunctions_captive.c31 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 DScrOfWin.c42 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 DWithdraw.c73 Window root = RootWindow (dpy, screen); local in function:XWithdrawWindow
76 .event = root,
80 return (XSendEvent (dpy, root, False,
H A DGetGeom.c35 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 DQuPntr.c35 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 DQuTree.c36 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 Dclientwin.h28 extern xcb_window_t Find_Client(xcb_connection_t * dpy, xcb_window_t root,
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.c52 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 Dsfobjs.c136 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 Dreset.c61 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 Dpfrobjs.h36 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 DpanoramiX.h59 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)

Completed in 13 milliseconds

1234567891011>>