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 80 static char errorbuf[ASCII_STRING_MAX]; local
83 status = strerror_r(errnum, errorbuf, sizeof(errorbuf));
87 return errorbuf;
  /external/curl/lib/vtls/
mbedtls.c 176 char errorbuf[128]; local
177 errorbuf[0]=0;
193 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
196 -ret, errorbuf);
206 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
209 -ret, errorbuf);
221 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
461 char errorbuf[128]; local
    [all...]
polarssl.c 155 char errorbuf[128]; local
156 errorbuf[0]=0;
169 error_strerror(ret, errorbuf, sizeof(errorbuf));
171 -ret, errorbuf);
178 error_strerror(ret, errorbuf, sizeof(errorbuf));
180 -ret, errorbuf);
192 error_strerror(ret, errorbuf, sizeof(errorbuf));
401 char errorbuf[128]; local
    [all...]
  /external/curl/lib/
urldata.h 1322 bool errorbuf; \/* Set to TRUE if the error buffer is already filled in. member in struct:UrlState
    [all...]

Completed in 179 milliseconds