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

/macosx-10.10/Heimdal-398.1.2/appl/popper/
H A Dpop_dropcopy.c63 snprintf(p->temp_drop, sizeof(p->temp_drop), POP_DROP,p->user);
68 p->temp_drop);
95 link(template,p->temp_drop);
104 if ((dfd = open(p->temp_drop,O_RDWR|O_APPEND|O_CREAT,0600)) == -1){
106 "Unable to open temporary maildrop '%s': %s",p->temp_drop,
121 return pop_msg(p,POP_FAILURE,"flock: '%s': %s", p->temp_drop,
135 return pop_msg(p,POP_FAILURE, "flock: '%s': %s", p->temp_drop,
168 p->temp_drop);
H A Dpop_updt.c70 return pop_msg(p,POP_FAILURE, "flock: '%s': %s", p->temp_drop,
104 p->drop_name,p->temp_drop);
H A Dpopper.h218 #define IS_MAILDIR(P) ((P)->temp_drop[0] == '\0')
245 char temp_drop[MAXPATHLEN]; /* The name of the user's member in struct:__anon492
H A Dmaildir.c132 p->temp_drop[0] = '\0';
/macosx-10.10/vim-55/runtime/syntax/
H A Dspup.vim119 syn keyword spupTypes temperature temperature_abs temp_diff temp_drop contained

Completed in 180 milliseconds