Home
last modified time | relevance | path

Searched refs:gc_init (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/x11/xsetroot/xsetroot-1.1.2/
H A Dxsetroot.c364 XGCValues gc_init; in SetBackgroundToBitmap() local
366 gc_init.foreground = NameToPixel(fore_color, BlackPixel(dpy, screen)); in SetBackgroundToBitmap()
367 gc_init.background = NameToPixel(back_color, WhitePixel(dpy, screen)); in SetBackgroundToBitmap()
369 unsigned long temp=gc_init.foreground; in SetBackgroundToBitmap()
370 gc_init.foreground=gc_init.background; in SetBackgroundToBitmap()
371 gc_init.background=temp; in SetBackgroundToBitmap()
373 gc = XCreateGC(dpy, root, GCForeground|GCBackground, &gc_init); in SetBackgroundToBitmap()
/dports/x11-wm/piewm/piewm-1.04/
H A Dssetroot.c316 XGCValues gc_init; local
318 gc_init.foreground = NameToPixel(fore_color, BlackPixel(dpy, screen));
319 gc_init.background = NameToPixel(back_color, WhitePixel(dpy, screen));
321 unsigned long temp=gc_init.foreground;
322 gc_init.foreground=gc_init.background;
323 gc_init.background=temp;
325 gc = XCreateGC(dpy, root, GCForeground|GCBackground, &gc_init);
/dports/x11-wm/tvtwm/tvtwm/
H A Dssetroot.c354 XGCValues gc_init; local
356 gc_init.foreground = NameToPixel(fore_color, BlackPixel(dpy, screen));
357 gc_init.background = NameToPixel(back_color, WhitePixel(dpy, screen));
359 unsigned long temp=gc_init.foreground;
360 gc_init.foreground=gc_init.background;
361 gc_init.background=temp;
363 gc = XCreateGC(dpy, root, GCForeground|GCBackground, &gc_init);
/dports/graphics/xv/xv-3.10a/
H A Dxvroot.c273 XGCValues gc_init; in killRootPix() local
283 gc_init.foreground = BlackPixel(theDisp, theScreen); in killRootPix()
284 gc_init.background = WhitePixel(theDisp, theScreen); in killRootPix()
285 gc = XCreateGC(theDisp, vrootW, GCForeground|GCBackground, &gc_init); in killRootPix()
/dports/japanese/xv/xv-3.10a/
H A Dxvroot.c273 XGCValues gc_init; in killRootPix() local
283 gc_init.foreground = BlackPixel(theDisp, theScreen); in killRootPix()
284 gc_init.background = WhitePixel(theDisp, theScreen); in killRootPix()
285 gc = XCreateGC(theDisp, vrootW, GCForeground|GCBackground, &gc_init); in killRootPix()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvroot.c273 XGCValues gc_init; in killRootPix() local
283 gc_init.foreground = BlackPixel(theDisp, theScreen); in killRootPix()
284 gc_init.background = WhitePixel(theDisp, theScreen); in killRootPix()
285 gc = XCreateGC(theDisp, vrootW, GCForeground|GCBackground, &gc_init); in killRootPix()
/dports/security/shishi/shishi-1.0.2/tests/
H A Dshishi.supp223 fun:gc_init
248 fun:gc_init
294 fun:gc_init
/dports/security/libgsasl/gsasl-1.10.0/lib/gltests/
H A Dtest-gc.c30 rc = gc_init (); in main()
H A Dtest-gc-hmac-md5.c30 rc = gc_init ();
H A Dtest-gc-hmac-sha1.c30 rc = gc_init (); in main()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-gc.c29 rc = gc_init (); in main()
H A Dtest-gc-hmac-md5.c29 rc = gc_init (); in main()
H A Dtest-gc-hmac-sha1.c29 rc = gc_init (); in main()
/dports/security/gsasl/gsasl-1.10.0/lib/gltests/
H A Dtest-gc.c30 rc = gc_init (); in main()
H A Dtest-gc-hmac-md5.c30 rc = gc_init (); in main()
H A Dtest-gc-hmac-sha1.c30 rc = gc_init (); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-gc.c30 rc = gc_init (); in main()
H A Dtest-gc-hmac-md5.c30 rc = gc_init (); in main()
H A Dtest-gc-hmac-sha1.c30 rc = gc_init (); in main()
/dports/security/oath-toolkit/oath-toolkit-2.6.2/liboath/gl/tests/
H A Dtest-gc.c29 rc = gc_init (); in main()
H A Dtest-gc-hmac-sha1.c29 rc = gc_init (); in main()
/dports/security/libgsasl/gsasl-1.10.0/tests/
H A Dlibgsasl.supp39 fun:gc_init
56 fun:gc_init
73 fun:gc_init
/dports/security/gsasl/gsasl-1.10.0/tests/
H A Dlibgsasl.supp39 fun:gc_init
56 fun:gc_init
73 fun:gc_init
/dports/security/oath-toolkit/oath-toolkit-2.6.2/liboath/
H A Dglobal.c52 if (gc_init () != GC_OK) in oath_init()
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dgc.h33 extern void gc_init(void);

123456789