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

/ast/src/lib/libz/
H A Dzutil.c141 * errno. We define it as a global variable to simplify porting.
144 int errno = 0; variable
H A Dzutil.h29 * errno. We define it as a global variable to simplify porting.
33 # define errno z_errno macro
35 extern int errno;
38 # include <errno.h>
/ast/src/lib/libast/include/
H A Derror.h35 #include <errno.h>
39 #if !defined(errno) && defined(__DYNAMIC__)
40 #define errno __DYNAMIC__(errno) macro
70 #define ERROR_SYSTEM 0x0100 /* report system errno message */
136 int last_errno; /* last reported errno */
156 #ifndef errno
157 extern int errno; /* system call error status */
/ast/src/lib/libtksh/tcl/
H A DtclExpr.c31 * in environments that include no UNIX, i.e. no errno. Just define
32 * errno here.
42 int errno; variable
342 errno = 0;
365 if (errno == ERANGE) {
382 errno = 0;
385 if (errno != 0) {
474 errno = 0;
476 if (errno == ERANGE) {
487 errno
[all...]

Completed in 9 milliseconds