Home
last modified time | relevance | path

Searched refs:dot_lock (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Ddotlock.c135 dot_lock(const char *fname, int pollinterval, FILE *fp, const char *msg) in dot_lock() function
H A Dextern.h145 int dot_lock(const char *, int, FILE *, const char *);
H A Dquit.c319 if (dot_lock(mailname, 1, stdout, ".") == -1) in quit()