Searched refs:bytecount (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_memory.c528 unsigned int bytecount = length - 1; local
531 bytes = malloc (bytecount);
537 data.length = bytecount;
544 for (i = 0; i < bytecount; i++) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm288 my $bytecount = -s 'x.dat';
290 return $bytecount;
297 this parameter. Assuming that C<$bytecount> returns 4, C<ok> ends up

Completed in 23 milliseconds