Searched refs:puts (Results 1 - 25 of 28) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dputs.c3 int puts(const char *s) function
/seL4-refos-master/projects/refos/impl/apps/tetris/src/
H A Dio.h65 #define clrscr() puts ("\e[2J\e[1;1H")
67 #define clreol() puts ("\e[K")
69 #define delline() puts ("\e[2K")
73 #define hidecursor() puts ("\e[?25l")
75 #define showcursor() puts ("\e[?25h")
H A Dtetris.c147 puts("j - left");
149 puts("k - rotate");
151 puts("l - right");
153 puts("space - drop");
155 puts("p - pause");
157 puts("q - quit");
/seL4-refos-master/apps/tetris/src/
H A Dio.h65 #define clrscr() puts ("\e[2J\e[1;1H")
67 #define clreol() puts ("\e[K")
69 #define delline() puts ("\e[2K")
73 #define hidecursor() puts ("\e[?25l")
75 #define showcursor() puts ("\e[?25h")
H A Dtetris.c147 puts("j - left");
149 puts("k - rotate");
151 puts("l - right");
153 puts("space - drop");
155 puts("p - pause");
157 puts("q - quit");
/seL4-refos-master/kernel/include/machine/
H A Dio.h31 word_t puts(const char *s) VISIBLE;
38 #define puts(s) ((void)(0)) macro
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dmiiphyutil.c306 puts("MII devices: ");
311 puts("\n");
402 // puts("PHY reset timed out\n");
456 puts("PHY AN adv speed");
507 puts("PHY duplex");
514 puts("PHY AN duplex");
519 puts("PHY AN adv duplex");
566 puts("MII_BMSR read failed, assuming no link\n");
/seL4-refos-master/projects/refos/impl/apps/snake/src/
H A Dsnake.c35 #define clrscr() puts ("\e[2J\e[1;1H")
37 #define hidecursor() puts ("\e[?25l")
38 #define showcursor() puts ("\e[?25h")
/seL4-refos-master/apps/snake/src/
H A Dsnake.c35 #define clrscr() puts ("\e[2J\e[1;1H")
37 #define hidecursor() puts ("\e[?25l")
38 #define showcursor() puts ("\e[?25h")
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dmiiphyutil.c347 puts("MII devices: ");
352 puts("\n");
445 puts("PHY reset timed out\n");
543 puts("PHY duplex");
550 puts("PHY AN duplex");
597 puts("MII_BMSR read failed, assuming no link\n");
H A Dphy.c654 puts("PHY reset timed out\n");
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dmiiphyutil.c347 puts("MII devices: ");
352 puts("\n");
445 puts("PHY reset timed out\n");
543 puts("PHY duplex");
550 puts("PHY AN duplex");
597 puts("MII_BMSR read failed, assuming no link\n");
H A Dmarvell.c117 puts("Waiting for PHY realtime link");
121 puts(" TIMEOUT !\n");
127 puts(".");
132 puts(" done\n");
H A Dphy.c785 puts("PHY reset timed out\n");
/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdtget.c160 puts(name);
193 puts(pathp);
254 puts(disp->default_val);
290 puts(disp->default_val);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwindows.c92 puts(s);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwindows.c92 puts(s);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h233 # define puts term_puts macro
242 # undef puts macro
245 # define puts(x) xputs(x) macro
H A Dwceconf.h330 extern int __cdecl puts(const char * s);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h233 # define puts term_puts macro
242 # undef puts macro
245 # define puts(x) xputs(x) macro
H A Dwceconf.h330 extern int __cdecl puts(const char * s);
/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dprintf.c180 * Simple printf/puts implementation.
216 int puts(const char *str) function
/seL4-refos-master/tools/elfloader/src/
H A Dprintf.c180 * Simple printf/puts implementation.
216 int puts(const char *str) function
/seL4-refos-master/libs/libmuslc/include/
H A Dstdio.h100 int puts(const char *);
/seL4-refos-master/kernel/src/machine/
H A Dio.c559 word_t puts(const char *s) function

Completed in 122 milliseconds

12