Searched refs:tifiles (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c739 char **ifiles, **tifiles; local
859 tifiles = xmalloc(sizeof (char *) * nifiles);
862 tifiles[i] = argv[optind + i];
863 qsort(tifiles, nifiles, sizeof (char *), (int (*)())strcompare);
865 ifiles[0] = tifiles[0];
867 if (strcmp(ifiles[idx], tifiles[tidx]) != 0)
868 ifiles[++idx] = tifiles[tidx];

Completed in 45 milliseconds