Searched refs:along (Results 1 - 25 of 42) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c549 long along;
859 along = alen;
860 s += along;
875 along = alen;
876 s += along;
885 along = (strend - s) / sizeof(short);
886 if (len > along)
887 len = along;
919 along = (strend - s) / SIZE16;
920 if (len > along)
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dpsearch.c86 ber_int_t along; local
127 if ( ber_scanf( ber, "{e", &along ) == LBER_ERROR ) {
132 changetype = (int)along; /* XXX lossy cast */
H A Dsaslbind.c224 ber_int_t along; local
259 rc = ber_scanf( &ber, "{iaa}", &along, &m, &e );
273 err = (int) along;
H A Derror.c565 ber_int_t along; local
610 berrc = ber_scanf( &ber, "{ia}", &along, &e );
611 errcode = (int)along; /* XXX lossy cast */
613 if (( berrc = ber_scanf( &ber, "{iaa", &along, &m, &e ))
615 errcode = (int)along; /* XXX lossy cast */
H A Drequest.c1113 ber_uint_t along; local
1135 if ( ber_scanf( &tmpber, "{it", &along, &tag ) == LBER_ERROR ) {
H A Dresult.c987 ber_int_t along; local
1005 ber_get_int( ber, &along ) == LBER_ERROR ||
/osnet-11/usr/src/lib/libldap4/common/
H A Dreferral.c323 unsigned int along, tag, len; local
342 if ( ber_scanf( &tmpber, "{i", &along ) != LDAP_TAG_MSGID ||
343 ( tag = ber_peek_tag( &tmpber, &along )) == LBER_DEFAULT ) {
405 if (( tag = ber_skip_tag( &tmpber, &along )) == LBER_DEFAULT ) {
462 /* Copy Buffer from tmpber.ber_ptr for along - (tmpber.ber_ptr - seqstart) */
464 len = along - ( tmpber.ber_ptr - seqstart);
472 if (seqstart + along < tmpber.ber_end){ /* there's probably some controls, copy them also */
473 len = tmpber.ber_end - seqstart - along;
474 if ( ber_write( ber, seqstart + along, len, 0) != len ){
H A Dresult.c841 int along; local
878 if ( ber_get_int( ber, &along ) == LBER_ERROR ) {
1216 int along; local
1258 rc = ber_scanf( &ber, "{iaa", &along, &acharp, &a2ndcharp);
1279 *errcodep = along;
1282 if (along == LDAP_REFERRAL){
1338 rc = ber_scanf( &ber, "{iaa}", &along, &acharp,
1359 *errcodep = along;
1363 rc = ber_scanf( &ber, "{ia}", &along, &a2ndcharp );
1379 *errcodep = along;
1396 int along; local
1526 int along; local
[all...]
H A Derror.c308 int along; local
330 rc = ber_scanf( &ber, "{iaa}", &along, &ld->ld_matched,
333 rc = ber_scanf( &ber, "{ia}", &along, &ld->ld_error );
338 ld->ld_errno = along;
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh31 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh34 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
H A Dgenemuinit.sh34 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
H A Dgensymlist.sh31 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm56 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
H A DHandle.pm42 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
H A DArray.pm187 additional arguments (along the lines of L<AnyDBM_File> and compatriots) needed
H A DHash.pm75 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm361 Here, code is written for all the currently linked extensions along with code
437 This will do the same as the above example, along with printing additional arguments for linking with the B<Socket> extension.
480 B<perlmain.c> along with #including B<perl.h> and B<EXTERN.h>.
H A DInstall.pm541 generated Makefile along with your report.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm67 ok() prints out either "ok" or "not ok" along with a test number (it
73 If you provide a $name, that will be printed along with the "ok/not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm257 Instead, they should define their own AUTOLOAD subroutines along these
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL301 delegated to C<DynaLoader>, which looks for the DLL along the @INC list.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm92 is 1, then the "SYNOPSIS" section, along with any section entitled
127 along with a description (if present) of the command line options and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm487 get along very well with it. When format contains non-ascii
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm626 of CPAN mirrors in the countries you selected, along with previously

Completed in 117 milliseconds

12