Home
last modified time | relevance | path

Searched refs:os_error (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h101 typedef struct os_error { struct
104 } os_error; argument
117 extern os_error *xos_cli(char *);
148 extern os_error *xosargs_read(int, int, int *);
149 extern os_error *xosargs_set(int, int, int);
170 extern os_error *xosgbpb_read(int, char *, int, int *);
187 extern os_error *xosfind_close(int);
291 extern os_error *xosmodule_alloc(int, void **);
292 extern os_error *xosmodule_free(void *);
347 extern os_error *xosfscontrol_shutdown(void);
[all …]
H A Driscosfile.c43 os_error *error; in riscos_open()
80 struct os_error *error; in riscos_close()
98 os_error *error; in riscos_read()
118 os_error *error; in riscos_write()
137 os_error *error; in riscos_stat()
160 os_error *error; in riscos_seek()
H A Drmreloc.c58 os_error *relocate_self(Elf_Dyn *, void *, void *);
101 static struct os_error bad_reloc = {
105 os_error *
H A Driscosdisk.c49 os_error *err; in rodisk_getprivateword()
123 os_error *err; in rodisk_strategy()
H A Driscoserrors.c34 riscos_errno(os_error *error) in riscos_errno()
/netbsd/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.h11 extern os_error const *nbfs_open (struct nbfs_reg *);
12 extern os_error const *nbfs_getbytes(struct nbfs_reg *);
13 extern os_error const *nbfs_putbytes(struct nbfs_reg *);
14 extern os_error const *nbfs_args (struct nbfs_reg *);
15 extern os_error const *nbfs_close (struct nbfs_reg *);
16 extern os_error const *nbfs_file (struct nbfs_reg *);
17 extern os_error const *nbfs_func (struct nbfs_reg *);
H A Dnbfs.c87 static os_error const *maperr(int saerr);
175 os_error const *
218 os_error const *
236 os_error const *
244 os_error const *
252 os_error const *
268 os_error const *
341 static os_error const *
438 os_error const *
462 os_error roerr;
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dmemory.c41 os_error ("Memory allocation failed"); in xmalloc()
58 os_error ("Integer overflow in xmallocarray"); in xmallocarray()
64 os_error ("Memory allocation failed in xmallocarray"); in xmallocarray()
80 os_error ("Allocating cleared memory failed"); in xcalloc()
94 os_error ("Memory allocation failure in xrealloc"); in xrealloc()
H A Dstring.c132 os_error ("Memory allocation failed in fc_strdup"); in fc_strdup()
146 os_error ("Memory allocation failed in fc_strdup"); in fc_strdup_notrim()
H A Dminimal.c210 os_error (const char *message) in os_error() function
218 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported
H A Derror.c388 os_error (const char *message) in os_error() function
406 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported
/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dmemory.c41 os_error ("Memory allocation failed"); in xmalloc()
58 os_error ("Integer overflow in xmallocarray"); in xmallocarray()
64 os_error ("Memory allocation failed in xmallocarray"); in xmallocarray()
80 os_error ("Allocating cleared memory failed"); in xcalloc()
94 os_error ("Memory allocation failure in xrealloc"); in xrealloc()
H A Dstring.c133 os_error ("Memory allocation failed in fc_strdup"); in fc_strdup()
147 os_error ("Memory allocation failed in fc_strdup"); in fc_strdup_notrim()
H A Dminimal.c210 os_error (const char *message) in os_error() function
218 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported
H A Derror.c357 os_error (const char *message) in os_error() function
375 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dcallback.c685 os_error (host_callback *p ATTRIBUTE_UNUSED, const char *format, ...) in os_error() function
736 os_error,
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dcallback.c685 os_error (host_callback *p ATTRIBUTE_UNUSED, const char *format, ...) in os_error() function
736 os_error,
/netbsd/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h728 extern _Noreturn void os_error (const char *);
729 iexport_proto(os_error);
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h767 extern _Noreturn void os_error (const char *);
768 iexport_proto(os_error);
H A DChangeLog-201552 (os_error): Call exit_error instead of exit.
H A DChangeLog-2011781 (os_error): Call exit().
805 (os_error): Use estr_write instead of st_printf.
1446 (os_error): Use gf_strerror instead of get_oserror.
H A DChangeLog-2003187 * libgfortran.h (os_error, runtime_error,internal_error, sys_exit,
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunit.c893 os_error ("Completing record after ADVANCE_NO failed"); in finish_last_advance_record()
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dunit.c892 os_error ("Completing record after ADVANCE_NO failed"); in finish_last_advance_record()
/netbsd/sys/arch/acorn32/stand/boot32/
H A Dboot32.c771 os_error *e; in get_riscos_ver()

12