Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 33) sorted by relevance

12

/plan9-contrib/sys/src/cmd/awk/
H A Dre.c108 else overflow(); in compre()
118 else overflow(); in compre()
127 else overflow(); in compre()
132 else overflow(); in compre()
141 else overflow(); in compre()
150 else overflow(); in compre()
156 else overflow(); in compre()
162 else overflow(); in compre()
278 else overflow(); in quoted()
322 overflow(void) in overflow() function
H A Dproto.h48 extern void overflow(void);
/plan9-contrib/sys/lib/tmac/
H A Dtmac.mcs3 '''\" a - abstract continuation flag - 0 (no), >0 (yes - number of overflow pages)
8 '''\" g - complete copy overflow distribution length
10 '''\" i - cover sheet overflow distribution length
42 '''\" lo - vertical size of copy overflow trap (in lines)
45 '''\" a2 - vertical size of overflow page portion of abstract
55 '''\" g1, g2, g3, g4, g5 - complete copy overflow - additional diversion lengths
56 '''\" i1, i2, i3, i4, i5 - cover sheet only overflow - additional diversionlengths
110 '''\" cO - complete copy addressee overflow
111 '''\" cU, cV, cW, cX, cY, cZ - complete copy addressee overflow (previously lost)
113 '''\" dO - cover sheet addressee overflow
[all …]
H A Dtmac.v258 check for overflow.
300 check for overflow.
/plan9-contrib/sys/src/cmd/
H A Dstats.c24 int overflow; member
404 g->overflow = 0; in redraw()
411 int overflow; in update1() local
413 if(g->overflow && g->overtmp!=nil) in update1()
419 g->overflow = 0; in update1()
421 overflow = (v>10*vmax*scale); in update1()
423 overflow = (v>vmax*scale); in update1()
424 if(overflow && g->overtmp!=nil){ in update1()
425 g->overflow = 1; in update1()
1219 g->overflow = 0; in resize()
/plan9-contrib/sys/src/cmd/ip/
H A Dgping.c31 int overflow; member
356 g->overflow = 0; in clearmsg()
408 if(g->overflow || *g->msg){ in update1()
410 g->overflow = 0; in update1()
420 g->overflow = 1; in update1()
844 g->overflow = 0; in resize()
919 if(g->overflow || *g->msg){ in dobutton1()
/plan9-contrib/sys/src/cmd/ssh2/
H A D_changes9 systemic bugs like overflow at both ends in
/plan9-contrib/sys/src/cmd/gs/zlib/
H A Dtrees.c505 int overflow = 0; /* number of elements with bit length too large */ local
517 if (bits > max_length) bits = max_length, overflow++;
530 if (overflow == 0) return;
545 overflow -= 2;
546 } while (overflow > 0);
H A DFAQ267 against a buffer overflow of a 4K string space, other than the caller of
H A DChangeLog279 - Document string limit for gzprintf() and possible buffer overflow
/plan9-contrib/sys/src/9/pc/
H A Dether8390.c519 overflow(Ether *ether) in overflow() function
569 overflow(ether); in interrupt()
/plan9-contrib/sys/lib/
H A Dyaccpars133 yyerror("yacc stack overflow");
H A Dyaccpar133 yyerror("yacc stack overflow");
H A Dscsicodes75 0a00 error log overflow
/plan9-contrib/sys/src/cmd/gs/libpng/
H A DCHANGES243 Added checks for rowbytes overflow, in case png_size_t is less than 32 bits.
246 More type casting. Removed erroneous overflow test in pngmem.c.
1173 Check for buffer overflow before reading CRC in pngpread.c (Warwick Allison)
1180 Detect buffer overflow in pngpread.c when IDAT is corrupted with extra data.
1288 which would indicate an overflow.
1295 overflow.
1306 Fixed buffer overflow vulnerability in png_handle_tRNS()
1307 Fixed integer arithmetic overflow vulnerability in png_read_png().
1312 Added ROWBYTES macro to calculate rowbytes without integer overflow.
/plan9-contrib/sys/doc/fs/
H A Dp670 When the age generator is about to overflow,
/plan9-contrib/sys/lib/ghostscript/
H A Dpdf_sec-ps.bak174 % if one is positive and one is negative, can't overflow
/plan9-contrib/sys/src/cmd/troff/
H A DFIXES103 Word & line buffers are now dynamic: No more word or line overflow
724 changed atoi1() to use double to avoid intermediate overflow.
/plan9-contrib/sys/doc/
H A Dtroff.ms2834 Two examples are \fIword overflow\fR, caused by a word that is too large
2836 \fIline overflow\fR, caused by an output line that grew too large
3480 &if "\e\en(.z"fy" .di \e"end overflow di
3488 &de fx \e"process footnote overflow
3489 &if \e\enx .di fy \e"divert overflow
3553 line of the combined footnotes to overflow.
3561 the overflow into \&\f(CWfy\fR,
3566 The footer then terminates the overflow diversion, if necessary, and
H A Dport.ms39 underflow and overflow, but does not handle gradual underflow or
H A Dprog4.ms354 because it has no protection against buffer overflow.
/plan9-contrib/sys/src/cmd/gs/src/
H A Dmsvc32.mak116 # 2. It compiles code fragments for C stack overflow checks.
H A Ddevs.mak210 # so as not to overflow the 120 character limit on MS-DOS command lines.
228 # DEVICE_DEVS17 - (overflow for PC platforms)
/plan9-contrib/sys/src/cmd/gs/jpeg/
H A Dstructure.doc683 like to have control return from the library at buffer overflow/underrun, and
703 suspension due to buffer overflow/underrun. At the start of each call, the
/plan9-contrib/sys/src/ape/cmd/diff/
H A DChangeLog265 (read_diff): Detect integer overflow in buffer size calculations.
1109 Don't let buffers overflow. Check for I/O errors.

12