Lines Matching refs:system
2 Test setlocale() function : basic functionality - setting system locale to a specific
21 // run the command 'locale -a' to fetch all locales available in the system
22 system('locale -a');
32 // return all the locale found in the system
36 /* Collect existing system locales and set one among them,
68 // gather all the locales installed in the system
71 // set the system locale to a locale, choose the right locale by
73 // $common_locales & locales that are available in the system, stored
75 echo "Setting system locale(LC_ALL) to ";
77 // check if a commonly used locale is installed in the system
86 // continue to check if next commonly locale is installed in the system
109 Setting system locale(LC_ALL) to %s