Searched refs:READ_BINARY (Results 1 – 7 of 7) sorted by relevance
42 #define READ_BINARY "r" macro44 #define READ_BINARY "rb" macro485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) { in main()495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { in main()
41 #define READ_BINARY "r" macro44 #define READ_BINARY "rb" macro494 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) { in main()504 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { in main()
138 #define READ_BINARY "r" macro141 #define READ_BINARY "rb" macro
120 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) { in read_stdin()
314 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { in parse_switches()569 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { in main()
443 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) { in main()
566 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { in main()