Searched defs:puts (Results 1 – 15 of 15) sorted by relevance
61 .globl puts symbol65 .macro puts string macro
63 .globl puts symbol67 .macro puts string macro
73 .globl puts symbol77 .macro puts string macro
15 #define puts(s) do {} while (0) macro
18 void puts(const char *s) in puts() function
43 .globl puts symbol
61 void __section(".inittext") puts(const char *str) in puts() function
107 static int puts(const char *s) in puts() function
70 int puts(const char *s) in puts() function
28 #define puts srm_printk macro
120 static int puts(const char *s) in puts() function
1364 puts: loadsp r3, r2, r1 label
182 int puts(const char *s) in puts() function
503 .macro puts string macro
177 void (*puts)(struct drm_printer *p, const char *str); member