Searched refs:append (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | fmemopen.c | 79 char append; /* nonzero if appending */ member 116 if (c->append) in fmemwriter() 310 c->append = (flags & __SAPP) != 0; in fmemopen() 324 c->append = 1; in fmemopen() 328 c->pos = c->append = 0; in fmemopen() 333 c->pos = c->append = c->eof = 0; in fmemopen()
|
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | mkcategories | 68 uniq -f2 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ,"
|
D | mkcaseconv | 78 uniq -f1 --group=append | sed -e "s,^$,range," -e t -e "s,^,item ," |
|
/picolibc-3.5.0-3.4.0/newlib/doc/ |
D | makedocbook.py | 222 refentry.append(lxml.etree.Comment(' Generated by makedocbook.py '))
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | HOWTO | 188 append to it in Makefile.inc (e.g. CLEANFILES += ...). Again, GNU Automake
|
D | ChangeLog-2015 | 12478 * libm/common/Makefile.am (doc): Do not append to $(TARGETDOC). 22519 (_swiopen): Fixed open flags to treat write with append as just append. 23862 on append stream (fix from NetBSD sources), adjust curoff offset 24487 Don't append "/*" to search pattern if trailing '/' already there, 24488 append "*".
|