Searched refs:STDIO_ALIAS (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/semihost/ |
D | iob.c | 41 #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/ |
D | fake_io.c | 58 #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/ |
D | e9_io.c | 58 #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/ |
D | powerpc_io.c | 60 #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/ |
D | msp430-iob.c | 61 #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/ |
D | iob.c | 69 #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/ |
D | sh_io.c | 73 #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/ |
D | stdio-bits.c | 106 #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/ |
D | sparc_iob.c | 112 #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/ |
D | mips_iob.c | 113 #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);
|