Searched refs:_mode (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfwide.c43 if (mode == 0 || fp->_mode != 0) {
46 return fp->_mode;
H A Diofgetpos64.c46 if (fp->_mode <= 0)
62 if (fp->_mode > 0
H A Dftello.c45 if (fp->_mode <= 0)
H A Dftello64.c46 if (fp->_mode <= 0)
H A Diosetbuffer.c43 if (fp->_vtable_offset == 0 && fp->_mode == 0 && _IO_CHECK_WIDE (fp))
H A Diofgetpos.c46 if (fp->_mode <= 0)
69 if (fp->_mode > 0
H A Dfreopen64.c64 result->_mode = 0;
H A Diofsetpos.c55 if (fp->_mode > 0
H A Diofsetpos64.c56 if (fp->_mode > 0
H A Dioftell.c44 if (fp->_vtable_offset != 0 || fp->_mode <= 0)
H A Dfreopen.c58 result->_mode = 0;
111 result->_mode = 0;
H A Diofclose.c72 if (fp->_mode > 0)
H A Dioseekoff.c53 if (fp->_vtable_offset != 0 || fp->_mode <= 0)
H A Diofopen.c51 if (fp->_mode <= 0)
H A Diogetline.c66 if (__builtin_expect (fp->_mode, -1) == 0)
H A Diogetwline.c69 if (__builtin_expect (fp->_mode, 1) == 0)
H A Dlibio.h322 int _mode; member in struct:_IO_FILE_complete
506 if ((__fp)->_mode == 0) \
508 (__fp)->_mode = -1; \
509 __result = (__fp)->_mode; \
512 __result = (__fp)->_mode; \
H A Dgenops.c235 if (file->_mode == 0)
333 if (file->_mode == 0)
367 if (file->_mode == 0)
418 if (!(fp->_flags & _IO_UNBUFFERED) || fp->_mode > 0)
642 fp->_mode = orientation;
834 if (((fp->_mode <= 0 && fp->_IO_write_ptr > fp->_IO_write_base)
837 && fp->_mode > 0 && (fp->_wide_data->_IO_write_ptr
932 && fp->_mode != 0)
937 fp->_mode = -1;
H A Diofwide.c104 return fp->_mode;
115 if (fp->_mode != 0) {
117 return fp->_mode;
212 fp->_mode = mode;
H A Dwgenops.c245 if (f->_mode == 0)
256 if (fp->_mode < 0 || (fp->_mode == 0 && _IO_fwide (fp, 1) != 1))
259 if (fp->_mode == 0)
287 if (fp->_mode < 0 || (fp->_mode == 0 && _IO_fwide (fp, 1) != 1))
290 if (fp->_mode == 0)
/haiku/src/add-ons/accelerants/virtio/
H A Dmode.cpp104 virtio_gpu_get_preferred_mode(display_mode* _mode) argument
107 *_mode = gInfo->shared_info->current_mode;
114 virtio_gpu_set_display_mode(display_mode* _mode) argument
117 if (_mode != NULL && *_mode == gInfo->shared_info->current_mode)
121 _mode, sizeof(display_mode));
/haiku/src/add-ons/accelerants/framebuffer/
H A Dmode.cpp97 framebuffer_set_display_mode(display_mode* _mode) argument
100 if (_mode != NULL && *_mode == gInfo->shared_info->current_mode)
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc338 if (!(_mode & ios::in))
372 if (_mode == ios::in)
553 _mode = mode;
562 if (_mode & ios::trunc)
564 if (_mode & ios::ate)
586 if (_mode == ios::out)
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp215 vesa_set_display_mode(display_mode* _mode) argument
219 display_mode mode = *_mode;
/haiku/headers/cpp/
H A Deditbuf.h82 short _mode; member in struct:edit_streambuf

Completed in 141 milliseconds

12