Lines Matching refs:expanded
1104 /* get the expanded path up to the same amount of '/' characters.
1145 const char *expanded, *unexpanded, *root_dir, *p;
1151 to get expanded="/var/mail/domain/nn" */
1157 if (!mailbox_list_get_root_path(list, type, &expanded))
1167 if (!mailbox_list_get_root_path(list, type, &expanded))
1169 expanded = get_expanded_path(unexpanded, p, expanded);
1170 if (*expanded == '\0')
1175 if (stat_first_parent(expanded, &root_dir, &st) < 0) {
1192 if (root_dir == expanded) {
1195 if (mkdir_parents_chgrp(expanded, st.st_mode,
1199 "mkdir(%s) failed: %m", expanded);