Searched refs:piece (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsrv_rcache.c41 krb5_get_server_rcache(krb5_context context, const krb5_data *piece, argument
54 if (piece == NULL)
78 for (i = 0; i < piece->length; i++) {
79 if (piece->data[i] == '-')
81 else if (!isvalidrcname((int) piece->data[i]))
82 krb5int_buf_add_fmt(&buf, "-%03o", piece->data[i]);
84 krb5int_buf_add_len(&buf, &piece->data[i], 1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm723 foreach my $piece (qw(name type reason)) {
724 $details{$piece} = defined $test->{$piece} ? $test->{$piece} : '';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm316 to the sequence C<die 'BANG' if $BANG> in any piece of code following a
597 Rather than calling the specified processor on each individual piece of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm1558 but also has this strange piece of code:
1571 This one does not use $host, but has the following piece of code:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm674 their occurrence. They consist of plain text, each piece of whitespace is
698 C<XE<lt>E<gt>>) of the current POD. They consist of plain text, each piece
H A DPerldoc.pm265 is the name of a piece of documentation that you want to look at. You
1665 # Perldoc -- look up a piece of documentation in .pod format that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm267 to recalculate these timings for each new piece of code timed.
H A DCPAN.pm1194 # This is a piece of repeated code that is abstracted here for
7094 undetected missing piece breaks the process. But it may well be that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm1189 representation of a compiled piece of code, I hope. If you have prior
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1782 a contiguous substring. For example, a typical piece of code using
1843 rearranges the string to an equivalent piece of Perl:

Completed in 47 milliseconds