Searched refs:tifiles (Results 1 – 1 of 1) sorted by relevance
739 char **ifiles, **tifiles; in main() local861 tifiles = xmalloc(sizeof (char *) * nifiles); in main()864 tifiles[i] = argv[optind + i]; in main()865 qsort(tifiles, nifiles, sizeof (char *), (int (*)())strcompare); in main()867 ifiles[0] = tifiles[0]; in main()869 if (strcmp(ifiles[idx], tifiles[tidx]) != 0) in main()870 ifiles[++idx] = tifiles[tidx]; in main()