Searched refs:userpath (Results 1 – 3 of 3) sorted by relevance
474 char *userpath = NULL; in calculate_path() local516 userpath = getpythonregpath(HKEY_CURRENT_USER, skiphome); in calculate_path()521 machinepath!=NULL || userpath!=NULL; in calculate_path()552 if (userpath) in calculate_path()553 bufsz += strlen(userpath) + 1; in calculate_path()576 if (userpath) in calculate_path()577 free(userpath); in calculate_path()593 if (userpath) { in calculate_path()594 strcpy(buf, userpath); in calculate_path()597 free(userpath); in calculate_path()
305 char *machinepath, *userpath; in calculate_path() local311 userpath = NULL; in calculate_path()314 userpath = getpythonregpath(HKEY_CURRENT_USER, FALSE); in calculate_path()373 if (userpath) in calculate_path()374 bufsz += strlen(userpath) + 1; in calculate_path()403 if (userpath) { in calculate_path()404 strcpy(buf, userpath); in calculate_path()
25 userpath = site.USER_SITE.replace(appdata, "%APPDATA%")26 userscripts = os.path.join(userpath, "Scripts")