Searched refs:newiflag (Results 1 – 1 of 1) sorted by relevance
255 char *newiflag; in report_search_path() local275 newiflag = (char *)malloc(strlen(iflag) + strlen(curdir) + 2); in report_search_path()276 sprintf(newiflag, "-%c%s/%s", iflag[1], curdir, &iflag[2]); in report_search_path()277 report_dep(newiflag, filename); in report_search_path()