Searched refs:err_no (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c93 int err_no; member in struct:_cpp_file
219 file->err_no = 0;
234 file->err_no = errno;
333 file->err_no = ENOENT;
344 if (file->err_no != ENOENT)
364 file->err_no = ENOENT;
397 return file->err_no != 0;
642 if (file->dont_read || file->err_no)
724 && f->err_no == 0
899 if (! file->pch && file->err_no
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dpretty-print.h37 int err_no; /* for %m */ member in struct:__anon1355
H A Ddiagnostic.c127 diagnostic->message.err_no = errno;
461 text.err_no = errno;
H A Dpretty-print.c180 %m: strerror(text->err_no) - does not consume a value from args_ptr.
270 const char *errstr = xstrerror (text->err_no);
748 text.err_no = errno;
766 text.err_no = errno;

Completed in 79 milliseconds