Searched refs:similar (Results 1 - 25 of 58) sorted by relevance

123

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Denctype_util.c57 krb5_boolean *similar)
66 *similar = (ktp1->enc == ktp2->enc && ktp1->str2key == ktp2->str2key);
56 krb5_c_enctype_compare(krb5_context context, krb5_enctype e1, krb5_enctype e2, krb5_boolean *similar) argument
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkeytab.c134 krb5_boolean similar; local
187 entry->key.enctype, &similar);
191 if (!similar) {
H A Dkdb_cpw.c150 krb5_boolean similar; local
152 similar = 0;
163 &similar)))
166 if (similar)
170 if (similar)
382 krb5_boolean similar; local
384 similar = 0;
395 &similar)))
398 if (similar &&
H A Dkdb_default.c82 krb5_boolean similar; local
96 &similar)))
99 if (!similar)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c167 krb5_boolean similar; local
233 penctype, &similar);
236 else if (similar)
430 krb5_boolean similar; local
456 *tenctype, penctype, &similar);
460 } else if (similar)
H A Dkt_memory.c390 krb5_boolean similar = 0; local
409 &similar))) {
414 if (!similar)
H A Dkt_file.c268 krb5_boolean similar; local
337 &similar))) {
342 if (!similar) {
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh51 is similar to the old or to delete the message text, leaving
55 [+similar=\anumber\a?The message text similarity measure threshold.
63 [+verbose?Trace similar message replacements on the standard error.]
134 -M-similar=*)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm179 those modules at the same time. Roughly similar in effect to
H A Dfiletest.pm47 (or disables) the use of access() or similar system calls. This
H A DAutoLoader.pm306 The B<AutoLoader> is similar in purpose to B<SelfLoader>: both delay the
H A Dopen.pm170 open(), readpipe() (aka qx//) and similar operators found within the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL98 3 : print the entire manpage (similar to running pod2text)
H A Dpod2latex.PL288 times on the command line.This is identical to the similar option in
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs148 # These two operations are so similar that the XSUB ALIAS functionality is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm167 output text using overstrike sequences, in a manner similar to nroff.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm533 consequential, indirect or other similar damages arising from the use
609 This method is similar to share() but allows you to explicitly name the
699 A similar effect applies to I<all> runtime symbol lookups in code
786 the code in the compartment. Ops such as rand and srand have a similar
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm28 The getopts() function is similar, but you should pass to it the list of all
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm189 does token parsing with whitespace as a delimiter-- similar to most
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm17 out a similar process for C programs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm31 Extremely similar to open2(), open3() spawns the given $cmd and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm289 are similar to these:
352 is similar to:
367 Its advantages over ok() are similar to that of is() and isnt(). Better
869 The syntax and behavior is similar to a C<SKIP: BLOCK> except the
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s41 ! strlcpy implementation is similar to that of strcpy, except
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm81 of the module can take one of two broadly similar formats. To
138 As you can see both modules have a broadly similar structure. They both
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm75 It works similar to
619 used, similar to the example above. If you want nothing skipped,

Completed in 59 milliseconds

123