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

/osnet-11/usr/src/lib/libast/common/string/
H A Dstruniq.c37 register char** ao; local
41 ao = an = argv;
42 ae = ao + n;
45 while (streq(*ao, *an))
47 return ao - argv + 1;
48 *++ao = *an;
50 return ao - argv + 1;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c4250 int ao; local
4276 ao = sizeof (al->ldap_count) + sizeof (al->ldap_offsets[0]) *
4278 if (ao > bufsize)
4280 al->ldap_offsets[0] = ao;
4281 ap = buf + ao;
4282 ao += 3;
4285 if (ao > bufsize)
4290 al->ldap_offsets[1] = ao;
4291 ao += strlen(dn) + 1;
4292 if (ao > bufsiz
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dradclient.c658 adr_object_t *ao, adr_data_t **error)
666 obj->ro_object = ao;
657 rc_lookup_typed(rc_conn_t *c, adr_name_t *name, rc_object_t **o, adr_object_t *ao, adr_data_t **error) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm318 ao:ago:024:Angola
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c147 #define AOPERATOR(retval) return ao((REPORT2("aop",retval) PL_expect = XTERM, PL_bufptr = s,(int)retval))
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))
161 #define Aop(f) return ao((yylval.ival=f, REPORT("add",f) PL_expect = XTERM,PL_bufptr = s,(int)ADDOP))
162 #define Mop(f) return ao((yylval.ival=f, REPORT("mul",f) PL_expect = XTERM,PL_bufptr = s,(int)MULOP))
H A Dembed.h2030 #define ao S_ao macro
4547 #define ao(a) S_ao(aTHX_ a) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1330 my $ao = tell F;
1331 if (defined $offset && $offset != $ao) {
1332 _ci_warn("rec $n: offset <$offset> actual <$ao>");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpat.t2729 $u =~ s/[ao]/\x{100}/g;

Completed in 86 milliseconds