Searched refs:Strerror (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h1982 * of Strerror() in this file before you try to define your own.
1989 /* Strerror:
1996 #define Strerror(e) strerror(e) macro
H A Ddoio.c812 PL_oldname, sv, Strerror(errno) );
828 PL_oldname, sv, Strerror(errno) );
842 PL_oldname, Strerror(errno) );
865 PL_oldname, Strerror(errno) );
904 PL_oldname, Strerror(eno));
1453 (really ? tmps : PL_Argv[0]), Strerror(errno));
1597 PL_Argv[0], Strerror(errno));
H A Dperl.h822 # ifndef Strerror
823 # define Strerror strerror macro
829 # ifndef Strerror
830 # define Strerror(e) \ macro
H A Dmg.c602 sv_setpv(sv, errno ? Strerror(errno) : "");
629 sv_setpv(sv, errno ? Strerror(errno) : "");
866 sv_setpv(sv, errno ? Strerror(errno) : "");
876 sv_setpv(sv, errno ? Strerror(errno) : "");
H A Dconfig_h.SH2018 * of Strerror() in this file before you try to define your own.
2025 /* Strerror:
2032 #define Strerror(e) $d_strerrm
H A Dperl.c3211 CopFILE(PL_curcop), Strerror(errno));
H A Dpp_hot.c1537 Strerror(errno));

Completed in 62 milliseconds