Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dexpand.c49 if (CFG_TOYBOX_I18N) { in do_expand()
/external/toybox/
Dmain.c83 if (CFG_TOYBOX_I18N) setlocale(LC_ALL, "C"+!!(which->flags & TOYFLAG_LOCALE)); in toy_singleinit()
/external/toybox/generated/
Dconfig.h21 #define CFG_TOYBOX_I18N 1 macro
/external/toybox/lib/
Dlib.c342 if (!CFG_TOYBOX_I18N) { in strlower()