Home
last modified time | relevance | path

Searched refs:STDIO_ALIAS (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/semihost/
Diob.c41 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
43 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
47 STDIO_ALIAS(stdout);
48 STDIO_ALIAS(stderr);
/picolibc-latest/semihost/fake/
Dfake_io.c58 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
60 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
64 STDIO_ALIAS(stdout);
65 STDIO_ALIAS(stderr);
/picolibc-latest/semihost/machine/x86/
De9_io.c58 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
60 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
64 STDIO_ALIAS(stdout);
65 STDIO_ALIAS(stderr);
/picolibc-latest/semihost/machine/powerpc/
Dpowerpc_io.c60 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
62 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
66 STDIO_ALIAS(stdout);
67 STDIO_ALIAS(stderr);
/picolibc-latest/semihost/machine/msp430/
Dmsp430-iob.c61 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
63 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
67 STDIO_ALIAS(stdout);
68 STDIO_ALIAS(stderr);
/picolibc-latest/dummyhost/
Diob.c69 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
71 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
75 STDIO_ALIAS(stdout);
76 STDIO_ALIAS(stderr);
/picolibc-latest/semihost/machine/sh/
Dsh_io.c73 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
75 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
79 STDIO_ALIAS(stdout);
80 STDIO_ALIAS(stderr);
/picolibc-latest/newlib/testsuite/
Dstdio-bits.c106 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
108 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
112 STDIO_ALIAS(stdout);
113 STDIO_ALIAS(stderr);
/picolibc-latest/semihost/machine/sparc/
Dsparc_iob.c112 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
114 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
118 STDIO_ALIAS(stdout);
119 STDIO_ALIAS(stderr);
/picolibc-latest/semihost/machine/mips/
Dmips_iob.c113 #define STDIO_ALIAS(x) __strong_reference(stdin, x); macro
115 #define STDIO_ALIAS(x) FILE *const x = &__stdio; macro
119 STDIO_ALIAS(stdout);
120 STDIO_ALIAS(stderr);