HomeSort by: relevance | last modified time | path
    Searched defs:error_stream (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/nsd/dist/
verify.h 67 struct verifier_stream error_stream; member in struct:verifier
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.h 135 extern stream *error_stream (void);
136 internal_proto(error_stream); variable
unix.c 1626 /* error_stream()-- Return a stream pointer to the default error stream.
1630 error_stream (void) function
  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.h 135 extern stream *error_stream (void);
136 internal_proto(error_stream); variable
unix.c 1625 /* error_stream()-- Return a stream pointer to the default error stream.
1629 error_stream (void) function
  /src/external/gpl3/binutils/dist/bfd/
bfd.c 1713 struct buf_stream error_stream;
1715 error_stream.ptr = error_buf;
1716 error_stream.left = sizeof (error_buf);
1718 _bfd_print (err_sprintf, &error_stream, fmt, ap);
1720 size_t len = error_stream.ptr - error_buf;
1711 struct buf_stream error_stream; local
  /src/external/gpl3/binutils.old/dist/bfd/
bfd.c 1713 struct buf_stream error_stream;
1715 error_stream.ptr = error_buf;
1716 error_stream.left = sizeof (error_buf);
1718 _bfd_print (err_sprintf, &error_stream, fmt, ap);
1720 size_t len = error_stream.ptr - error_buf;
1711 struct buf_stream error_stream; local
  /src/external/gpl3/gdb/dist/bfd/
bfd.c 1712 struct buf_stream error_stream;
1714 error_stream.ptr = error_buf;
1715 error_stream.left = sizeof (error_buf);
1717 _bfd_print (err_sprintf, &error_stream, fmt, ap);
1719 size_t len = error_stream.ptr - error_buf;
1710 struct buf_stream error_stream; local
  /src/external/gpl3/gdb.old/dist/bfd/
bfd.c 1669 struct buf_stream error_stream;
1671 error_stream.ptr = error_buf;
1672 error_stream.left = sizeof (error_buf);
1674 _bfd_print (err_sprintf, &error_stream, fmt, ap);
1676 size_t len = error_stream.ptr - error_buf;
1667 struct buf_stream error_stream; local

Completed in 47 milliseconds