Searched defs: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
|
/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
|
/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
|
/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
|
/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
|
/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
|
/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
|
/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
|
/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
|
/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
|