Home
last modified time | relevance | path

Searched refs:GetEnvAlloc (Results 1 – 1 of 1) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dshell.c63 static char* GetEnvAlloc(LPCSTR lpName) in GetEnvAlloc() function
90 path = GetEnvAlloc("UserProfile"); in GetPath_HOME()
94 path = GetEnvAlloc("HOME"); in GetPath_HOME()
103 path = GetEnvAlloc("TEMP"); in GetPath_TEMP()
107 path = GetEnvAlloc("TMPDIR"); in GetPath_TEMP()
132 path = GetEnvAlloc("XDG_DATA_HOME"); in GetPath_XDG_DATA_HOME()
185 path = GetEnvAlloc("XDG_CONFIG_HOME"); in GetPath_XDG_CONFIG_HOME()
242 path = GetEnvAlloc("XDG_CACHE_HOME"); in GetPath_XDG_CACHE_HOME()
314 path = GetEnvAlloc("XDG_RUNTIME_DIR"); in GetPath_XDG_RUNTIME_DIR()