Lines Matching refs:strerr_die1x

33 void usage() { strerr_die1x(100,"qmail-local: usage: qmail-local [ -nN ] user homedir local dash ex…  in usage()
35 void temp_nomem() { strerr_die1x(111,"Out of memory. (#4.3.0)"); } in temp_nomem()
36 void temp_rewind() { strerr_die1x(111,"Unable to rewind message. (#4.3.0)"); } in temp_rewind()
37 void temp_childcrashed() { strerr_die1x(111,"Aack, child crashed. (#4.3.0)"); } in temp_childcrashed()
41 { strerr_die1x(111,"File has been locked for 30 seconds straight. (#4.3.0)"); } in temp_slowlock()
163 case 2: strerr_die1x(111,"Unable to chdir to maildir. (#4.2.1)");
164 case 3: strerr_die1x(111,"Timeout on maildir delivery. (#4.3.0)");
165 case 4: strerr_die1x(111,"Unable to read message. (#4.3.0)");
166 default: strerr_die1x(111,"Temporary error on maildir delivery. (#4.3.0)");
308 strerr_die1x(100,"This message is looping: it already has my Delivered-To line. (#5.4.6)"); in bouncexf()
319 strerr_die1x(111,"Uh-oh: home directory is writable. (#4.7.0)"); in checkhome()
322 strerr_die1x(111,"Home directory is sticky: user is editing his .qmail file. (#4.2.1)"); in checkhome()
364 strerr_die1x(111,"Uh-oh: .qmail file is writable. (#4.7.0)");
593 strerr_die1x(100,"Sorry, no mailbox here by that name. (#5.1.1)");
660 strerr_die1x(111,"Uh-oh: first line of .qmail file is blank. (#4.2.1)");
666 …if (flagforwardonly) strerr_die1x(111,"Uh-oh: .qmail has file delivery but has x bit set. (#4.7.0)…
676 …if (flagforwardonly) strerr_die1x(111,"Uh-oh: .qmail has prog delivery but has x bit set. (#4.7.0)…