| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | regex.c | 50 LispRecomp(LispBuiltin *builtin, char *pattern, int cflags) argument 55 if ((code = recomp(regex, pattern, cflags)) != 0) { 80 int cflags = 0; local in function:Lisp_Recomp 99 cflags |= RE_NOSPEC; 101 cflags |= RE_ICASE; 103 cflags |= RE_NOSUB; 105 cflags |= RE_NEWLINE; 107 regex = LispRecomp(builtin, THESTR(pattern), cflags); 112 result->data.regex.options = cflags; 127 int code, cflags, eflag local in function:Lisp_Reexec [all...] |
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | freetype-config.in | 34 cflags=`%PKG_CONFIG% --cflags freetype2` 46 cflags="-I${SYSROOT}$includedir/freetype2" 82 --cflags display flags for compiling with the FreeType 130 --cflags) 195 echo $cflags | sed "s|$orig_includedir/freetype2|$includedir/freetype2|"
|
| H A D | freetype2.m4 | 26 [# Get the cflags and libraries from the freetype-config script 73 FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags`
|
| H A D | pkg.m4 | 114 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) 125 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` 127 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | create-android-ndk-pc.sh | 9 cflags="$3" 36 Cflags: -I$sysroot/usr/include $cflags
|
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| H A D | gallium.py | 407 cflags = [] # C 471 cflags += [ 476 cflags += [ 530 env.Append(CFLAGS = cflags)
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | configure.ac | 43 # with, these defines have to be added to the cflags line
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | xorg-server.m4 | 34 CFLAGS="$CFLAGS `$PKG_CONFIG --cflags xorg-server`"
|
| H A D | configure | 25535 pkg_cv_LIBBSD_CFLAGS=`$PKG_CONFIG --cflags "libbsd-overlay" 2>/dev/null` 25573 LIBBSD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbsd-overlay" 2>&1` 25575 LIBBSD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbsd-overlay" 2>&1` 27856 pkg_cv_PIXMAN_CFLAGS=`$PKG_CONFIG --cflags "$LIBPIXMAN" 2>/dev/null` 27894 PIXMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$LIBPIXMAN" 2>&1` 27896 PIXMAN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$LIBPIXMAN" 2>&1` 28182 PTHREAD_CFLAGS="`pthread-config --cflags`" 28535 pkg_cv_SYSTEMD_DAEMON_CFLAGS=`$PKG_CONFIG --cflags "$LIBSYSTEMD" 2>/dev/null` 28573 SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$LIBSYSTEMD" 2>&1` 28575 SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags [all...] |
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | pkg.m4 | 114 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) 125 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` 127 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 988 ImGuiColorEditFlags cflags = (ImGuiColorEditFlags_NoAlpha | local in function:display_aubfile_window 993 ImGui::ColorEdit3("background", (float *)&cfg->clear_color, cflags); ImGui::SameLine(); 994 ImGui::ColorEdit3("missing", (float *)&cfg->missing_color, cflags); ImGui::SameLine(); 995 ImGui::ColorEdit3("error", (float *)&cfg->error_color, cflags); ImGui::SameLine(); 996 ImGui::ColorEdit3("highlight", (float *)&cfg->highlight_color, cflags); ImGui::SameLine(); 997 ImGui::ColorEdit3("dwords", (float *)&cfg->dwords_color, cflags); ImGui::SameLine(); 998 ImGui::ColorEdit3("booleans", (float *)&cfg->boolean_color, cflags); ImGui::SameLine();
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 986 ImGuiColorEditFlags cflags = (ImGuiColorEditFlags_NoAlpha | local in function:display_aubfile_window 991 ImGui::ColorEdit3("background", (float *)&cfg->clear_color, cflags); ImGui::SameLine(); 992 ImGui::ColorEdit3("missing", (float *)&cfg->missing_color, cflags); ImGui::SameLine(); 993 ImGui::ColorEdit3("error", (float *)&cfg->error_color, cflags); ImGui::SameLine(); 994 ImGui::ColorEdit3("highlight", (float *)&cfg->highlight_color, cflags); ImGui::SameLine(); 995 ImGui::ColorEdit3("dwords", (float *)&cfg->dwords_color, cflags); ImGui::SameLine(); 996 ImGui::ColorEdit3("booleans", (float *)&cfg->boolean_color, cflags); ImGui::SameLine();
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | freetype.mk | 134 INCLUDE_FLAGS += $(shell pkg-config --cflags libpng) 135 INCLUDE_FLAGS += $(shell pkg-config --cflags harfbuzz) 136 INCLUDE_FLAGS += $(shell pkg-config --cflags libbrotlidec)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 1907 unsigned cflags) \ 1915 __ssa_src(instr, c, cflags); \ 1929 unsigned cflags, struct ir3_instruction *d, unsigned dflags) \ 1937 __ssa_src(instr, c, cflags); \ 1952 unsigned cflags, struct ir3_instruction *d, unsigned dflags, \ 1959 __ssa_src(instr, c, cflags); \ 1974 unsigned cflags, struct ir3_instruction *d, unsigned dflags, \ 1983 __ssa_src(instr, c, cflags); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 1195 struct ir3_instruction *c, unsigned cflags) \ 1202 __ssa_src(instr, c, cflags); \ 1214 struct ir3_instruction *c, unsigned cflags, \ 1222 __ssa_src(instr, c, cflags); \
|
| /xsrc/external/mit/xdpyinfo/dist/ |
| H A D | configure | 11228 pkg_cv_XDPYINFO_CFLAGS=`$PKG_CONFIG --cflags "xext x11 xtst x11-xcb xcb xproto >= 7.0.22" 2>/dev/null` 11266 XDPYINFO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xext x11 xtst x11-xcb xcb xproto >= 7.0.22" 2>&1` 11268 XDPYINFO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xext x11 xtst x11-xcb xcb xproto >= 7.0.22" 2>&1` 11321 pkg_cv_DPY_X11_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null` 11359 DPY_X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1` 11361 DPY_X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1` 11413 pkg_cv_DPY_XEXT_CFLAGS=`$PKG_CONFIG --cflags "xext" 2>/dev/null` 11451 DPY_XEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xext" 2>&1` 11453 DPY_XEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xext" 2>&1` 11502 pkg_cv_DPY_XKB_CFLAGS=`$PKG_CONFIG --cflags "x1 [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/ |
| H A D | configure | 19459 pkg_cv_GEN4ASM_CFLAGS=`$PKG_CONFIG --cflags "intel-gen4asm >= 1.2" 2>/dev/null` 19497 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1` 19499 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1` 19635 pkg_cv_UDEV_CFLAGS=`$PKG_CONFIG --cflags "libudev" 2>/dev/null` 19673 UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libudev" 2>&1` 19675 UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libudev" 2>&1` 19733 pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11 x11-xcb xcb-dri2 xcomposite xdamage xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng" 2>/dev/null` 19771 X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 x11-xcb xcb-dri2 xcomposite xdamage xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng" 2>&1` 19773 X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 x11-xcb xcb-dri2 xcomposite xdamage xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng" 2>&1` 19909 pkg_cv_X11_DRI3_CFLAGS=`$PKG_CONFIG --cflags "xc [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/ |
| H A D | configure | 18828 pkg_cv_GEN4ASM_CFLAGS=`$PKG_CONFIG --cflags "intel-gen4asm >= 1.2" 2>/dev/null` 18866 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1` 18868 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1` 19003 pkg_cv_UDEV_CFLAGS=`$PKG_CONFIG --cflags "libudev" 2>/dev/null` 19041 UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libudev" 2>&1` 19043 UDEV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libudev" 2>&1` 19084 pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11 xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng" 2>/dev/null` 19122 X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng" 2>&1` 19124 X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng" 2>&1` 19302 pkg_cv_X11_DRI3_CFLAGS=`$PKG_CONFIG --cflags "xc [all...] |
| /xsrc/external/mit/glw/dist/ |
| H A D | configure.ac | 73 MOTIF_CFLAGS=`$MOTIF_CONFIG --cflags`
|
| /xsrc/external/mit/mesa-demos/dist/ |
| H A D | configure | 16921 pkg_cv_GL_CFLAGS=`$PKG_CONFIG --cflags "gl" 2>/dev/null` 16959 GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gl" 2>&1` 16961 GL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gl" 2>&1` 17183 pkg_cv_GLEW_CFLAGS=`$PKG_CONFIG --cflags "glew >= 1.5.4" 2>/dev/null` 17221 GLEW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glew >= 1.5.4" 2>&1` 17223 GLEW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glew >= 1.5.4" 2>&1` 17280 pkg_cv_GLU_CFLAGS=`$PKG_CONFIG --cflags "glu" 2>/dev/null` 17318 GLU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glu" 2>&1` 17320 GLU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glu" 2>&1` 17461 pkg_cv_EGL_CFLAGS=`$PKG_CONFIG --cflags "eg [all...] |
| /xsrc/external/mit/libXfont/dist/ |
| H A D | configure.ac | 97 FREETYPE_CFLAGS="`$ft_config --cflags`"
|
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | configure.ac | 113 FREETYPE_CFLAGS="`$ft_config --cflags`"
|
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| H A D | configure.ac | 106 drm_cflags=$(pkg-config --cflags libdrm)
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | install.rst | 239 gcc `pkg-config --cflags --libs glut` mydemo.c -o mydemo
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/ |
| H A D | configure | 19648 CFLAGS="$CFLAGS `$PKG_CONFIG --cflags xorg-server`" 19684 CFLAGS="$CFLAGS `$PKG_CONFIG --cflags xorg-server`" 19720 CFLAGS="$CFLAGS `$PKG_CONFIG --cflags xorg-server`" 19756 CFLAGS="$CFLAGS `$PKG_CONFIG --cflags xorg-server`" 19805 pkg_cv_LIBDRM_CFLAGS=`$PKG_CONFIG --cflags "libdrm >= 2.4.89" 2>/dev/null` 19843 LIBDRM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdrm >= 2.4.89" 2>&1` 19845 LIBDRM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdrm >= 2.4.89" 2>&1` 19896 pkg_cv_LIBDRM_RADEON_CFLAGS=`$PKG_CONFIG --cflags "libdrm_radeon" 2>/dev/null` 19934 LIBDRM_RADEON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdrm_radeon" 2>&1` 19936 LIBDRM_RADEON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags [all...] |