Searched refs:__fn (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio.h | 366 # define fropen(__cookie, __fn) funopen(__cookie, __fn, NULL, NULL, NULL) argument 367 # define fwopen(__cookie, __fn) funopen(__cookie, NULL, __fn, NULL, NULL) argument
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.h | 625 # define fropen(__cookie, __fn) funopen(__cookie, __fn, NULL, NULL, NULL) argument 626 # define fwopen(__cookie, __fn) funopen(__cookie, NULL, __fn, NULL, NULL) argument
|