Searched refs:ival (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c70 type = ops[node].ival;
91 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
127 if (ops[node+2].ival) {
128 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
132 fstr = walk(0,level+1,ops[node+3].ival,&numarg,P_MIN);
155 if (ops[node+4].ival) {
159 str_scat(str,fstr=walk(0,level,ops[node+4].ival,&numarg,P_MIN));
224 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
225 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
228 str_scat(str,fstr=walk(0,level,ops[node+3].ival,
[all...]
H A Da2py.c153 type = ops[i].ival;
161 printf("\t%d",ops[i].ival),i++;
919 ops[mop++].ival = OSTRING + (1<<8);
937 ops[mop++].ival = type;
950 ops[mop++].ival = type + (1<<8);
951 ops[mop++].ival = arg1;
964 ops[mop++].ival = type + (2<<8);
965 ops[mop++].ival = arg1;
966 ops[mop++].ival = arg2;
979 ops[mop++].ival
[all...]
H A Da2p.c2341 if ((ops[yyvsp[-2]].ival & 255) == OFLD)
2343 if ((ops[yyvsp[-2]].ival & 255) == OVFLD)
2426 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; }
2431 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; }
2436 if (ops[yyvsp[-2]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; }
2441 if (ops[yyvsp[-3]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; }
2653 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; }
2667 if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; }
H A Da2p.h344 int ival; member in union:u_ops
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c40 I32 ival;
1604 { yyval.ival = yyvsp[-1].ival; newPROG(block_end(yyvsp[-1].ival,yyvsp[0].opval)); }
1608 { if (PL_copline > (line_t)yyvsp[-3].ival)
1609 PL_copline = (line_t)yyvsp[-3].ival;
1610 yyval.opval = block_end(yyvsp[-2].ival, yyvsp[-1].opval); }
1614 { yyval.ival = block_start(TRUE); }
1622 PL_expect = XSTATE; yyval.ival = block_start(TRUE);
1627 { if (PL_copline > (line_t)yyvsp[-3].ival)
[all...]
H A Dperly.h66 I32 ival; member in union:__anon101
H A Dtoke.c139 # define REPORT2(x,retval) tokereport(x,s, yylval.ival),
152 #define LOOPX(f) return(yylval.ival=f, REPORT("loopx",f) PL_expect = XTERM,PL_bufptr = s,(int)LOOPEX)
153 #define FTST(f) return(yylval.ival=f, REPORT("ftst",f) PL_expect = XTERM,PL_bufptr = s,(int)UNIOP)
154 #define FUN0(f) return(yylval.ival = f, REPORT("fun0",f) PL_expect = XOPERATOR,PL_bufptr = s,(int)FUNC0)
155 #define FUN1(f) return(yylval.ival = f, REPORT("fun1",f) PL_expect = XOPERATOR,PL_bufptr = s,(int)FUNC1)
156 #define BOop(f) return ao((yylval.ival=f, REPORT("bitorop",f) PL_expect = XTERM,PL_bufptr = s,(int)BITOROP))
157 #define BAop(f) return ao((yylval.ival=f, REPORT("bitandop",f) PL_expect = XTERM,PL_bufptr = s,(int)BITANDOP))
158 #define SHop(f) return ao((yylval.ival=f, REPORT("shiftop",f) PL_expect = XTERM,PL_bufptr = s,(int)SHIFTOP))
159 #define PWop(f) return ao((yylval.ival=f, REPORT("powop",f) PL_expect = XTERM,PL_bufptr = s,(int)POWOP))
160 #define PMop(f) return(yylval.ival
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
H A DHiRes.t225 my $ival = Time::HiRes::tv_interval ($r);
226 print "# Select returned! $i $ival\n";
227 print "# ", abs($ival/3 - 1), "\n";
233 if (abs($ival/3.3 - 1) < $limit) {
240 if (abs($ival/$exp - 1) > 3*$limit) {
241 my $ratio = abs($ival/$exp);
242 $not = "while: $exp sleep took $ival ratio $ratio";
251 my $ival = Time::HiRes::tv_interval ($r);
252 print "# Tick! $i $ival\n";
255 if (abs($ival/
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h90 typedef int (*reply_t)(int ival, void *ptr, unsigned short ptype, struct iphdr *ip, struct udphdr *udp);
91 extern int await_reply P((reply_t reply, int ival, void *ptr, long timeout));
H A Dnic.c278 static int await_arp(int ival, void *ptr, argument
292 memcpy(arptable[ival].node, arpreply->shwaddr, ETH_ALEN);
432 static int await_qdrain(int ival __unused, void *ptr __unused,
455 static int await_rarp(int ival, void *ptr, unsigned short ptype, argument
524 static int await_bootp(int ival __unused, void *ptr __unused,
621 static int await_dhcp(int ival __unused, void *ptr __unused,
881 int await_reply(reply_t reply, int ival, void *ptr, long timeout) argument
969 result = reply(ival, ptr, ptype, ip, udp);
H A Dfsys_tftp.c65 static int await_tftp(int ival, void *ptr __unused, argument
76 if (ntohs(udp->dest) != ival)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs247 SV *sv, *ipad, *ival;
279 ival = SvRV(val);
280 realtype = SvTYPE(ival);
281 (void) sprintf(id, "0x%"UVxf, PTR2UV(ival));
283 if (SvOBJECT(ival))
284 realpack = HvNAME(SvSTASH(ival));
412 DD_dump(aTHX_ ival, SvPVX(namesv), SvCUR(namesv), retval, seenhv,
420 DD_dump(aTHX_ ival, SvPVX(namesv), SvCUR(namesv), retval, seenhv,
432 DD_dump(aTHX_ ival, SvPVX(namesv), SvCUR(namesv), retval, seenhv,
441 I32 ixmax = av_len((AV *)ival);
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dseterror.c122 int ival; local
291 ival = va_arg(ap, int); /* get the next arg */
293 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_value.c293 int64_t ival; local
318 if (nvpair_value_int64(pn, &ival) != 0) {
322 pool_value_set_int64(pv, ival);
H A Dpool_xml.c583 int64_t ival; local
612 ival = strtoll((char *)data, NULL, 0);
617 pool_value_set_int64(value, ival);
731 int64_t ival; local
775 ival = strtoll((char *)node_data, NULL, 0);
779 pool_value_set_int64(value, ival);
2305 int64_t ival; local
2353 (void) pool_value_get_int64(props[i], &ival);
2354 if (append_char_buf(cb, fmts[pvc], prop_name, ival)
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfsinfo.c44 grub_uint64_t ival; local
50 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_REMOVED, &ival))
56 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_FAULTED, &ival))
62 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_OFFLINE, &ival))
68 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_FAULTED, &ival))
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dclock.c97 auto struct timeval now, nowi, ival; local
110 ival.tv_sec = intvl / 1000;
111 ival.tv_usec = (intvl - ival.tv_sec * 1000) * 10;
114 timeradd(&now, &ival, &nowi);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c270 unsigned int ival; local
283 ret = decode_tagged_octetstring (&kbuf, 1, &ival,
285 key->key_data_length[0] = ival; /* XXX range check? */
/osnet-11/usr/src/lib/pyzfs/common/
H A Dioctl.c84 uint64_t ival; local
95 (void) nvpair_value_uint64(nvp, &ival);
96 pyval = Py_BuildValue("K", ival);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c797 int escape, firstdigit, ival; local
806 if (( ival = hexchar2int( *s )) < 0 ) {
818 *d = ( ival<<4 );
821 *d++ |= ival;
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c80 int ival; member in struct:__anon2612
88 opts.ival = val;
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c343 uint64_t ival = 0; local
345 (void) nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_OFFLINE, &ival);
346 if (ival)
351 (void) nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_FAULTED, &ival);
352 if (ival)
357 (void) nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_REMOVED, &ival);
358 if (ival)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c340 getval(const char *ival) argument
346 if (ival == NULL)
349 if ((tmp = strchr(ival, '=')) == NULL)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1158 uint64_t ival; local
1160 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_OFFLINE, &ival,
1162 nvlist_lookup_value(nv, ZPOOL_CONFIG_FAULTED, &ival,
1164 nvlist_lookup_value(nv, ZPOOL_CONFIG_REMOVED, &ival,
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java520 int ival = ((Integer)val).intValue();
522 if (ival >= 0 &&
523 ival <= ServiceURL.LIFETIME_MAXIMUM) {

Completed in 138 milliseconds

12