Searched refs:errno_p (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_file.cpp | 128 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer() argument 142 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToBuffer() 153 errno_p)) { in ReadFileToBuffer() 173 error_t *errno_p) { in ReadFileToVector() argument 178 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToVector() 189 &just_read, errno_p)) { in ReadFileToVector()
|
| D | sanitizer_file.h | 59 error_t *errno_p = nullptr);
|
| D | sanitizer_posix.cpp | 163 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() argument 173 if (internal_iserror(res, errno_p)) in OpenFile()
|
| D | sanitizer_fuchsia.cpp | 389 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer() argument 390 *errno_p = ZX_ERR_NOT_SUPPORTED; in ReadFileToBuffer()
|
| D | sanitizer_common.h | 746 error_t *errno_p = nullptr); 758 error_t *errno_p = nullptr);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | xtensa-isa.c | 236 xtensa_isa_init (xtensa_isa_status *errno_p, char **error_msg_p) in xtensa_isa_init() argument 244 CHECK_ALLOC_FOR_INIT (isa->opname_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 256 CHECK_ALLOC_FOR_INIT (isa->state_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 268 CHECK_ALLOC_FOR_INIT (isa->sysreg_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init() 284 errno_p, error_msg_p); in xtensa_isa_init() 300 CHECK_ALLOC_FOR_INIT (isa->interface_lookup_table, NULL, errno_p, in xtensa_isa_init() 313 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p, in xtensa_isa_init()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | xtensa-isa.h | 226 xtensa_isa_init (xtensa_isa_status *errno_p, char **error_msg_p);
|