Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c298 static sds getDotfilePath(char *envoverride, char *dotfilename) { in getDotfilePath() function
1650 sds rcfile = getDotfilePath(REDIS_CLI_RCFILE_ENV,REDIS_CLI_RCFILE_DEFAULT); in cliLoadPreferences()
1689 historyfile = getDotfilePath(REDIS_CLI_HISTFILE_ENV,REDIS_CLI_HISTFILE_DEFAULT); in repl()