Searched refs:errcode (Results 1 – 6 of 6) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | readdir64_r.c | 63 dirp->errcode = errno; in __readdir64_r() 93 dirp->errcode = ENAMETOOLONG; in __readdir64_r() 112 ret = dirp->errcode; in __readdir64_r() 168 dirp->errcode = errno; 198 dirp->errcode = ENAMETOOLONG; 217 ret = dirp->errcode;
|
A D | readdir_r.c | 51 dirp->errcode = ENAMETOOLONG; in __readdir_r() 64 return dp != NULL ? 0 : dirp->errcode; in __readdir_r()
|
A D | dirstream.h | 42 int errcode; /* Delayed error code. */ member
|
A D | rewinddir.c | 35 dirp->errcode = 0; in __rewinddir()
|
A D | opendir.c | 131 dirp->errcode = 0; in weak_alias()
|
/sysdeps/generic/ |
A D | ldsodefs.h | 912 void _dl_signal_exception (int errcode, struct dl_exception *, 918 extern void _dl_signal_error (int errcode, const char *object, 928 extern void _dl_signal_cexception (int errcode, struct dl_exception *, 933 _dl_signal_cexception (int errcode, struct dl_exception *exception, 936 _dl_signal_exception (errcode, exception, occasion); 942 extern void _dl_signal_cerror (int errcode, const char *object, 948 _dl_signal_cerror (int errcode, const char *object, in _dl_signal_cerror() argument 951 _dl_signal_error (errcode, object, occasion, errstring); in _dl_signal_cerror()
|
Completed in 10 milliseconds