Searched refs:overflow (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/libs/stdc++/legacy/
H A Dstdiostream.cc123 int stdiobuf::overflow(int c /* = EOF*/) function in class:stdiobuf
125 if (filebuf::overflow(c) == EOF)
H A Dindstream.cc57 int indirectbuf::overflow(int c /* = EOF */) function in class:indirectbuf
60 return put_stream()->overflow(c);
H A Dbuiltinbuf.cc32 int builtinbuf::overflow(int ch) { return _IO_OVERFLOW (this, ch); } function in class:builtinbuf
H A Dstreambuf.cc56 return sb->overflow(c);
65 int streambuf::overflow(int /* = EOF */) function in class:streambuf
139 { return ((streambuf*)fp)->overflow(c); }
189 JUMP_INIT(overflow, _IO_sb_overflow),
H A Dstrstream.cc64 int strstreambuf::overflow(int c /* = EOF */) function in class:strstreambuf
H A Dfilebuf.cc161 int filebuf::overflow(int c) function in class:filebuf
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c240 int overflow; variable
379 overflow = 0;
421 /* Note that we never can have an overflow. */
424 /* We have an overflow. Now use the long representation. */
469 /* Check for overflow. */
471 overflow = 1;
492 if (overflow == 0
496 overflow = 1;
499 if (__builtin_expect (overflow, 0))
/haiku/headers/cpp/
H A Dbuiltinbuf.h41 virtual int overflow(int);
H A Dindstream.h69 virtual int overflow(int c = EOF);
H A Dstdiostream.h52 virtual int overflow(int c = EOF);
H A Deditbuf.h86 virtual int overflow(int c = EOF);
H A Dstrstream.h46 virtual int overflow(int = EOF);
H A Dsstream26 /* seekoff and ideas for overflow is largely borrowed from libstdc++-v3 */
101 overflow(int c = EOF)
H A Dstreambuf.h351 virtual int overflow(int c = EOF); // Leave public for now
441 virtual int overflow(int c = EOF);
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.h18 virtual int overflow(int);
H A DSocketStream.cpp58 int socketstreambuf::overflow(int c) function in class:socketstreambuf
60 // cout << "***** overflow" << endl;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp343 bool overflow = false; local
352 overflow = true;
372 overflow = true;
382 for (; !overflow && i < *_count; i++) {
401 overflow = true;
408 if (i == 0 && overflow)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c51 further use. We can do this by writing on and on in the overflow
84 JUMP_INIT(overflow, _IO_strn_overflow),
119 overflow buffer right from the start. */
H A Dvswprintf.c51 further use. We can do this by writing on and on in the overflow
82 JUMP_INIT(overflow, (_IO_overflow_t) _IO_wstrn_overflow),
H A Diofopncook.c100 JUMP_INIT(overflow, INTUSE(_IO_file_overflow)),
219 JUMP_INIT(overflow, INTUSE(_IO_file_overflow)),
H A Diopopen.c248 JUMP_INIT(overflow, _IO_new_file_overflow),
271 JUMP_INIT(overflow, _IO_new_file_overflow),
H A Dmemstream.c43 JUMP_INIT (overflow, INTUSE(_IO_str_overflow)),
67 JUMP_INIT (overflow, (_IO_overflow_t) _IO_wstr_overflow),
H A Dstrops.c314 JUMP_INIT(overflow, INTUSE(_IO_str_overflow)),
H A Dwstrops.c315 JUMP_INIT(overflow, (_IO_overflow_t) _IO_wstr_overflow),
H A Dwfileops.c866 JUMP_INIT(overflow, (_IO_overflow_t) INTUSE(_IO_wfile_overflow)),
893 JUMP_INIT(overflow, (_IO_overflow_t) INTUSE(_IO_wfile_overflow)),
917 JUMP_INIT(overflow, (_IO_overflow_t) INTUSE(_IO_wfile_overflow)),

Completed in 217 milliseconds

12