Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. menuconfig RTT_POSIX_TESTCASE_STDIO_H
  2. bool "<stdio.h>"
  3. default n
  4. if RTT_POSIX_TESTCASE_STDIO_H
  5. config STDIO_H_CLEARERR
  6. bool "<stdio.h> -> clearerr"
  7. default n
  8. config STDIO_H_FCLOSE
  9. bool "<stdio.h> -> fclose"
  10. default n
  11. config STDIO_H_FDOPEN
  12. bool "<stdio.h> -> fdopen"
  13. default n
  14. config STDIO_H_FEOF
  15. bool "<stdio.h> -> feof"
  16. default n
  17. config STDIO_H_FERROR
  18. bool "<stdio.h> -> ferror"
  19. default n
  20. config STDIO_H_FFLUSH
  21. bool "<stdio.h> -> fflush"
  22. default n
  23. config STDIO_H_FGETC
  24. bool "<stdio.h> -> fgetc"
  25. default n
  26. config STDIO_H_FGETS
  27. bool "<stdio.h> -> fgets"
  28. default n
  29. config STDIO_H_FILENO
  30. bool "<stdio.h> -> fileno"
  31. default n
  32. config STDIO_H_FOPEN
  33. bool "<stdio.h> -> fopen"
  34. default n
  35. config STDIO_H_FPRINTF
  36. bool "<stdio.h> -> fprintf"
  37. default n
  38. config STDIO_H_FPUTC
  39. bool "<stdio.h> -> fputc"
  40. default n
  41. config STDIO_H_FPUTS
  42. bool "<stdio.h> -> fputs"
  43. default n
  44. config STDIO_H_FREAD
  45. bool "<stdio.h> -> fread"
  46. default n
  47. config STDIO_H_FSCANF
  48. bool "<stdio.h> -> fscanf"
  49. default n
  50. config STDIO_H_FSEEK
  51. bool "<stdio.h> -> fseek"
  52. default n
  53. config STDIO_H_FTELL
  54. bool "<stdio.h> -> ftell"
  55. default n
  56. config STDIO_H_FWRITE
  57. bool "<stdio.h> -> fwrite"
  58. default n
  59. config STDIO_H_PERROR
  60. bool "<stdio.h> -> perror"
  61. default n
  62. config STDIO_H_PRINTF
  63. bool "<stdio.h> -> printf"
  64. default n
  65. config STDIO_H_PUTC
  66. bool "<stdio.h> -> putc"
  67. default n
  68. config STDIO_H_PUTCHAR
  69. bool "<stdio.h> -> putchar"
  70. default n
  71. config STDIO_H_PUTS
  72. bool "<stdio.h> -> puts"
  73. default n
  74. config STDIO_H_REMOVE
  75. bool "<stdio.h> -> remove"
  76. default n
  77. config STDIO_H_RENAME
  78. bool "<stdio.h> -> rename"
  79. default n
  80. config STDIO_H_REWIND
  81. bool "<stdio.h> -> rewind"
  82. default n
  83. config STDIO_H_SETBUF
  84. bool "<stdio.h> -> setbuf"
  85. default n
  86. config STDIO_H_SETVBUF
  87. bool "<stdio.h> -> setvbuf"
  88. default n
  89. config STDIO_H_SNPRINTF
  90. bool "<stdio.h> -> snprintf"
  91. default n
  92. config STDIO_H_SPRINTF
  93. bool "<stdio.h> -> sprintf"
  94. default n
  95. config STDIO_H_SSCANF
  96. bool "<stdio.h> -> sscanf"
  97. default n
  98. config STDIO_H_VFPRINTF
  99. bool "<stdio.h> -> vfprintf"
  100. default n
  101. config STDIO_H_VPRINTF
  102. bool "<stdio.h> -> vprintf"
  103. default n
  104. config STDIO_H_VSNPRINTF
  105. bool "<stdio.h> -> vsnprintf"
  106. default n
  107. config STDIO_H_VSPRINTF
  108. bool "<stdio.h> -> vsprintf"
  109. default n
  110. endif