HomeSort by relevance Sort by last modified time
    Searched refs:errorbuf (Results 1 - 9 of 9) 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...]
  /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 236 if(data->set.errorbuffer && !data->state.errorbuf) {
238 data->state.errorbuf = TRUE; /* wrote error string */
urldata.h 1322 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 382 milliseconds