Searched refs:keys_str (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/util/
H A Dscript-login.c155 const char *keys_str, *username, *const *keys, *value; local
159 keys_str = getenv(ENV_USERDB_KEYS);
160 if (keys_str == NULL)
168 for (keys = t_strsplit_spaces(keys_str, " "); *keys != NULL; keys++) {

Completed in 8 milliseconds