/Zephyr-Core-2.7.6/lib/libc/minimal/include/ |
D | stdio.h | 23 typedef int FILE; typedef 30 #define stdin ((FILE *) 1) 31 #define stdout ((FILE *) 2) 32 #define stderr ((FILE *) 3) 39 int __printf_like(2, 3) fprintf(FILE * _MLIBC_RESTRICT stream, 49 int __printf_like(2, 0) vfprintf(FILE * _MLIBC_RESTRICT stream, 55 int fputc(int c, FILE *stream); 56 int fputs(const char *_MLIBC_RESTRICT s, FILE *_MLIBC_RESTRICT stream); 58 FILE *_MLIBC_RESTRICT stream); 59 static inline int putc(int c, FILE *stream) in putc()
|
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdout/ |
D | stdout_console.c | 28 int z_impl_zephyr_fputc(int c, FILE *stream) in z_impl_zephyr_fputc() 34 static inline int z_vrfy_zephyr_fputc(int c, FILE *stream) in z_vrfy_zephyr_fputc() 41 int fputc(int c, FILE *stream) in fputc() 46 int fputs(const char *_MLIBC_RESTRICT s, FILE *_MLIBC_RESTRICT stream) in fputs() 57 size_t nitems, FILE *_MLIBC_RESTRICT stream) in z_impl_zephyr_fwrite() 89 FILE *_MLIBC_RESTRICT stream) in z_vrfy_zephyr_fwrite() 94 nitems, (FILE *_MLIBC_RESTRICT)stream); in z_vrfy_zephyr_fwrite() 100 FILE *_MLIBC_RESTRICT stream) in fwrite()
|
D | fprintf.c | 15 int fprintf(FILE *_MLIBC_RESTRICT stream, const char *_MLIBC_RESTRICT format, ...) in fprintf() 27 int vfprintf(FILE *_MLIBC_RESTRICT stream, const char *_MLIBC_RESTRICT format, in vfprintf()
|
/Zephyr-Core-2.7.6/samples/net/civetweb/common/include/ |
D | libc_extensions.h | 41 int fileno(FILE *stream); 42 int ferror(FILE *stream); 43 int fclose(FILE *stream); 44 int fseeko(FILE *stream, off_t offset, int whence); 45 FILE *fopen(const char *filename, const char *mode); 46 char *fgets(char *str, int num, FILE *stream); 47 size_t fread(void *ptr, size_t size, size_t count, FILE *stream);
|
/Zephyr-Core-2.7.6/scripts/ |
D | coccicheck | 72 FILE="${i#*=}" 73 if [ ! -e "$FILE" ]; then 84 if [ "$FILE" = "" ] ; then 87 OPTIONS="--dir $FILE" 98 if [ "$FILE" != "" ] ; then 172 FILE=${COCCI#$ZEPHYR_BASE/} 192 echo " in $FILE."
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_mesh/src/ |
D | settings_test_backend.c | 40 static int entry_check_and_copy(FILE *fin, FILE *fout, const char *name) in entry_check_and_copy() 79 FILE *fp = fopen(SETTINGS_FILE, "r+"); in settings_custom_load() 130 FILE *fcur = fopen(SETTINGS_FILE, "r+"); in settings_custom_save() 131 FILE *fnew = NULL; in settings_custom_save()
|
/Zephyr-Core-2.7.6/include/sys/ |
D | libc-hooks.h | 33 __syscall int zephyr_fputc(int c, FILE * stream); 36 size_t nitems, FILE *_MLIBC_RESTRICT stream);
|
D | cbprintf.h | 368 int fprintfcb(FILE * stream, const char *format, ...); 387 int vfprintfcb(FILE *stream, const char *format, va_list ap);
|
/Zephyr-Core-2.7.6/subsys/tracing/ |
D | tracing_backend_posix.c | 32 fwrite(data, length, 1, (FILE *)out_stream); in tracing_backend_posix_output() 35 fflush((FILE *)out_stream); in tracing_backend_posix_output()
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/ |
D | CMakeLists.txt | 16 FILE(GLOB app_sources src/*.c) 17 FILE(GLOB gatt_sources src/gatt/*.c)
|
/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_api/ |
D | README.txt | 80 [FILE] TEST.C (size = 10) 87 [FILE] TESTFILE.TXT (size = 12) 98 [FILE] TEST.C (size = 10)
|
/Zephyr-Core-2.7.6/lib/os/ |
D | cbprintf.c | 51 int fprintfcb(FILE *stream, const char *format, ...) in fprintfcb() 63 int vfprintfcb(FILE *stream, const char *format, va_list ap) in vfprintfcb()
|
/Zephyr-Core-2.7.6/samples/drivers/led_pwm/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/boards/esp32/wifi_station/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/boards/google_kukui/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/tests/drivers/adc/adc_dma/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/tests/subsys/shell/shell_flash/ |
D | CMakeLists.txt | 7 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/drivers/led_lp503x/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/subsys/display/cfb_shell/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/subsys/fs/fat_fs/ |
D | CMakeLists.txt | 7 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/subsys/pm/device_pm/ |
D | CMakeLists.txt | 7 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/subsys/shell/fs/ |
D | CMakeLists.txt | 8 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/samples/subsys/testsuite/integration/ |
D | CMakeLists.txt | 7 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/tests/kernel/context/ |
D | CMakeLists.txt | 7 FILE(GLOB app_sources src/*.c)
|
/Zephyr-Core-2.7.6/tests/kernel/fifo/fifo_usage/ |
D | CMakeLists.txt | 7 FILE(GLOB app_sources src/*.c)
|