HomeSort by: relevance | last modified time | path
    Searched refs:errno_ (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ksh/
shf.h 21 #define shf_errno(shf) ((shf)->errno_)
56 int errno_; /* saved value of errno after error */ member in struct:shf
shf.c 124 shf->errno_ = 0;
168 shf->errno_ = 0;
212 shf->errno_ = 0;
309 errno = shf->errno_;
341 errno = shf->errno_;
382 shf->errno_ = errno;
424 errno = shf->errno_;
445 shf->errno_ = errno;
471 errno = shf->errno_;
494 shf->errno_ = errno
    [all...]
trap.c 76 int errno_ = errno; local in function:alarm_catcher
87 errno = errno_;
133 int errno_ = errno; local in function:trapsig
145 errno = errno_;
table.h 27 int errno_; /* CEXEC/CTALIAS */ member in union:tbl::__anon744d14a8020a
exec.c 601 if (tp->u2.errno_) {
604 cp, strerror(tp->u2.errno_));
702 /* errno_ will be set if the named command was found
707 if (tp->u2.errno_) {
709 strerror(tp->u2.errno_));
920 tp->u2.errno_ = 0;
923 &tp->u2.errno_);
964 X_OK, &tp->u2.errno_);
976 &tp->u2.errno_)) != (char *) 0)
jobs.c 1248 int errno_ = errno; local in function:j_sigchld
1308 errno = errno_;

Completed in 14 milliseconds