Lines Matching defs:dir
107 const char *name, *args, *dir;
124 dir = mail_user_home_expand(_storage->user,
126 storage->attachment_dir = p_strdup(_storage->pool, dir);
162 const char *dir, *path;
168 &dir) <= 0)
170 path = t_strdup_printf("%s/"MAIL_INDEX_PREFIX".log", dir);
287 DIR *dir;
291 dir = opendir(path);
292 if (dir == NULL) {
301 while ((d = readdir(dir)) != NULL) {
308 if (closedir(dir) < 0) {
349 /* dir is empty, ignore it */