Searched refs:putchar (Results 1 - 23 of 23) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dputchar.c3 int putchar(int c) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpctty.c79 putchar('\n');
81 putchar('\n');
H A Dpcsys.c356 (void) putchar('\n');
H A Dunixtty.c446 (void) putchar('\n');
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpctty.c79 putchar('\n');
81 putchar('\n');
H A Dpcsys.c356 (void) putchar('\n');
H A Dunixtty.c446 (void) putchar('\n');
/seL4-refos-master/kernel/include/machine/
H A Dio.h27 void putchar(char c);
28 #define kernel_putchar(c) putchar(c)
/seL4-refos-master/libs/libutils/src/
H A Ddebug.c33 putchar(' ');
66 putchar('.');
68 putchar(line[object]);
/seL4-refos-master/projects/util_libs/libutils/src/
H A Ddebug.c33 putchar(' ');
66 putchar('.');
68 putchar(line[object]);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h227 # ifdef putchar
228 # undef putchar macro
231 # define putchar term_putc macro
240 # undef putchar macro
243 # define putchar(x) xputc(x) /* these are in video.c, nttty.c */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h227 # ifdef putchar
228 # undef putchar macro
231 # define putchar term_putc macro
240 # undef putchar macro
243 # define putchar(x) xputc(x) /* these are in video.c, nttty.c */ macro
/seL4-refos-master/kernel/src/machine/
H A Dcapdl.c206 cap_endpoint_cap_get_capCanReceive(ep) ? putchar('R') : 0;
207 cap_endpoint_cap_get_capCanSend(ep) ? putchar('W') : 0;
208 cap_endpoint_cap_get_capCanGrant(ep) ? putchar('G') : 0;
209 cap_endpoint_cap_get_capCanGrantReply(ep) ? putchar('P') : 0;
217 cap_notification_cap_get_capNtfnCanReceive(ntfn) ? putchar('R') : 0;
218 cap_notification_cap_get_capNtfnCanSend(ntfn) ? putchar('W') : 0;
H A Dio.c31 out_fn putchar; member in struct:__anon1
38 * putchar would then just call the handle with its buf
44 out->putchar(c, out->buf, out->idx);
50 void putchar(char c) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c696 (void) putchar(' ');
702 (void) putchar('\b');
703 (void) putchar(' ');
704 (void) putchar('\b');
717 (void) putchar(c);
722 (void) putchar(c);
1042 (void) putchar(ch);
1214 (void) putchar(' ');
1235 (void) putchar('+'); /* all selected */
1237 (void) putchar('#'); /* coun
[all...]
H A Dtopl.c284 (void) putchar(c);
291 (void) putchar(c);
298 (void) putchar(c);
H A Dtermcap.c571 (void) putchar(c);
697 (void) putchar('\007'); /* curx does not change */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c696 (void) putchar(' ');
702 (void) putchar('\b');
703 (void) putchar(' ');
704 (void) putchar('\b');
717 (void) putchar(c);
722 (void) putchar(c);
1042 (void) putchar(ch);
1214 (void) putchar(' ');
1235 (void) putchar('+'); /* all selected */
1237 (void) putchar('#'); /* coun
[all...]
H A Dtopl.c284 (void) putchar(c);
291 (void) putchar(c);
298 (void) putchar(c);
H A Dtermcap.c571 (void) putchar(c);
697 (void) putchar('\007'); /* curx does not change */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c162 (void) putchar(c);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c162 (void) putchar(c);
/seL4-refos-master/libs/libmuslc/include/
H A Dstdio.h92 int putchar(int);

Completed in 194 milliseconds