Searched refs:stdout (Results 1 - 25 of 65) sorted by relevance

123

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dputs.c6 FLOCK(stdout);
7 r = -(fputs(s, stdout) < 0 || putc_unlocked('\n', stdout) < 0);
8 FUNLOCK(stdout);
H A Dputchar_unlocked.c5 return putc_unlocked(c, stdout);
H A Dputchar.c5 return fputc(c, stdout);
H A Dvprintf.c5 return vfprintf(stdout, fmt, ap);
H A Dputwchar.c6 return fputwc(c, stdout);
H A Dvwprintf.c6 return vfwprintf(stdout, fmt, ap);
H A Dprintf.c9 ret = vfprintf(stdout, fmt, ap);
H A Dstdout.c15 FILE *const stdout = &f; variable
/seL4-refos-master/libs/libsel4debug/src/
H A Dprintf.c35 ret = vfprintf(stdout, format, ap);
/seL4-refos-master/projects/seL4_libs/libsel4debug/src/
H A Dprintf.c35 ret = vfprintf(stdout, format, ap);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvis.h14 extern struct _IO_FILE *const stdin, *const stdout, *const stderr;
/seL4-refos-master/seL4_tools/cmake-tool/helpers/
H A Dcmakerepl51 OUTPUT_FILE /dev/stdout
68 OUTPUT_FILE /dev/stdout
/seL4-refos-master/projects/refos/impl/apps/tetris/src/
H A Dio.h71 #define gotoxy(x,y) printf("\e[%d;%dH", y, x); fflush(stdout)
77 #define printblock(x) printf ("\e[%dm ", x); fflush(stdout)
86 fflush(stdout)
/seL4-refos-master/apps/tetris/src/
H A Dio.h71 #define gotoxy(x,y) printf("\e[%d;%dH", y, x); fflush(stdout)
77 #define printblock(x) printf ("\e[%dm ", x); fflush(stdout)
86 fflush(stdout)
/seL4-refos-master/libs/librefos/include/refos/
H A Dtest.h47 #define tprintf(x...) fprintf(stdout, x)
/seL4-refos-master/libs/libsel4utils/include/sel4utils/
H A Dbenchmark.h31 FILE *fd = stdout;
H A Dbenchmark_track.h33 FILE *fd = stdout;
58 FILE *fd = stdout;
88 FILE *fd = stdout;
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos/
H A Dtest.h47 #define tprintf(x...) fprintf(stdout, x)
/seL4-refos-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dbenchmark.h31 FILE *fd = stdout;
H A Dbenchmark_track.h33 FILE *fd = stdout;
58 FILE *fd = stdout;
88 FILE *fd = stdout;
/seL4-refos-master/projects/util_libs/liblwip/include/lwip/arch/
H A Dcc.h62 fflush(stdout); \
69 fflush(stdout); \
/seL4-refos-master/projects/refos/impl/apps/terminal/src/
H A Dterminal.c154 fflush(stdout);
166 fflush(stdout);
171 fflush(stdout);
/seL4-refos-master/apps/terminal/src/
H A Dterminal.c154 fflush(stdout);
166 fflush(stdout);
171 fflush(stdout);
/seL4-refos-master/seL4_tools/misc/
H A Dwhence.py100 p = subprocess.Popen(['diff', src, dst], stdout=subprocess.PIPE)
101 stdout, _ = p.communicate()
102 diff = len(stdout.split('\n'))
/seL4-refos-master/kernel/manual/tools/
H A Dgen_env.py22 stdout=subprocess.PIPE) variable

Completed in 205 milliseconds

123