HomeSort by relevance Sort by last modified time
    Searched defs:errorbuf (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Misc.c 82 static char errorbuf[ASCII_STRING_MAX]; local
85 status = strerror_r(errnum, errorbuf, sizeof(errorbuf));
89 return errorbuf;
  /external/curl/lib/vtls/
mbedtls.c 255 char errorbuf[128]; local
256 errorbuf[0] = 0;
272 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
275 -ret, errorbuf);
285 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
288 -ret, errorbuf);
300 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
549 char errorbuf[128]; local
827 char errorbuf[128]; local
    [all...]
polarssl.c 229 char errorbuf[128]; local
230 errorbuf[0] = 0;
243 error_strerror(ret, errorbuf, sizeof(errorbuf));
245 -ret, errorbuf);
252 error_strerror(ret, errorbuf, sizeof(errorbuf));
254 -ret, errorbuf);
266 error_strerror(ret, errorbuf, sizeof(errorbuf));
465 char errorbuf[128]; local
    [all...]
  /external/curl/lib/
urldata.h 1243 bool errorbuf; \/* Set to TRUE if the error buffer is already filled in. member in struct:UrlState
    [all...]

Completed in 172 milliseconds