HomeSort by relevance Sort by last modified time
    Searched refs:errorbuf (Results 1 - 10 of 10) 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/
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...]
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...]
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8_test.go 384 errorbuf := make([]byte, UTFMax)
385 errorbuf = errorbuf[0:EncodeRune(errorbuf, RuneError)]
388 if !bytes.Equal(buf, errorbuf) {
389 t.Errorf("incorrect encoding [% x] for -1; expected [% x]", buf, errorbuf)
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8_test.go 384 errorbuf := make([]byte, UTFMax)
385 errorbuf = errorbuf[0:EncodeRune(errorbuf, RuneError)]
388 if !bytes.Equal(buf, errorbuf) {
389 t.Errorf("incorrect encoding [% x] for -1; expected [% x]", buf, errorbuf)
  /external/curl/lib/
sendf.c 260 if(data->set.errorbuffer && !data->state.errorbuf) {
262 data->state.errorbuf = TRUE; /* wrote error string */
connect.c 417 /* errorbuf is set false so failf will overwrite any message already in
420 data->state.errorbuf = FALSE;
    [all...]
urldata.h 1243 bool errorbuf; \/* Set to TRUE if the error buffer is already filled in. member in struct:UrlState
    [all...]
transfer.c     [all...]
ftp.c     [all...]

Completed in 254 milliseconds