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