Lines Matching defs:second
769 /* Boot volume descriptor should come second */
893 * @param const char * The second file name
894 * @returns : -1 if first is less than second, 0 if they are the same, 1 if
895 * the second is greater than the first
898 cd9660_compare_filename(const char *first, const char *second)
913 c2 = second[p2];
934 if (first[p1] == '.' && second[p2] == '.') {
940 c2 = second[p2];
2098 /* DotDot should be second */
2103 * this second. Otherwise, insert it at the head.