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

/freebsd-13-stable/usr.bin/comm/
H A Dcomm.c79 wchar_t *tline1, *tline2; local
157 tline2 = NULL;
159 tline2 = convert(line2);
160 if (tline1 == NULL || tline2 == NULL)
163 comp = wcscoll(tline1, tline2);
166 if (tline2 != NULL)
167 free(tline2);

Completed in 36 milliseconds