Searched refs:puts (Results 1 – 5 of 5) sorted by relevance
61 int puts(const char *str) in puts() function95 int puts(const char *str __unused) in puts() function
26 int puts(const char *str);
350 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 …]
44 license that puts the boundary between what is and isn't permitted in
974 * libutee: printf() and puts() fixes, add putchar() ([#1759], [#1754])