Lines Matching defs:anum
992 Mode_t anum;
995 anum = PerlLIO_umask(022);
999 if (anum != 022)
1000 (void)PerlLIO_umask(anum);
1003 anum = PerlLIO_umask(POPi);
1005 XPUSHi(anum);
4023 int anum;
4031 anum = PerlLIO_rename(tmps, tmps2);
4033 if (!(anum = PerlLIO_stat(tmps, &statbuf))) {
4035 anum = 1;
4039 if (!(anum = link(tmps, tmps2)))
4040 anum = UNLINK(tmps);
4044 SETi( anum >= 0 );
4132 int anum = 1;
4195 anum = (PerlLIO_stat(save_filename, &statbuf) >= 0);
4197 anum = !anum;
4198 if (anum)
4203 return anum;
5116 int anum = POPi;
5117 if (anum < 0) {
5130 unsigned int retval = alarm(anum);
5211 const int anum = do_ipcget(PL_op->op_type, MARK, SP);
5213 if (anum == -1)
5215 PUSHi(anum);
5228 const int anum = do_ipcctl(PL_op->op_type, MARK, SP);
5230 if (anum == -1)
5232 if (anum != 0) {
5233 PUSHi(anum);