Lines Matching defs:tmp
159 const char *const *tmp, *p;
164 for (tmp = t_strsplit(args, " "); *tmp != NULL; tmp++) {
165 if (strncmp(*tmp, "cache_key=", 10) == 0)
167 p_strdup(pool, *tmp + 10);
168 else if (strncmp(*tmp, "quota_template=", 15) == 0) {
169 p = strchr(*tmp + 15, '=');
175 p_strdup_until(pool, *tmp + 15, p);
177 } else if (strcmp(*tmp, "blocking=no") == 0) {
180 i_fatal("userdb vpopmail: Unknown setting: %s", *tmp);