Home
last modified time | relevance | path

Searched refs:put (Results 1 – 19 of 19) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dputs.c37 int (*put)(char, struct __file *); in puts() local
44 put = out->put; in puts()
46 if (put(c, out) < 0) in puts()
49 if (put('\n', out) < 0) in puts()
Dfdevopen.c93 fdevopen(int (*put)(char, FILE *), int (*get)(FILE *), int (*flush)(FILE *)) in fdevopen()
97 if (put == 0 && get == 0) in fdevopen()
111 if (put != 0) { in fdevopen()
112 cf->file.put = put; in fdevopen()
Dfputs.c37 int (*put)(char, struct __file *); in fputs() local
43 put = stream->put; in fputs()
46 if (put(c, stream) < 0) { in fputs()
Dstdio.h93 int (*put)(char, struct __file *); /* function to write one char to device */ member
107 #define FDEV_SETUP_CLOSE(put, get, flush, _close, rwflag) \ argument
109 .file = FDEV_SETUP_STREAM(put, get, flush, (rwflag) | __SCLOSE), \
119 #define FDEV_SETUP_EXT(put, get, flush, close, _seek, _setvbuf, rwflag) \ argument
121 .cfile = FDEV_SETUP_CLOSE(put, get, flush, close, (rwflag) | __SEXT), \
167 (stream)->put = p; \
193 .put = (p), \
Dfputc.c40 if (stream->put(c, stream) < 0) { in fputc()
Dfputwc.c48 if (stream->put(u.c[i], stream) < 0) in fputwc()
Dfwrite.c98 if (stream->put(*cp++, stream) < 0) in fwrite()
Dvfprintf.c518 int (*put)(char, FILE *) = stream->put; in vfprintf() local
519 #define my_putc(c, stream) do { ++stream_len; if (put(c, stream) < 0) goto fail; } while(0) in vfprintf()
Dstdio_private.h122 .put = __file_str_put \
131 .put = __file_str_put_alloc \
/picolibc-latest/semihost/
Dwrite.c56 ssize_t put = (ssize_t) (count - ret); in write() local
57 return put; in write()
/picolibc-latest/newlib/testsuite/
Dstdio-bits.c100 .put = ao_putc,
/picolibc-latest/newlib/libc/search/
Ddb_local.h100 int (*put)(const struct __db *, DBT *, const DBT *, u_int); member
Dndbm.c188 return ((db->put)(db, &dbtkey, &dbtdata, in dbm_store()
Dhash.c234 dbp->put = hash_put;
/picolibc-latest/test/
DCMakeLists.txt58 test-put
Dmeson.build41 'test-memset', 'test-put',
589 'test-memset', 'test-put',
/picolibc-latest/hello-world/
DREADME.md119 (hello-world.c) and where to put the output (hello-world-riscv.elf and
/picolibc-latest/newlib/
DChangeLog-20156755 names (put in underscores), delete all special targets for chew files
7652 * libc/include/sys/config.h: Don't put
12825 something that looks like a "NaN", put back the characters processed.
24954 * libc/stdlib/mprec.c (_Balloc): Don't put new node on _reclaim list.
26546 _syslist.h on all platforms by default, but put hooks in for
/picolibc-latest/
DCOPYING.picolibc1232 test/test-put.c