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

/freebsd-13-stable/usr.bin/comm/
H A Dcomm.c79 wchar_t *tline1, *tline2; local
158 if ((tline1 = convert(line1)) != NULL)
160 if (tline1 == NULL || tline2 == NULL)
163 comp = wcscoll(tline1, tline2);
164 if (tline1 != NULL)
165 free(tline1);

Completed in 343 milliseconds