Lines Matching refs:inc_file
496 char *inc_file = (char *)(buf + 9);
499 while ((*inc_file == ' ') ||
500 (*inc_file == '\t'))
501 inc_file++;
502 if (*inc_file) {
504 inc_file[strlen(inc_file) - 1] = '\0';
507 inc_file);
591 char *inc_file = (char *)(buf + 9);
594 while ((*inc_file == ' ') || (*inc_file == '\t'))
595 inc_file++;
597 if (*inc_file) {
599 inc_file[strlen(inc_file) - 1] = '\0';
602 protodir), "/"), inc_file);