Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c3803 static jmp_buf failed_strcoll; variable
3816 longjmp (failed_strcoll, 1); in xstrcoll()
4119 if (! setjmp (failed_strcoll)) in sort_files()