Lines Matching refs:system
2 Test setlocale() function : basic functionality - setting system locale to a specific
32 // run the command 'locale -a' to fetch all locales available in the system
33 system('locale -a');
43 // return all the locale found in the system
47 /* Collect existing system locales and set one among them,
79 // gather all the locales installed in the system
82 // set the system locale to a locale, choose the right locale by
84 // $common_locales & locales that are available in the system, stored
86 echo "Setting system locale(LC_ALL) to ";
88 // check if a commonly used locale is installed in the system
97 // continue to check if next commonly locale is installed in the system
120 Setting system locale(LC_ALL) to %s