| H A D | main.c | 46 #define DBG_PRINT(file, fmt, args) fprintf(file, fmt, args) 48 #define DBG_PRINT(file, fmt, args) /* empty */ 78 /* Warn on multiple includes of same file */ 82 static char *base_name(const char *file); 155 if ((afd = open(argv[1] + 1, O_RDONLY)) < 0) 156 fatalerr("cannot open \"%s\"\n", argv[1] + 1); 330 fatalerr("-s flag's value should start %s\n", "with '#'."); 486 DBG_PRINT(stderr, "file: %s\n", *fp); 502 getfile(const char *file) argument 694 char *file = strdup(in_file); local in function:base_name [all...] |