Lines Matching refs:aErr
23772 char aErr[80];23773 memset(aErr, 0, sizeof(aErr));23774 zErr = aErr;23779 ** may point to aErr[], or it may point to some static storage somewhere. 23781 ** strerror_r(), which always writes an error message into aErr[].23791 strerror_r(errno, aErr, sizeof(aErr)-1);