Searched refs:writable (Results 1 - 3 of 3) sorted by relevance
/sendmail/sendmail/ |
H A D | savemail.c | 379 if (writable(dlbuf, NULL, sff) && 417 if (!writable(DeadLetterDrop, NULL, sff) ||
|
H A D | recipient.c | 1274 ** WRITABLE -- predicate returning if the file is writable. 1282 ** not writable. This is also enforced by mailfile. 1298 writable(filename, ctladdr, flags) function 1308 sm_dprintf("writable(%s, 0x%lx)\n", filename, flags); 1311 ** File does exist -- check that it is writable. 1587 /* check for writable parent directory */ 1723 /* if path was writable, check to avoid file giveaway tricks */ 1809 sm_dprintf("include: %s is %s writable, marked unsafe\n", 1815 "%s: %s writable %s file, marked unsafe",
|
H A D | sendmail.h | 2336 EXTERN bool UseMSP; /* mail submission: group writable queue ok? */ 2774 extern bool writable __P((char *, ADDRESS *, long));
|
Completed in 233 milliseconds