Home | History | Annotate | Download | only in mail

Lines Matching defs:pathname

95 detach_get_fname(char *prompt, char *pathname)
100 fname = my_gets(&elm.filec, prompt, pathname);
107 pathname = savestr(fname); /* save this or it gets trashed */
110 (void)printf("%s%s\n", prompt, pathname);
112 return pathname;
179 char *pathname;
193 * Get the suggested target pathname.
196 (void)sasprintf(&pathname, "%s/%s", mip->mi_detachdir,
202 (void)sasprintf(&pathname, "%s/msg-%s.part-%s.%s",
219 if ((fname = detach_get_fname(prompt, pathname)) == NULL)
254 char *pathname;
263 if ((pathname = detach_open_target(mip)) == NULL)
266 (void)printf("writing: %s\n", pathname);