Searched refs:MAX_FILES (Results 1 – 8 of 8) sorted by relevance
8 #define MAX_FILES 7 macro13 char paths_stat[MAX_FILES][MAX_PATH_LEN] = {};14 char paths_close[MAX_FILES][MAX_PATH_LEN] = {};15 int rets_stat[MAX_FILES] = {};16 int rets_close[MAX_FILES] = {};34 if (cnt >= MAX_FILES) in BPF_PROG()55 if (cnt >= MAX_FILES) in BPF_PROG()
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];
9 #define MAX_FILES 7 macro17 char paths[MAX_FILES][MAX_PATH_LEN];133 for (int i = 0; i < MAX_FILES; i++) { in test_d_path()
182 struct stdio_dev **console_devices[MAX_FILES];183 int cd_count[MAX_FILES];336 if (file < MAX_FILES) { in fgetc()368 if (file < MAX_FILES) in ftstc()376 if (file < MAX_FILES) in fputc()382 if (file < MAX_FILES) in fputs()388 if (file < MAX_FILES) in fclear()
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()
36 for (l = 0; l < MAX_FILES; l++) { in do_coninfo()