Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 72) sorted by relevance

123

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dprintercache.c84 home = getenv("HOME"); in printercache_unlink_blob()
124 home = getenv("HOME"); in printercache_rename_blob()
165 home = getenv("HOME"); in printercache_load_blob()
203 home = getenv("HOME"); in printercache_save_blob()
H A Drdesktop.c1396 home = getenv("HOME"); in load_licence()
1426 home = getenv("HOME"); in save_licence()
1476 home = getenv("HOME"); in rd_pstcache_mkdir()
1508 home = getenv("HOME"); in rd_open_file()
/reactos/sdk/include/c++/
H A Dcstdlib20 #undef getenv
54 using ::getenv;
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dutil.c172 cp = (char *) getenv("LOGNAME"); in GetPwByName()
174 cp = (char *) getenv("USER"); in GetPwByName()
245 homedrive = getenv("HOMEDRIVE"); in GetHomeDir()
246 homepath = getenv("HOMEPATH"); in GetHomeDir()
280 else if ((cp = (const char *) getenv("LOGNAME")) == NULL) in GetHomeDir()
315 else if ((cp = (const char *) getenv("LOGNAME")) == NULL) in GetUsrName()
/reactos/base/applications/network/telnet/src/
H A Dtnconfig.cpp528 char* env_telnet_ini = getenv (ENV_TELNET_INI); in inifile_init()
546 if ((k = getenv(ENV_TELNET_CFG)) == NULL){ in keyfile_init()
598 char* p = getenv(ENV_TELNET_REDIR); in redir_init()
601 if((p = getenv(ENV_INPUT_REDIR))) input_redir = atoi(p); in redir_init()
602 if((p = getenv(ENV_OUTPUT_REDIR))) output_redir = atoi(p); in redir_init()
/reactos/modules/rostests/winetests/msvcrt/
H A Denviron.c247 ok( strcmp(getenv("cat"), "dog") == 0, "getenv did not return 'dog'\n" ); in test_environment_manipulation()
254 ok( getenv("nonexistent") == NULL, "getenv should fail with nonexistent var name\n" ); in test_environment_manipulation()
H A Dtime.c298 _snprintf(TZ_env,255,"TZ=%s",(getenv("TZ")?getenv("TZ"):"")); in test_mktime()
328 _snprintf(TZ_env,255,"TZ=%s",(getenv("TZ")?getenv("TZ"):"")); in test_localtime()
895 _snprintf(TZ_env,255,"TZ=%s",(getenv("TZ")?getenv("TZ"):"")); in test__tzset()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dutil.c562 if ((cp = getenv("NCFTPDIR")) != NULL) { in InitOurDirectory()
569 } else if ((cp = getenv("HOME")) != NULL) { in InitOurDirectory()
598 cp = getenv("NCFTPDIR"); in InitOurDirectory()
656 envp = getenv("LOGNAME"); in InitUserInfo()
665 envp = getenv("HOME"); in InitUserInfo()
671 envp = getenv("SHELL"); in InitUserInfo()
H A Dgetline.c445 cp = (const char *) getenv("COLUMNS"); in gl_init()
451 cp = (const char *) getenv("ROWS"); in gl_init()
584 cp = (char *) getenv("EDITOR"); in getline()
2003 homedrive = getenv("HOMEDRIVE"); in gl_set_home_dir()
2004 homepath = getenv("HOMEPATH"); in gl_set_home_dir()
2026 cp = (char *) getenv("LOGNAME"); in gl_set_home_dir()
2028 cp = (char *) getenv("USER"); in gl_set_home_dir()
H A Dtrace.c147 cp = (const char *) getenv("TERM"); in OpenTrace()
H A Dreadln.c74 if ((cp = (char *) getenv("COLUMNS")) == NULL) { in GetScreenColumns()
170 if ((gTerm = getenv("TERM")) == NULL) { in InitTermcap()
/reactos/sdk/lib/crt/stdlib/
H A Dgetenv.c17 char *getenv(const char *name) in getenv() function
H A Dstdlib.cmake24 stdlib/getenv.c
/reactos/sdk/lib/3rdparty/freetype/include/freetype/config/
H A Dftstdlib.h146 #define ft_getenv getenv
/reactos/dll/3rdparty/libjpeg/
H A Djmemdos.c50 extern char * getenv JPP((const char * name));
139 if ((env = (const char *) getenv("TMP")) == NULL) in select_file_name()
140 if ((env = (const char *) getenv("TEMP")) == NULL) in select_file_name()
/reactos/sdk/tools/log2lines/
H A Doptions.c60 if ((s = getenv(SOURCES_ENV))) in optionInit()
/reactos/sdk/lib/crt/time/
H A Dtimezone.c102 str = getenv("TZ"); in _tzset()
/reactos/sdk/lib/crt/process/
H A D_system.c30 szComSpec = getenv("COMSPEC"); in system()
/reactos/sdk/lib/3rdparty/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c113 char *name = getenv( "LC_ALL" ); in _Locale_aux_default()
118 name = getenv( LC ); in _Locale_aux_default()
122 name = getenv( "LANG" ); in _Locale_aux_default()
/reactos/sdk/include/c++/stlport/stl/
H A D_cstdlib.h64 using _STLP_VENDOR_CSTD::getenv;
/reactos/dll/3rdparty/libtirpc/src/
H A Dgetnetpath.c98 if ((npp = getenv(NETPATH)) == NULL) { in setnetpath()
/reactos/modules/rostests/tests/wpickclick/
H A Dwpickclick.c54 char* str=getenv("CXTEST_DEBUG"); in init_debug()
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dsearchinpath.c130 path = getenv("PATH");
/reactos/modules/rostests/tests/wclickat/
H A Dwclickat.c93 char* str=getenv("CXTEST_DEBUG"); in init_debug()
646 p = getenv("CXTEST_TIME_MULTIPLE"); in parse_arguments()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Drdesktop-core-tester.cpp93 home = getenv("HOME"); in rd_pstcache_mkdir()
125 home = getenv("HOME"); in rd_open_file()

123