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