Home
last modified time | relevance | path

Searched refs:puts (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutee/
H A Dtrace_ext.c61 int puts(const char *str) in puts() function
95 int puts(const char *str __unused) in puts() function
/optee_os/lib/libutils/isoc/include/
H A Dstdio.h26 int puts(const char *str);
/optee_os/core/lib/zlib/
H A Dinflate.c350 puts(" /* inffixed.h -- table for decoding fixed codes"); in makefixed()
351 puts(" * Generated automatically by makefixed()."); in makefixed()
352 puts(" */"); in makefixed()
353 puts(""); in makefixed()
354 puts(" /* WARNING: this file should *not* be used by applications."); in makefixed()
355 puts(" It is part of the implementation of this library and is"); in makefixed()
356 puts(" subject to change. Applications should only use zlib.h."); in makefixed()
357 puts(" */"); in makefixed()
358 puts(""); in makefixed()
369 puts("\n };"); in makefixed()
[all …]
/optee_os/core/lib/libfdt/
H A DREADME.license44 license that puts the boundary between what is and isn't permitted in
/optee_os/
H A DCHANGELOG.md974 * libutee: printf() and puts() fixes, add putchar() ([#1759], [#1754])