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

/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c95 int *pclass, long omax)
101 long max = omax;
141 fprintf(stderr, "p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
142 (int)p, *plength, omax, (int)*pp, (int)(p + *plength),
143 (int)(omax + *pp));
146 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.h955 int *pclass, long omax);
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1213 update_line (old, new, current_line, omax, nmax, inv_botlin)
1215 int current_line, omax, nmax, inv_botlin;
1313 temp = (omax < nmax) ? omax : nmax;
1324 if (omax == nmax && STREQN (new, old, omax))
1326 ofd = old + omax;
1333 (ofd - old < omax) && *ofd &&
1347 (ofd - old < omax) && *ofd && (*ofd == *nfd);
1354 for (od = ofd - old, oe = ofd; od < omax
[all...]
/freebsd-11-stable/sys/sys/
H A Dlibkern.h85 static __inline off_t omax(off_t a, off_t b) { return (a > b ? a : b); } function
/freebsd-11-stable/contrib/sendmail/src/
H A Dheaders.c2042 int opos, omax, spaces; local
2091 omax = mci->mci_mailer->m_linelimit - 2;
2092 if (omax < 0 || omax > 78)
2093 omax = 78;
2204 if (opos > omax && !firstone)
/freebsd-11-stable/lib/libedit/
H A Dreadline.c1188 int omax; local
1191 omax = max_input_history;
1193 return omax; /* some value _must_ be returned */
/freebsd-11-stable/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 141 milliseconds