Searched defs:t_errno (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dtiuser.h45 #define t_errno (*(__t_errno())) macro
47 extern int t_errno;
H A Dxti.h64 * The following t_errno error codes are included in the namespace by
129 #define t_errno (*(__t_errno())) macro
131 extern int t_errno;
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_errlst.c35 #undef t_errno macro
41 int t_errno = 0; variable
135 return (&t_errno);
137 /* if thr_get_storage fails we return the address of t_errno */
138 return (ret ? ret : &t_errno);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5285 int t_errno; local
5287 t_errno = errno;
5291 errno = t_errno;

Completed in 92 milliseconds