OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:err_no
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/libsaslc/dist/src/
error.h
49
saslc__error_code_t
err_no
; /**< error number */
member in struct:saslc__error_t
62
(E)->
err_no
= (N); \
71
#define saslc__error_get_errno(E) ((E)->
err_no
)
/src/external/gpl3/gcc.old/dist/gcc/
pretty-print.h
36
int
err_no
; /* for %m */
member in struct:text_info
/src/external/gpl3/gcc/dist/libcpp/
files.cc
95
int
err_no
;
member in struct:_cpp_file
256
file->
err_no
= 0;
287
file->
err_no
= errno;
435
file->
err_no
= ENOENT;
446
if (file->
err_no
!= ENOENT)
466
file->
err_no
= ENOENT;
499
return file->
err_no
!= 0;
510
opening it, then
ERR_NO
is nonzero and FD is -1. If the file was
511
found, then
ERR_NO
is zero and FD could be -1 or an open file
799
if (file->dont_read || file->
err_no
)
[
all
...]
/src/external/gpl3/gcc.old/dist/libcpp/
files.cc
95
int
err_no
;
member in struct:_cpp_file
251
file->
err_no
= 0;
282
file->
err_no
= errno;
430
file->
err_no
= ENOENT;
441
if (file->
err_no
!= ENOENT)
461
file->
err_no
= ENOENT;
494
return file->
err_no
!= 0;
505
opening it, then
ERR_NO
is nonzero and FD is -1. If the file was
506
found, then
ERR_NO
is zero and FD could be -1 or an open file
783
if (file->dont_read || file->
err_no
)
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026