Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/DocBook/
DMakefile76 LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE),C.UTF-8,C) macro
77 export LC_CTYPE
/linux-4.4.14/scripts/
Dcheck-lc_ctype.c10 return !setlocale(LC_CTYPE, ""); in main()