Searched refs:gl (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10/Libinfo-459/nis.subproj/
H A Dgetnetgrent.c88 register struct grouplist *gl; local
90 for (gl = grouplist; gl != NULL; gl = gl->gl_nxt) {
91 if (gl->gl_name)
92 free(gl->gl_name);
93 if (gl->gl_domain)
94 free(gl->gl_domain);
95 if (gl
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/
H A DTemporaryOpenGLSetting.cpp36 #include <OpenGLES/ES2/gl.h>
38 #include <OpenGL/gl.h>
H A DGLDefs.h39 #include <GL/gl.h>
H A DExtensions3DOpenGL.cpp40 #include <OpenGL/gl.h>
H A DExtensions3DOpenGLCommon.cpp43 #include <OpenGL/gl.h>
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c138 glob_t gl; local
148 memset(&gl, 0, sizeof(gl));
150 glob(argv[argc], flags, NULL, &gl) ||
151 gl.gl_pathc == 0)
154 for (pop = gl.gl_pathv;
158 globfree(&gl);
H A Dftpcmd.y841 glob_t gl;
845 memset(&gl, 0, sizeof(gl));
846 if (glob($1, flags, NULL, &gl) ||
847 gl.gl_pathc == 0) {
851 $$ = strdup(gl.gl_pathv[0]);
853 globfree(&gl);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctfont.py229 v, gl = CTFontGetGlyphsForCharacters(font,
233 self.failUnlessIsInstance(gl, tuple)
234 self.failUnlessEqual(len(gl), 5)
235 self.failUnlessIsInstance(gl[0], (int, long))
275 kCTFontDefaultOrientation, gl, None, 5)
283 kCTFontDefaultOrientation, gl, None, 5)
289 r = CTFontGetVerticalTranslationsForGlyphs(font, gl, None, 5)
294 v = CTFontCreatePathForGlyph(font, gl[0], None)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctfont.py236 v, gl = CTFontGetGlyphsForCharacters(font,
240 self.assertIsInstance(gl, tuple)
241 self.assertEqual(len(gl), 5)
242 self.assertIsInstance(gl[0], (int, long))
282 kCTFontDefaultOrientation, gl, None, 5)
290 kCTFontDefaultOrientation, gl, None, 5)
296 r = CTFontGetVerticalTranslationsForGlyphs(font, gl, None, 5)
301 v = CTFontCreatePathForGlyph(font, gl[0], None)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreText-2.5.1/PyObjCTest/
H A Dtest_ctfont.py260 v, gl = CTFontGetGlyphsForCharacters(font,
264 self.assertIsInstance(gl, tuple)
265 self.assertEqual(len(gl), 5)
266 self.assertIsInstance(gl[0], (int, long))
306 kCTFontDefaultOrientation, gl, None, 5)
314 kCTFontDefaultOrientation, gl, None, 5)
320 r = CTFontGetVerticalTranslationsForGlyphs(font, gl, None, 5)
325 v = CTFontCreatePathForGlyph(font, gl[0], None)
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c514 glob_t gl; local
537 memset(&gl, 0, sizeof(gl));
539 if (glob(argv[i], flags, NULL, &gl) || gl.gl_pathc == 0) {
541 globfree(&gl);
544 for (cpp = gl.gl_pathv; cpp && *cpp != NULL; cpp++) {
562 globfree(&gl);
1564 glob_t gl; local
1571 memset(&gl,
[all...]
/macosx-10.10/sudo-73/src/
H A Dmatch.c475 glob_t gl; local
497 if (glob(sudoers_cmnd, GLOB_NOSORT, NULL, &gl) != 0 || gl.gl_pathc == 0) {
498 globfree(&gl);
502 for (ap = gl.gl_pathv; (cp = *ap) != NULL; ap++) {
527 globfree(&gl);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebGLLayer.mm36 #import <OpenGL/gl.h>
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c641 glob_t gl; local
649 memset(&gl, 0, sizeof(gl));
650 if (glob(pattern, flags, NULL, &gl) || gl.gl_pathc == 0) {
652 globfree(&gl);
655 p = ftp_strdup(gl.gl_pathv[0]);
656 globfree(&gl);
H A Dcmds.c513 glob_t gl; local
535 memset(&gl, 0, sizeof(gl));
537 if (glob(argv[i], flags, NULL, &gl) || gl.gl_pathc == 0) {
539 globfree(&gl);
542 for (cpp = gl.gl_pathv; cpp && *cpp != NULL && connected;
561 globfree(&gl);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc141 const sopno gl = g->laststate;
185 endp = fast(m, start, stop, gf, gl);
199 endp = slow(m, m->coldp, stop, gf, gl);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffgt.c35 # include <OpenGL/gl.h>
38 # include <GL/gl.h>
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dlc.tab64 gl galician
198 es spain es|ca|eu|gl
203 gl greenland kl
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dengine.c79 const register sopno gl = g->laststate; local
123 endp = fast(m, start, stop, gf, gl);
135 endp = slow(m, m->coldp, stop, gf, gl);
156 dp = dissect(m, m->coldp, endp, gf, gl);
167 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
179 endp = slow(m, m->coldp, endp-1, gf, gl);
190 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
/macosx-10.10/ICU-531.30/icuSources/data/coll/
H A Dcolfiles.mk56 fo.txt fr.txt fr_CA.txt ga.txt gl.txt\
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dconfig.charset134 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
539 echo "gl CP850"
/macosx-10.10/libiconv-42/libiconv/libcharset/lib/
H A Dconfig.charset135 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
540 echo "gl CP850"
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoard.h46 #import <OpenGL/gl.h>
/macosx-10.10/WebCore-7600.1.25/platform/graphics/egl/
H A DGLContextEGL.cpp39 // cairo-gl.h includes some definitions from GLX that conflict with
43 #include <cairo-gl.h>
/macosx-10.10/WebCore-7600.1.25/platform/graphics/glx/
H A DGLContextGLX.cpp30 #include <cairo-gl.h>

Completed in 326 milliseconds

123