Searched refs:anum (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c417 int i = 0, n, anum = 0; local
423 asplit = split_annotations(annotations, &anum);
425 n = 4 + (anum > 0);
444 if (anum > 0) {
461 int i = 0, n, anum = 0; local
470 asplit = split_annotations(annotations, &anum);
476 n = 27 + (anum > 0);
591 if (anum > 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c693 Mode_t anum; local
696 anum = PerlLIO_umask(0);
697 (void)PerlLIO_umask(anum);
700 anum = PerlLIO_umask(POPi);
702 XPUSHi(anum);
3549 int anum; local
3556 anum = PerlLIO_rename(tmps, tmps2);
3558 if (!(anum = PerlLIO_stat(tmps, &PL_statbuf))) {
3560 anum = 1;
3564 if (!(anum
3637 int anum = 1; local
4485 int anum; local
4591 int anum = do_ipcget(PL_op->op_type, MARK, SP); local
4606 int anum = do_ipcctl(PL_op->op_type, MARK, SP); local
[all...]
H A Dpp.c2372 register I32 anum; local
2378 anum = len;
2432 for ( ; anum && (unsigned long)tmps % sizeof(long); anum--, tmps++)
2435 for ( ; anum >= sizeof(long); anum -= sizeof(long), tmpl++)
2440 for ( ; anum > 0; anum--, tmps++)
2724 UV anum; local
2726 anum
[all...]
H A Ddoio.c1891 I32 anum;
1896 anum = getgroups(maxgrp,gary);
1900 anum = getgroups(NGROUPS,gary);
1903 while (--anum >= 0)
1904 if (gary[anum] == testgid)
H A Dpp_ctl.c2470 I32 anum; local
2473 anum = 0;
2475 anum = SvIVx(POPs);
2477 if (anum == 1 && (PL_op->op_private & OPpEXIT_VMSISH))
2478 anum = 0;
2483 my_exit(anum);

Completed in 683 milliseconds