Searched refs:errname (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DErrno_pm.PL345 my ($self, $errname) = @_;
346 my $proto = prototype("Errno::$errname");
350 $errno = &$errname;
379 my ($self, $errname) = @_;
380 my $proto = prototype($errname);
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dproto.h126 extern const char *errname(int);
H A Dactions.c637 const char *ename = errname(pri->Errno);
H A Dexpound.c2936 const char *ename = errname(sip->si_errno);
3094 const char *ename = errname(sip->si_errno);
H A Dsystable.c207 errname(int err) /* return the error code name (NULL if none) */ function
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dinterceptor.c167 generate_i_declarations(char *errname, int voidfunc, char *ret_str) argument
171 if (*errname != NULL) {
174 " int saved_errvar = %s;\n", errname);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL491 my $errname;
492 (undef, $errname) = tempfile("pccXXXXX");
494 open (S_OUT, "$command 2>$errname |")
498 open (S_ERROR, $errname) or _die("$0: Couldn't read the error file.\n");
502 unlink $errname or _die("$0: Can't unlink error file $errname");
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duuxqt.c830 char *errname = ""; /* name of local stderr output file */ local
1234 errname = ferr;
1246 errname = errDfile;
1289 incmd, msgbuf, errname);
1291 uucpst(Rmtname, _Sfile, errname, incmd, msgbuf);

Completed in 111 milliseconds