Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dexpand.c49 if (CFG_TOYBOX_I18N) { in do_expand()
/third_party/toybox/
Dmain.c86 if (CFG_TOYBOX_I18N) setlocale(LC_CTYPE, "C.UTF-8"); in toy_singleinit()
/third_party/toybox/porting/liteos_a/
Dmain.c86 if (CFG_TOYBOX_I18N) setlocale(LC_CTYPE, "C.UTF-8"); in toy_singleinit()
/third_party/toybox/generated/
Dconfig.h685 #define CFG_TOYBOX_I18N 1 macro
/third_party/toybox/lib/
Dlib.c380 if (!CFG_TOYBOX_I18N) { in strlower()