Searched refs:eof (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diogetline.c55 _IO_getline_info (fp, buf, n, delim, extract_delim, eof)
61 int *eof; variable
64 if (eof != NULL)
65 *eof = 0;
76 if (eof) *eof = c;
H A Diogetwline.c58 _IO_getwline_info (fp, buf, n, delim, extract_delim, eof)
64 wint_t *eof;
67 if (eof != NULL)
68 *eof = 0;
80 if (eof)
81 *eof = wc;
/haiku/src/add-ons/kernel/generic/tty/
H A Dline_buffer.h23 int32 line_buffer_readable_line(struct line_buffer &buffer, char eol, char eof);
26 size_t length, char eof = 0, bool* hitEOF = NULL);
H A Dline_buffer.cpp53 line_buffer_readable_line(struct line_buffer &buffer, char eol, char eof) argument
62 if (c == eol || c == '\n' || c == '\r' || c == eof)
81 char eof, bool* hitEOF)
96 if (c == eof) {
80 line_buffer_user_read(struct line_buffer &buffer, char *data, size_t length, char eof, bool* hitEOF) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h61 bool* eof);
74 OpenDirCookie* cookie, bool* eof, uint64* change,
H A DWorkQueue.cpp188 bool eof = false; local
197 offset + position + size, buffer + size, &bytesRead, &eof);
207 } while (size < length && result == B_OK && !eof);
210 } while (position < length && result == B_OK && !eof);
H A DInodeRegular.cpp309 size_t* _length, bool* eof)
314 ASSERT(eof != NULL);
316 *eof = false;
324 while (size < *_length && !*eof) {
327 reinterpret_cast<char*>(buffer) + size, eof);
351 bool eof = false; local
353 return ReadDirect(cookie, pos, buffer, _length, &eof);
308 ReadDirect(OpenStateCookie* cookie, off_t pos, void* buffer, size_t* _length, bool* eof) argument
H A DCookie.cpp53 bool eof = lock.l_len + lock.l_start == OFF_MAX; local
58 || (eof && fLength == UINT64_MAX));
H A DReplyInterpreter.h93 status_t Read(void* buffer, uint32* size, bool* eof);
95 DirEntry** dirents, uint32* count, bool* eof);
H A DInodeDir.cpp236 bool eof = false; local
238 while (!eof) {
242 status_t result = ReadDirOnce(&dirents, &count, cookie, &eof, &change,
H A DNFS4Inode.cpp721 uint32* length, void* buffer, bool* eof)
726 ASSERT(eof != NULL);
747 result = reply.Read(buffer, length, eof);
958 bool* eof, uint64* change, uint64* dirCookie, uint64* dirCookieVerf,
963 ASSERT(eof != NULL);
1006 result = reply.ReadDir(dirCookie, dirCookieVerf, dirents, count, eof);
720 ReadFile(OpenStateCookie* cookie, OpenState* state, uint64 position, uint32* length, void* buffer, bool* eof) argument
957 ReadDirOnce(DirEntry** dirents, uint32* count, OpenDirCookie* cookie, bool* eof, uint64* change, uint64* dirCookie, uint64* dirCookieVerf, bool attribute) argument
H A DInode.h90 void* buffer, size_t* length, bool* eof);
H A DReplyInterpreter.cpp431 ReplyInterpreter::Read(void* buffer, uint32* size, bool* eof) argument
439 *eof = fReply->Stream().GetBoolean();
449 DirEntry** dirents, uint32* _count, bool* eof)
498 *eof = fReply->Stream().GetBoolean();
448 ReadDir(uint64* cookie, uint64* cookieVerf, DirEntry** dirents, uint32* _count, bool* eof) argument
H A Dkernel_interface.cpp380 bool eof = false; local
381 for (size_t i = 0; i < count && !eof; i++) {
387 result = inode->ReadDirect(cookie, pos, buffer, &bytesRead, &eof);
395 } while (bytesLeft > 0 && !eof);
1237 bool eof; local
1244 return inode->ReadDirect(cookie, pos, buffer, length, &eof);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp62 while(ifs.good() && !ifs.eof()){
/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp51 virtual int eof();
190 LibRaw_haiku_datastream::eof() function in class:LibRaw_haiku_datastream
/haiku/headers/cpp/
H A Dstreambuf.h218 int eof() const { return _state & ios::eofbit; } function in class:ios
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c955 int32 eof; local
1076 eof=XDRInPacketGetInt32(&reply);
1081 while (eof == 0);

Completed in 91 milliseconds