Lines Matching refs:strerr_die1x

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