/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_pack.c | 549 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 D | psearch.c | 86 ber_int_t along; local 127 if ( ber_scanf( ber, "{e", &along ) == LBER_ERROR ) { 132 changetype = (int)along; /* XXX lossy cast */
|
H A D | saslbind.c | 224 ber_int_t along; local 259 rc = ber_scanf( &ber, "{iaa}", &along, &m, &e ); 273 err = (int) along;
|
H A D | error.c | 565 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 D | request.c | 1113 ber_uint_t along; local 1135 if ( ber_scanf( &tmpber, "{it", &along, &tag ) == LBER_ERROR ) {
|
H A D | result.c | 987 ber_int_t along; local 1005 ber_get_int( ber, &along ) == LBER_ERROR ||
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | referral.c | 323 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 D | result.c | 841 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 D | error.c | 308 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 D | geninit.sh | 31 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
/osnet-11/usr/src/grub/grub2/grub-core/ |
H A D | genemuinitheader.sh | 34 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
H A D | genemuinit.sh | 34 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
H A D | gensymlist.sh | 31 * 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 D | Scalar.pm | 56 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
|
H A D | Handle.pm | 42 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
|
H A D | Array.pm | 187 additional arguments (along the lines of L<AnyDBM_File> and compatriots) needed
|
H A D | Hash.pm | 75 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 D | Embed.pm | 361 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 D | Install.pm | 541 generated Makefile along with your report.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Simple.pm | 67 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 D | AutoLoader.pm | 257 Instead, they should define their own AUTOLOAD subroutines along these
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | XSLoader_pm.PL | 301 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 D | Usage.pm | 92 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 D | encoding.pm | 487 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 D | FirstTime.pm | 626 of CPAN mirrors in the countries you selected, along with previously
|