Searched defs:put (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.5.0-3.4.0/semihost/ |
D | write.c | 58 ssize_t put = (ssize_t) (count - ret); in write() local
|
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | stdio.h | 95 int (*put)(char, struct __file *); /* function to write one char to device */ member 109 #define FDEV_SETUP_CLOSE(put, get, flush, _close, rwflag) \ argument 121 #define FDEV_SETUP_EXT(put, get, flush, close, _seek, _setvbuf, rwflag) \ argument
|
D | vfprintf.c | 402 int (*put)(char, FILE *) = stream->put; in vfprintf() local
|
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | db_local.h | 103 int (*put)(const struct __db *, DBT *, const DBT *, u_int); member
|