Searched defs:error_p (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.cpp | 185 error_t *error_p) { in ReadFromFile() argument 195 error_t *error_p) { in WriteToFile() argument
|
H A D | sanitizer_win.cpp | 781 ReadFromFile(fd_t fd,void * buff,uptr buff_size,uptr * bytes_read,error_t * error_p) ReadFromFile() argument 802 WriteToFile(fd_t fd,const void * buff,uptr buff_size,uptr * bytes_written,error_t * error_p) WriteToFile() argument [all...] |
/freebsd-src/lib/libcam/ |
H A D | scsi_cmdparse.c | 359 int n_name, int *error_p, int *suppress_p) in next_field()
|