Home
last modified time | relevance | path

Searched refs:thislen (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Duniq.c363 size_t thislen; in check_file() local
370 thislen = thisline->length - 1 - (thisfield - thisline->buffer); in check_file()
373 || different (thisfield, prevfield, thislen, prevlen)); in check_file()
389 prevlen = thislen; in check_file()
412 size_t thislen; in check_file() local
420 thislen = thisline->length - 1 - (thisfield - thisline->buffer); in check_file()
421 match = !different (thisfield, prevfield, thislen, prevlen); in check_file()
452 prevlen = thislen; in check_file()