Searched refs:getenv (Results 1 - 25 of 58) sorted by path

123

/haiku/src/apps/deskbar/
H A DResourceSet.cpp572 const char* val = getenv(variableName);
/haiku/src/bin/debug/
H A Ddebug_utils.cpp40 const char* paths = getenv("PATH");
/haiku/src/bin/
H A Dgetarch.cpp76 char* pathVariableValue = getenv("PATH");
H A Dsetarch.cpp85 char* pathVariableValue = getenv("PATH");
/haiku/src/bin/multiuser/
H A Dlogin.cpp210 const char* args[] = {getenv("SHELL"), "-login", NULL};
H A Dsu.cpp106 const char* args[] = {getenv("SHELL"), NULL, NULL, NULL, NULL};
/haiku/src/bin/network/telnet/
H A Dcommands.c1375 shellp = getenv("SHELL");
2494 user = getenv("USER");
2741 rcname = getenv("HOME");
/haiku/src/bin/network/telnetd/
H A Dauthenc.c81 return(getenv(val));
/haiku/src/bin/unzip/
H A Denvargs.c52 char *getenv();
54 char *envptr; /* value returned by getenv */
62 if ((envptr = getenv(envstr)) != (char *)NULL) /* usual var */
66 if ((envptr = getenv(envstr2)) != (char *)NULL) /* alternate var */
H A Dprocess.c227 (((tmp = getenv("TZ")) != NULL) && (*tmp != '\0'))
H A Dtimezone.c482 TZstring = getenv("TZ"); /* read TZ envvar */
H A Dttyio.c398 char *envptr, *getenv();
406 envptr = getenv("LINES");
416 envptr = getenv("COLUMNS");
H A Dunzip.c1718 char *envptr, *getenv();
1923 envptr = getenv(LoadFarStringSmall(EnvUnZip));
1928 envptr = getenv(LoadFarStringSmall(EnvUnZip2));
1933 envptr = getenv(LoadFarStringSmall(EnvZipInfo));
1938 envptr = getenv(LoadFarStringSmall(EnvZipInfo2));
1945 envptr = getenv(LoadFarStringSmall(EnvEMX));
1950 envptr = getenv(LoadFarStringSmall(EnvEMXOPT));
1957 envptr = getenv(LoadFarStringSmall(EnvGO32));
1962 envptr = getenv(LoadFarStringSmall(EnvGO32TMP));
1970 envptr = getenv(LoadFarStringSmal
[all...]
/haiku/src/kits/debug/
H A DTeamDebugger.cpp174 const char* paths = getenv("PATH");
/haiku/src/libs/glut/
H A Dglut_vidresize.c87 channelString = getenv("GLUT_VIDEO_RESIZE_CHANNEL");
/haiku/src/libs/iconv/
H A Dlocalcharset.c122 dir = getenv ("CHARSETALIASDIR");
309 locale = getenv ("LC_ALL");
312 locale = getenv ("LC_CTYPE");
314 locale = getenv ("LANG");
348 /* On old systems which lack it, use setlocale or getenv. */
360 locale = getenv ("LC_ALL");
363 locale = getenv ("LC_CTYPE");
365 locale = getenv ("LANG");
393 locale = getenv ("LC_ALL");
396 locale = getenv ("LC_CTYP
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c223 #ifndef getenv
224 extern char *getenv ();
410 posixly_correct = getenv ("POSIXLY_CORRECT");
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c873 codeset_name = getenv ("LC_ALL");
875 codeset_name = getenv ("LC_CTYPE");
877 codeset_name = getenv ("LANG");
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c103 #define __secure_getenv getenv
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h627 extern char *getenv (__const char *__name) __THROW;
/haiku/src/system/libroot/posix/
H A Dglob.c403 (h = getenv("HOME")) == NULL) {
/haiku/src/system/runtime_loader/
H A Dutility.cpp24 getenv(const char *name) function
27 // Use libroot's getenv() as soon as it is available to us - the
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp209 addon_path = getenv("ADDON_PATH");
629 search_paths = getenv("ADDON_PATH");
/haiku/src/tests/system/libroot/posix/
H A Dclearenv.cpp28 if (getenv("TEST_VARIABLE") != NULL)
H A Dfseek_test.cpp44 tmpdir = getenv("TMPDIR");

Completed in 123 milliseconds

123