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

/macosx-10.10/Heimdal-398.1.2/appl/popper/
H A Dpop_pass.c107 snprintf(p->drop_name, sizeof(p->drop_name), "%s/%s", POP_MAILDIR, p->user);
108 if(stat(p->drop_name, &st) < 0 || !S_ISDIR(st.st_mode)){
H A Dpop_updt.c58 pop_log(p,POP_DEBUG,"Opening mail drop \"%s\"",p->drop_name);
62 if ((mfd = open(p->drop_name,O_RDWR|O_CREAT,0600)) == -1 ||
104 p->drop_name,p->temp_drop);
H A Dpop_dropcopy.c130 if ((mfd = open(p->drop_name,O_RDWR)) > 0) {
H A Dmaildir.c41 snprintf(buf, len, "%s/%s%s%s", p->drop_name,
H A Dpopper.h243 char drop_name[MAXPATHLEN]; /* The name of the user's member in struct:__anon492

Completed in 82 milliseconds