| /src/distrib/syspkg/sets/base/base-locale-gl/ |
| Makefile | 3 PKGBASE=base-locale-gl
|
| /src/external/apache2/llvm/dist/clang/utils/VtableTest/ |
| gen.cc | 16 void gl(const char *c) { function 135 gl(" {"); 144 g(" "); g(simple_types[t]); g(" field"); g(i); gl(";"); 178 gl("); return 0; }"); 180 gl("); }"); 250 gl("); return 0; }"); 252 gl("); }"); 257 gl("public:"); 258 gl(" void calc(char *t) {"); 261 g(" mix(\"type num\", "); g(s); gl(");"); [all...] |
| /src/tests/lib/libc/gen/ |
| t_glob.c | 206 glob_t gl; local 211 memset(&gl, 0, sizeof(gl)); 212 gl.gl_opendir = vfs_opendir; 213 gl.gl_readdir = vfs_readdir; 214 gl.gl_closedir = vfs_closedir; 215 gl.gl_stat = vfs_stat; 216 gl.gl_lstat = vfs_lstat; 218 switch ((e = glob(p, GLOB_ALTDIRFUNC | flags, NULL, &gl))) { 238 for (i = 0; i < gl.gl_pathc; i++ [all...] |
| /src/external/bsd/tmux/dist/ |
| grid.c | 102 grid_get_extended_cell(struct grid_line *gl, struct grid_cell_entry *gce, 105 u_int at = gl->extdsize + 1; 107 gl->extddata = xreallocarray(gl->extddata, at, sizeof *gl->extddata); 108 gl->extdsize = at; 116 grid_extended_cell(struct grid_line *gl, struct grid_cell_entry *gce, 124 grid_get_extended_cell(gl, gce, flags); 125 else if (gce->offset >= gl->extdsize) 127 gl->flags |= GRID_LINE_EXTENDED 205 struct grid_line *gl = &gd->linedata[py]; local 482 struct grid_line *gl; local 575 struct grid_line *gl; local 606 struct grid_line *gl; local 634 struct grid_line *gl; local 739 struct grid_line *gl; local 1073 const struct grid_line *gl; local 1207 struct grid_line *gl; local 1234 struct grid_line *gl, *from = NULL; local 1342 struct grid_line *gl = &gd->linedata[yy], *first; local 1410 struct grid_line *gl; local [all...] |
| cmd-capture-pane.c | 111 const struct grid_line *gl; local 203 gl = grid_peek_line(gd, i); 204 if (!join_lines || !(gl->flags & GRID_LINE_WRAPPED))
|
| grid-view.c | 68 struct grid_line *gl; local 74 gl = grid_get_line(gd, grid_view_y(gd, yy)); 75 if (gl->cellused != 0)
|
| /src/libexec/ftpd/ |
| popen.c | 138 glob_t gl; local 141 memset(&gl, 0, sizeof(gl)); 142 if (glob(argv[argc], flags, NULL, &gl) 143 || gl.gl_pathv == NULL) { 145 globfree(&gl); 149 for (pop = gl.gl_pathv; *pop; pop++) { 151 globfree(&gl); 156 globfree(&gl);
|
| conf.c | 520 glob_t gl; local 563 memset(&gl, 0, sizeof(gl)); 564 if (glob(curclass.notify, GLOB_BRACE|GLOB_LIMIT, NULL, &gl) != 0 565 || gl.gl_matchc == 0) { 566 globfree(&gl); 570 for (rlist = gl.gl_pathv; *rlist != NULL; rlist++) { 588 globfree(&gl);
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-glade-2 | 15 tmpfiles="$tmpfiles xg-gl-2.pot" 17 ${XGETTEXT} -o xg-gl-2.pot empty.glade 2>/dev/null 62 tmpfiles="$tmpfiles xg-gl-2.tmp xg-gl-2.pot" 64 ${XGETTEXT} --add-comments -o xg-gl-2.tmp simple.glade 66 grep -v 'POT-Creation-Date' < xg-gl-2.tmp > xg-gl-2.pot 68 tmpfiles="$tmpfiles xg-gl-2.ok" 69 cat <<\EOF > xg-gl-2.ok 102 ${DIFF} xg-gl-2.ok xg-gl-2.po [all...] |
| xgettext-glade-3 | 14 tmpfiles="$tmpfiles xg-gl-3.pot" 16 ${XGETTEXT} -o xg-gl-3.pot empty.glade 2>/dev/null 169 tmpfiles="$tmpfiles xg-gl-3.tmp xg-gl-3.pot" 171 ${XGETTEXT} -o xg-gl-3.tmp asciitable.glade2 173 grep -v 'POT-Creation-Date' < xg-gl-3.tmp > xg-gl-3.pot 175 tmpfiles="$tmpfiles xg-gl-3.ok" 176 cat <<\EOF > xg-gl-3.ok 211 ${DIFF} xg-gl-3.ok xg-gl-3.po [all...] |
| /src/external/lgpl3/gmp/dist/mpz/ |
| lcm.c | 52 mp_limb_t vl, gl, c; local 66 gl = mpn_gcd_1 (up, usize, vl); 67 vl /= gl;
|
| /src/sys/external/isc/atheros_hal/dist/ar5212/ |
| ar5212_rfgain.c | 190 const GAIN_OPTIMIZATION_LADDER *gl; local 193 gl = &gainLadder5112; 195 gl = &gainLadder; 196 gv->currStep = &gl->optStep[gv->currStepNum]; 208 gv->targetGain -= 2 * (gl->optStep[--(gv->currStepNum)].stepGain - 210 gv->currStep = &gl->optStep[gv->currStepNum]; 217 if (gv->currStepNum == gl->numStepsInLadder-1) { 227 gv->currStepNum < (gl->numStepsInLadder - 1)) { 229 (gl->optStep[++(gv->currStepNum)].stepGain - gv->currStep->stepGain); 230 gv->currStep = &gl->optStep[gv->currStepNum] [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| scratch_buffer.h | 125 #include <malloc/scratch_buffer.gl.h>
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| scratch_buffer.h | 125 #include <malloc/scratch_buffer.gl.h>
|
| /src/crypto/external/bsd/openssh/dist/ |
| auth2-pubkey.c | 331 glob_t gl; local 338 r = glob(file, 0, NULL, &gl); 345 } else if (gl.gl_pathc > INT_MAX) { 347 } else if (gl.gl_pathc > 1) { 349 gl.gl_pathc); 351 for (i = 0; !success && i < gl.gl_pathc; i++) { 354 if ((f = auth_openprincipals(gl.gl_pathv[i], pw, 359 success = auth_process_principals(f, gl.gl_pathv[i], 368 globfree(&gl); 824 glob_t gl; local [all...] |
| /src/external/gpl2/gettext/locale/ |
| Makefile | 6 en@quot.gmo es.gmo et.gmo fi.gmo fr.gmo gl.gmo id.gmo it.gmo \
|
| /src/external/gpl3/gdb/dist/gnulib/ |
| update-gnulib.sh | 172 --no-conditional-dependencies --no-libtool --macro-prefix=gl \
|
| /src/external/gpl3/gdb.old/dist/gnulib/ |
| update-gnulib.sh | 172 --no-conditional-dependencies --no-libtool --macro-prefix=gl \
|
| /src/external/mit/xorg/lib/libepoxy/ |
| Makefile | 30 gl.h gl_generated.h \ 47 -e "s,@GL_REQS@, gl egl," 50 -e "s,@GL_REQS@, gl,"
|
| /src/external/gpl2/grep/bin/ |
| Makefile | 32 .for F in cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo \
|
| /src/external/mit/xorg/lib/libGL/ |
| Makefile | 7 LIB= GL 140 .PATH: ${X11SRCDIR.Mesa}/include/GL 142 INCS= gl.h glcorearb.h glext.h \ 145 INCSDIR=${X11INCDIR}/GL 152 -I${X11SRCDIR.Mesa}/include/GL/internal \ 159 -I${DESTDIR}${X11INCDIR}/GL \ 227 PKGCONFIG= gl 228 PKGDIST.gl= ${X11SRCDIR.Mesa}/../src/pkgconfig 230 PKGCONFIG_VERSION.gl= ${MESA_VER} 236 s,@GL_PKGCONF_LIB@,GL,; \ [all...] |
| /src/external/mit/xorg/lib/libGL.old/ |
| Makefile | 7 LIB= GL 132 .PATH: ${X11SRCDIR.Mesa}/include/GL 134 INCS= gl.h gl_mangle.h glcorearb.h glext.h \ 137 INCSDIR=${X11INCDIR}/GL 144 -I${X11SRCDIR.Mesa}/include/GL/internal \ 151 -I${DESTDIR}${X11INCDIR}/GL \ 217 PKGCONFIG= gl 218 PKGDIST.gl= ${X11SRCDIR.Mesa}/../src/pkgconfig 220 PKGCONFIG_VERSION.gl= ${MESA_VER} 226 s,@GL_PKGCONF_LIB@,GL,; \ [all...] |
| /src/lib/libc/citrus/modules/ |
| citrus_iso2022.c | 95 int gl:3, member in struct:__anon270 422 s->gl = 0; 586 psenc->gl = 0; 592 psenc->gl = 1; 658 psenc->gl = string[1] - 'n' + 2; 730 ? psenc->gl : psenc->singlegl; 1100 /* invoke the plane onto GL or GR. */ 1101 if (psenc->gl == target) 1108 psenc->gl = 0; 1111 psenc->gl = 1 [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
| Makefile | 10 dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-gl-mv1000.dtb
|
| /src/usr.bin/ftp/ |
| util.c | 628 glob_t gl; local 636 memset(&gl, 0, sizeof(gl)); 637 if (glob(pattern, flags, NULL, &gl) || gl.gl_pathc == 0) { 639 globfree(&gl); 642 p = ftp_strdup(gl.gl_pathv[0]); 643 globfree(&gl);
|