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

  /src/external/gpl3/gdb/dist/gdbserver/
hostio.cc 199 int fileio_error = host_to_fileio_error (errno); local
200 sprintf (own_buf, "F-1,%x", fileio_error);
  /src/external/gpl3/gdb.old/dist/gdbserver/
hostio.cc 199 int fileio_error = host_to_fileio_error (errno); local
200 sprintf (own_buf, "F-1,%x", fileio_error);
  /src/external/gpl3/gdb/dist/gdbsupport/
fileio.h 70 enum fileio_error enum
140 extern fileio_error host_to_fileio_error (int error);
144 extern int fileio_error_to_host (fileio_error errnum);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
fileio.h 70 enum fileio_error enum
140 extern fileio_error host_to_fileio_error (int error);
144 extern int fileio_error_to_host (fileio_error errnum);

Completed in 25 milliseconds