Home
last modified time | relevance | path

Searched refs:inc_file (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c496 char *inc_file = (char *)(buf + 9); in first_pass_prototype() local
499 while ((*inc_file == ' ') || in first_pass_prototype()
500 (*inc_file == '\t')) in first_pass_prototype()
501 inc_file++; in first_pass_prototype()
502 if (*inc_file) { in first_pass_prototype()
504 inc_file[strlen(inc_file) - 1] = '\0'; in first_pass_prototype()
507 inc_file); in first_pass_prototype()
591 char *inc_file = (char *)(buf + 9); in second_pass_prototype() local
594 while ((*inc_file == ' ') || (*inc_file == '\t')) in second_pass_prototype()
595 inc_file++; in second_pass_prototype()
[all …]