Searched refs:best (Results 1 - 25 of 36) sorted by relevance

12

/osnet-11/usr/src/lib/libnsl/nss/
H A Dinet_ntop.c113 struct { int base, len; } best, cur; local
125 best.base = -1;
135 if (best.base == -1 || cur.len > best.len)
136 best = cur;
142 if (best.base == -1 || cur.len > best.len)
143 best = cur;
145 if (best.base != -1 && best
[all...]
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_cidr_ntop.c163 struct { int base, len; } best, cur; local
180 best.base = -1;
181 best.len = 0;
192 if (best.base == -1 || cur.len > best.len)
193 best = cur;
199 if (best.base == -1 || cur.len > best.len)
200 best = cur;
202 if (best
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c115 * row() adds the best sequence for moving the cursor from orow
124 struct Sequence *best = &seqA; local
142 zero_seq(best);
143 add_op(best, __MOVE_ROW, nrow, 0);
148 Make_seq_best(best, try);
153 Make_seq_best(best, try);
155 add_seq(outseq, best);
170 * simp_col() adds the best simple sequence for getting from oldcol
179 struct Sequence seqA, seqB, *best, *try; local
187 best
284 struct Sequence *best = &seqA; local
367 struct Sequence *best = &seqA; /* best sequence so far */ local
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c114 * row() adds the best sequence for moving the cursor from orow
125 struct Sequence* best = &seqA; local
143 zero_seq(best);
144 add_op(best, __MOVE_ROW, nrow, 0);
149 Make_seq_best(best, try);
154 Make_seq_best(best, try);
156 add_seq(outseq, best);
171 * simp_col() adds the best simple sequence for getting from oldcol
182 struct Sequence seqA, seqB, *best, *try; local
190 best
286 struct Sequence* best = &seqA; local
377 struct Sequence* best = &seqA; /* best sequence so far */ local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c220 } fetched, best; local
226 memset(&best, 0, sizeof (best));
249 else if (!have_creds || fetched.pref < best.pref) {
251 krb5_free_cred_contents (context, &best.creds);
254 best = fetched;
277 *creds = best.creds;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c387 DEBUG_CODE(0x0040,{sfprintf(sfstdout, "AHA better old ");for (i = 0; i <= env->nsub; i++)showmatch(&env->best[i]);sfprintf(sfstdout, "\n new ");for (i = 0; i <= env->nsub; i++)showmatch(&env->match[i]);sfprintf(sfstdout, "\n");},{0;});
444 DEBUG_TEST(0x0004,(sfprintf(sfstdout,"AHA#%04d 0x%04x PUSH %d (%d,%d)(%d,%d)(%d,%d) (%d,%d)(%d,%d)(%d,%d)\n", __LINE__, debug_flag, rex->re.group.number, env->best[0].rm_so, env->best[0].rm_eo, env->best[1].rm_so, env->best[1].rm_eo, env->best[2].rm_so, env->best[2].rm_eo, env->match[0].rm_so, env->match[0].rm_eo, env->match[1].rm_so, env->match[1].rm_eo, env->match[2].rm_so, env->match[2].rm_eo)),(0));
452 DEBUG_TEST(0x0004,(sfprintf(sfstdout,"AHA#%04d 0x%04x POP %d %d (%d,%d)(%d,%d)(%d,%d) (%d,%d)(%d,%d)(%d,%d)\n", __LINE__, debug_flag, rex->re.group.number, r, env->best[0].rm_so, env->best[0].rm_eo, env->best[
[all...]
H A Dreglib.h536 Vector_t* bestpos; /* ditto for best match */
538 regmatch_t* best; /* ditto in best match yet */ member in struct:reglib_s
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm545 my @best = (1e38, ~0);
582 if ($rms < $best[0] || ($rms == $best[0] && ($max - $min) < $best[1])) {
583 @best = ($rms, $max - $min, $i, \%spread);
587 unless defined $best[2];
588 # use Data::Dumper; print Dumper (@best);
589 my ($offset, $best) = @best[2,3];
590 $body .= $indent . "/* Offset $offset gives the best switc
[all...]
H A DManifest.pm379 hard links, and C<best> which mostly links the files but copies any
433 best($from,$to), last STRICT_SWITCH if $how eq 'best';
438 "Legal values are 'best', 'cp', and 'ln'.");
479 sub best { subroutine
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c35 * examined every device, we pick the best label txg config for each toplevel
130 name_entry_t *ne, *best; local
160 best = NULL;
167 best = ne;
182 if (count > matched || best == NULL) {
183 best = ne;
189 if (best == NULL)
192 if (nvlist_add_string(nv, ZPOOL_CONFIG_PATH, best->ne_name) != 0)
195 if ((devid = get_devid(best->ne_name)) == NULL) {
427 * start by picking the best confi
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm108 This is best explained using the following example:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm174 Overstruck text is best viewed by page-at-a-time programs that take
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c275 struct map* best; member in union:__anon2350
524 var.best = 0;
532 var.best = map;
538 if (map = var.best)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm54 made to generate intelligent messages; for best results, define $main::VERSION.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm123 The best algorithm depends on many things. On average, mergesort
H A DTest.pm628 The best bet is to use the one-argument form:
641 Your best bet is to use the single argument form:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm348 The best way to avoid this oddity is to use this pragma RIGHT AFTER
382 After all, the best thing about this pragma is that you don't have to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm104 If I<$check> is is false then C<encode> MUST make a "best effort" to
130 If I<$check> is false then C<decode> should make a "best effort" to
242 original one. Also, the encoding is best placed to know what the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm349 Mike Cariaso provided valuable insight into the best way to solve this
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm152 empty, the best available package is loaded.
155 export "PERL_RL= o=0" # Use best available ReadLine without ornaments
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm371 best (simplest, most portable) solution is to use forward slashes for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm276 <hedlund@best.com> on 11/26/95.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm1384 CPAN can provide the best examples. Test::Simple, Test::More,
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1298 % their "best" equivalent, based on the @documentencoding. Right
2025 % be smaller yet, but lllsize is the best we can do for now.
3312 % control sequences and just writes whatever the best ASCII sort string
3621 % Do our best not to break after the initial.
4202 % 3) Likewise, headings look best if no \parindent is used, and
5814 % is the best we can do for now. makeinfo does not expand macros in the
6003 % are best written with fairly long node names, containing hyphens, this
6433 % float "here". But it seemed the best name for the future.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm142 and returns the best attempt at an English name for it, or

Completed in 77 milliseconds

12