Lines Matching refs:error
30 static char error[2*ERRMAX]; in fromauth() local
36 sprint(error, "%s: %r", ccmsg); in fromauth()
37 return error; in fromauth()
42 sprint(error, "%s: %r", pbmsg); in fromauth()
43 return error; in fromauth()
49 sprint(error, "%s: %r", pbmsg); in fromauth()
50 msg = error; in fromauth()
54 if(readn(afd, error, ERRMAX) < 0) { in fromauth()
55 sprint(error, "%s: %r", pbmsg); in fromauth()
56 msg = error; in fromauth()
59 error[ERRMAX-1] = 0; in fromauth()
60 msg = error; in fromauth()