/external/libpcap/ |
pcap-dlpi.c | 1031 int uerror; local 1045 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0) 1050 if (uerror != EBUSY) { 1141 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) 1148 * Clear out "*uerror", so it's only set for DL_ERROR_ACK/DL_SYSERR, 1151 if (uerror != NULL) 1152 *uerror = 0; 1181 if (uerror != NULL) 1182 *uerror = dlp->error_ack.dl_unix_errno; [all...] |
/external/chromium_org/content/child/ |
browser_font_resource_trusted.cc | 76 UErrorCode uerror = U_ZERO_ERROR; local 77 ubidi_setPara(bidi_, text_.data(), text_.size(), run.rtl, NULL, &uerror); 78 if (U_SUCCESS(uerror)) 79 num_runs_ = ubidi_countRuns(bidi_, &uerror);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | 5122 UErrorCode uerror; member in struct:errorDataTag [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | 5315 UErrorCode uerror; member in struct:errorDataTag [all...] |