/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | inet_ntop.c | 113 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 D | inet_cidr_ntop.c | 163 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/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Manifest.pm | 379 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/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_retr.c | 220 } 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/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 114 * 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/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 115 * 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/libpp/common/ |
H A D | ppcontrol.c | 275 struct map* best; member in union:__anon2350 524 var.best = 0; 532 var.best = map; 538 if (map = var.best)
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 35 * 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/lib/libast/common/regex/ |
H A D | reglib.h | 536 Vector_t* bestpos; /* ditto for best match */ 538 regmatch_t* best; /* ditto in best match yet */ member in struct:reglib_s
|