Searched refs:omax (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dkexgexs.c61 int omin = -1, min = -1, omax = -1, max = -1, onbits = -1, nbits = -1; local
78 omax = max = packet_get_int();
89 omax = max = DH_GRP_MAX;
96 if (omax < omin || onbits < omin || omax < onbits)
98 omin, onbits, omax);
159 omin = min = omax = max = -1;
169 omin, onbits, omax,
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresres.c169 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
183 if ((off[0] + 8) > omax)
185 read_res_data_hdr (wrbfd, off, omax, &reshdr);
188 read_res_id (wrbfd, off, omax, &type);
190 read_res_id (wrbfd, off, omax, &name);
195 read_res_data (wrbfd, off, omax, &l, BIN_RES_INFO_SIZE);
207 read_res_data (wrbfd, off, omax, buff, reshdr.data_size);
441 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, argument
446 if ((off[0] + BIN_RES_HDR_SIZE) > omax)
447 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax);
457 read_res_data(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, void *data, rc_uint_type size) argument
519 read_res_id(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_res_id *id) argument
547 read_unistring(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, rc_uint_type *len) argument
579 probe_binary(windres_bfd *wrbfd, rc_uint_type omax) argument
610 skip_null_resource(windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c95 int *pclass, long omax)
101 long max=omax;
138 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
139 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
140 (int)(omax+ *pp));
143 if (*plength > (omax - (p - *pp)))
94 ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) argument
H A Dasn1.h945 int *pclass, long omax);
/freebsd-10.0-release/contrib/libreadline/
H A Ddisplay.c1203 update_line (old, new, current_line, omax, nmax, inv_botlin)
1205 int current_line, omax, nmax, inv_botlin;
1303 temp = (omax < nmax) ? omax : nmax;
1314 if (omax == nmax && STREQN (new, old, omax))
1316 ofd = old + omax;
1323 (ofd - old < omax) && *ofd &&
1337 (ofd - old < omax) && *ofd && (*ofd == *nfd);
1344 for (od = ofd - old, oe = ofd; od < omax
[all...]
/freebsd-10.0-release/sys/sys/
H A Dlibkern.h66 static __inline off_t omax(off_t a, off_t b) { return (a > b ? a : b); } function
/freebsd-10.0-release/contrib/sendmail/src/
H A Dheaders.c2013 int opos, omax, spaces; local
2062 omax = mci->mci_mailer->m_linelimit - 2;
2063 if (omax < 0 || omax > 78)
2064 omax = 78;
2169 if (opos > omax && !firstone)
/freebsd-10.0-release/lib/libedit/
H A Dreadline.c1132 int omax; local
1135 omax = max_input_history;
1137 return (omax); /* some value _must_ be returned */
/freebsd-10.0-release/contrib/gcc/cp/
H A Dpt.c7311 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0);
7313 max = tsubst_expr (omax, args, complain, in_decl,
7310 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); local

Completed in 257 milliseconds