Home
last modified time | relevance | path

Searched refs:f_open (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/iostreams/
Dcode_converter.hpp152 if (flags_ & f_open) close(); in ~code_converter_impl()
159 if (flags_ & f_open) in open()
174 flags_ = f_open; in open()
203 bool is_open() const { return (flags_ & f_open) != 0;} in is_open()
208 f_open = 1, enumerator
209 f_input_closed = f_open << 1,
Dchain.hpp261 pimpl_->flags_ |= f_complete | f_open; in push_impl()
308 f_open = 2, enumerator
326 if ((flags_ & f_open) != 0) { in close()
327 flags_ &= ~f_open; in close()
373 flags_ &= ~f_open; in reset()
587 pimpl_->flags_ &= ~f_open; in pop()
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp125 f_open = 1, enumerator
126 f_output_buffered = f_open << 1,
186 flags_ |= f_open; in open()
195 { return (flags_ & f_open) != 0; } in is_open()
/third_party/FatFs/documents/res/
Dapp1.c14 fr = f_open(fp, path, FA_WRITE | FA_OPEN_ALWAYS); in open_append()
Dapp3.c89 fr = f_open(&fil, "fastrec.log", FA_READ | FA_WRITE | FA_OPEN_ALWAYS); in main()
/third_party/FatFs/source/
D00history.txt174 Changed f_open() and f_opendir() reject null object pointer to avoid crash.
196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error.
261 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.
Dff.h432 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */
Dff.c3246 FRESULT f_open ( in f_open() function
/third_party/FatFs/documents/
Dupdates.txt50 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.
103 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect result code on error.
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c641 err = (f->methods->f_open) (f, fflags); in usb_fifo_open()
1453 if (pm->f_open == NULL) in usb_fifo_check_methods()
1454 pm->f_open = &usb_fifo_dummy_open; in usb_fifo_check_methods()
Dusbdi.h474 usb_fifo_open_t *f_open; member
Dusb_generic.c76 .f_open = &ugen_open,
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c125 .f_open = &uhid_open,