Searched refs:getenv (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dtable.c51 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_option_helpers.c17 if (env_name && getenv(env_name)) {
18 return atoi(getenv(env_name));
26 if (getenv(env_name)) {
27 return getenv(env_name);
35 const char* value = getenv(env_name);
/xsrc/external/mit/libXft/dist/src/
H A Dxftdbg.c36 e = getenv ("XFT_DEBUG");
/xsrc/external/mit/libX11/dist/src/
H A DDisName.c61 if ( (d = getenv( "DISPLAY" )) != (char *)NULL )
H A DGetDflt.c80 if ((ptr1 = getenv("HOME"))) { /* old, deprecated */
82 } else if ((ptr1 = getenv("HOMEDRIVE")) && (ptr2 = getenv("HOMEDIR"))) {
85 } else if ((ptr2 = getenv("USERNAME"))) {
103 if ((ptr = getenv("HOME"))) {
107 if ((ptr = getenv("USER")))
151 if (!(xenv = getenv ("XENVIRONMENT"))) {
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Dtable.c48 const char *debug = getenv("MESA_DEBUG");
50 debug = getenv("LIBGL_DEBUG");
/xsrc/external/mit/libFS/dist/src/
H A DFSServName.c68 if ((s = getenv("FONTSERVER")) != NULL)
/xsrc/external/mit/libvdpau/dist/src/
H A Dutil.h34 return getenv(name);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86-64/
H A Dx86-64.c67 if (getenv("MESA_DEBUG")) {
79 if ( getenv( "MESA_NO_ASM" ) ) {
/xsrc/external/mit/MesaLib/dist/src/mesa/x86-64/
H A Dx86-64.c67 if (getenv("MESA_DEBUG")) {
79 if ( getenv( "MESA_NO_ASM" ) ) {
/xsrc/external/mit/MesaLib.old/dist/src/loader/
H A Dpci_id_driver_map.c50 (chipset < 0x40 && getenv("NOUVEAU_VIEUX") != NULL);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_mesa.c34 env = getenv("MESA_SWAP_HACK");
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dpci_id_driver_map.c52 (chipset < 0x40 && getenv("NOUVEAU_VIEUX") != NULL);
/xsrc/external/mit/libXau/dist/
H A DAuFileName.c61 if ((name = getenv ("XAUTHORITY")))
63 name = getenv ("HOME");
66 if ((name = getenv("USERNAME"))) {
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmsg.c128 if (force || getenv("WIN_DEBUG_MESSAGES") ||
129 getenv("WIN_DEBUG_WM_USER")) {
142 if (force || getenv("WIN_DEBUG_MESSAGES") || getenv(buffer)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmsg.c156 if (force || getenv("WIN_DEBUG_MESSAGES") || getenv("WIN_DEBUG_WM_USER"))
168 if (force || getenv("WIN_DEBUG_MESSAGES") || getenv(buffer))
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddebug.c78 const char *str = getenv(var_name);
101 char *str = getenv(var_name);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddebug.c78 const char *str = getenv(var_name);
103 char *str = getenv(var_name);
H A Dprocess_test.c76 char* build_path = getenv("BUILD_FULL_PATH");
/xsrc/external/mit/xinit/dist/launchd/user_startx/
H A Dlaunchd_startx.c58 char const * const home = getenv("HOME");
/xsrc/external/mit/xedit/dist/lisp/
H A Dgetenv.c1 /* $OpenBSD: getenv.c,v 1.10 2010/08/23 22:31:50 millert Exp $ */
69 * getenv --
73 getenv(const char *name) function in typeref:typename:char *
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/
H A Dvk_util.c53 const char *str = getenv("MESA_VK_VERSION_OVERRIDE");
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/common/
H A Dv3d_debug.c79 V3D_DEBUG = parse_debug_string(getenv("V3D_DEBUG"), debug_control);
/xsrc/external/mit/xsm/dist/
H A Dlock.c38 const char *path = getenv ("SM_SAVE_DIR");
42 path = getenv ("HOME");
/xsrc/external/mit/libXcursor/dist/src/
H A Ddisplay.c161 v = getenv ("XCURSOR_CORE");
171 v = getenv ("XCURSOR_ANIM");
185 v = getenv ("XCURSOR_SIZE");
232 v = getenv ("XCURSOR_RESIZED");
246 v = getenv ("XCURSOR_THEME");
260 v = getenv ("XCURSOR_DITHER");
281 v = getenv ("XCURSOR_THEME_CORE");

Completed in 20 milliseconds

1234567891011>>