Searched refs:MAX_FILES (Results 1 – 6 of 6) sorted by relevance
21 extern struct stdio_dev **console_devices[MAX_FILES];26 extern int cd_count[MAX_FILES];
51 #define MAX_FILES 3 macro
76 extern char *stdio_names[MAX_FILES];
31 char *stdio_names[MAX_FILES] = { "stdin", "stdout", "stderr" };266 for (l=0 ; l< MAX_FILES; l++) { in stdio_deregister_dev()286 for (l=0 ; l< MAX_FILES; l++) { in stdio_deregister_dev()
184 struct stdio_dev **console_devices[MAX_FILES];185 int cd_count[MAX_FILES];338 if (file < MAX_FILES) { in fgetc()370 if (file < MAX_FILES) in ftstc()378 if (file < MAX_FILES) in fputc()384 if (file < MAX_FILES) in fputs()390 if (file < MAX_FILES) in fclear()
36 for (l = 0; l < MAX_FILES; l++) { in do_coninfo()