Searched refs:max (Results 201 - 225 of 717) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_mem.c106 b->max = len;
216 bm->data -= bm->max - bm->length;
217 bm->length = bm->max;
221 memset(bm->data,0,bm->max);
304 /* i is the max to copy */
/opensolaris-onvv-gate/usr/src/head/
H A Dmacros.h40 * max() and min() depend on the types of the operands
44 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h111 #define max(a, b) ((a) < (b)? (b): (a)) macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/print/
H A Dprint.h75 /* DECIMAL_STRING_LENGTH in floatingpoint.h is max buffer size */
100 #define max(a, b) ((a) > (b)? (a): (b)) macro
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c196 int max = 0; local
232 if ((num + 1) >= max || !pvt->proto.p_aliases) {
233 max += 10;
235 max * sizeof(char *));
H A Ddns_sv.c190 int max = 0; local
239 if ((num + 1) >= max || !pvt->serv.s_aliases) {
240 max += 10;
242 max * sizeof(char *));
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Denv.c46 int max; member in struct:_env_
94 if(ep->count > ep->max)
101 ep->max = ep->count;
207 ep->max = n-1;
/opensolaris-onvv-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c73 get_tn_sl_range(brange_t *range, char *min, char *max) argument
77 if (min == NULL && max == NULL)
81 if (max == NULL)
88 if (str_to_label(max, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) != 0)
/opensolaris-onvv-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c83 int max; local
272 max = al[2].data.val_i;
275 if (max != -1 && lstchg != 0) {
290 * users with min>max are not allowed to
293 if (min > max) {
/opensolaris-onvv-gate/usr/src/lib/pyzfs/common/
H A Dtable.py39 self.maxfieldlen[k] = max(self.maxfieldlen.get(k, None), v)
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dhash.c259 int max = min; local
273 if (max < count) {
274 max = count;
285 printf(" Min/Max: %d in #%d, %d in #%d\n", min, minidx, max, maxidx);
/opensolaris-onvv-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c92 ga_parse_tokens(char *line, int max, char ***wret) argument
103 if (n > max)
113 ga_parse_common(char *line, int min, int max, char **w1, char **w2, char **w3) argument
122 if ((nread = ga_parse_tokens(line, max, wret)) < min)
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h103 uint32_t max; member in struct:emlxs_parm
151 /* This value will be <= the max count */
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c457 size_t cur, max; member in struct:prof_buf
465 if (b->max - b->cur < len) {
469 newsize = b->max + (b->max >> 1) + len + 1024;
476 b->max = newsize;
498 if (prof_buf.max - prof_buf.cur > (prof_buf.max >> 3)) {
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c552 int max, cur, len, gotsome; local
555 max = cur = gotsome = 0;
587 while ( cur + (len + 1) > max ) {
589 max += BUFSIZ;
590 buf = (char *) malloc( max );
592 max *= 2;
593 buf = (char *) realloc( buf, max );
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.c35 fmd_idspace_create(const char *name, id_t min, id_t max) argument
45 ASSERT(min >= 0 && max >= 0);
46 ASSERT(max >= min);
49 (void) fmd_conf_getprop(fmd.d_conf, "ids.max", &ids_max);
51 hashmax = max - min + 1;
65 ids->ids_maxid = max;
/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c49 int max = 0; local
108 if (ap >= max)
109 max = ap + 1;
134 if (ap >= max)
135 max = ap + 1;
260 if (arg >= max)
261 max = arg + 1;
269 for (arg = 0; arg < max; arg++) {
274 return (max);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c132 #ifndef max
133 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
135 char tmpbuf[max(NI_MAXHOST + NI_MAXSERV + 30, 200)];
620 dprint("selecting on max=%d sockets [%F] timeout %t\n",
622 out->max,
623 &out->rfds, &out->wfds, &out->xfds, out->max,
625 *sret = select(out->max, &out->rfds, &out->wfds, &out->xfds, timo);
640 dprint(":%F\n", &out->rfds, &out->wfds, &out->xfds, out->max);
856 if (selstate->max <= state->fd)
857 selstate->max
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_stripe.c53 int max,
63 uint16_t max,
199 * determine the min/max number of stripe components
688 * dlist_t *disks, uint16_t max, uint16_t min,
694 * max - maximum number of components allowed
708 * range min <= N <= max, more components are preferred.
714 * varies the number of components between 'max' and 'min'.
721 int max,
730 for (; (error == 0) && (*stripe == NULL) && (max >= min); max
717 compose_stripe( devconfig_t *request, uint64_t nbytes, dlist_t *disks, int max, int min, dlist_t *othervols, devconfig_t **stripe) argument
780 compose_stripe_within_hba( devconfig_t *request, dlist_t *hbas, uint64_t nbytes, uint16_t min, uint16_t max, devconfig_t **stripe) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DparseMode.cxx410 Char min, max; local
411 while (sgmlCharIter.next(min, max))
412 map.setRange(min, max, 1);
434 Char min, max; local
435 while (setIter.next(min, max))
436 map.setRange(min, max, 0);
450 Char min, max; local
451 while (setIter.next(min, max))
452 map.setRange(min, max, 0);
H A DCodingSystemKit.cxx342 WideChar max; local
344 while (iter->next(min, max, univ)) {
346 max += p->add;
348 if (max > charMax)
349 max = charMax;
350 desc.addRange(min, max, univ);
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c301 uint_t cnt, max = DYNINFOCNT(lmp); local
303 for (cnt = 0; cnt < max; cnt++, dip++) {
458 uint_t cnt, max = DYNINFOCNT(clmp); local
460 for (cnt = 0; cnt < max; cnt++, dip++) {
666 uint_t cnt, max = DYNINFOCNT(lmp); local
668 for (cnt = 0; cnt < max; cnt++, dip++) {
711 uint_t cnt, max; local
739 max = DYNINFOCNT(lmp);
741 for (cnt = 0; cnt < max; cnt++, dip++) {
944 uint_t cnt, max local
1353 uint_t cnt, max; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c222 int i, max; local
255 max = 1;
258 max++;
263 *mapA = (char **)calloc(max+1, sizeof (char *));
620 int *cnt, int *max, ns_ldap_search_desc_t *ret)
626 *max = NS_SDESC_MAX;
628 calloc(*max, sizeof (ns_ldap_search_desc_t *));
631 } else if (*cnt+1 >= *max) {
632 *max += NS_SDESC_MAX;
635 *max * sizeo
619 __ns_ldap_saveSearchDesc(ns_ldap_search_desc_t ***sdlist, int *cnt, int *max, ns_ldap_search_desc_t *ret) argument
664 int cnt, max; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/plimit/
H A Dplimit.c470 set_one_limit(struct ps_prochandle *Pr, int which, rlim64_t cur, rlim64_t max) argument
488 max = rlim.rlim_max;
490 if (max < cur)
491 max = cur;
493 if (max > rlim.rlim_max && Pr != NULL)
496 rlim.rlim_max = max;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_mont.c108 int al,nl,max,i,x,ri; local
124 max=(nl+al+1); /* allow for overflow (no?) XXX */
125 if (bn_wexpand(r,max) == NULL) goto err;
134 for (i=r->top; i<max; i++) /* memset? XXX */
137 memset(&(r->d[r->top]),0,(max-r->top)*sizeof(BN_ULONG));
140 r->top=max;

Completed in 212 milliseconds

1234567891011>>