Home
last modified time | relevance | path

Searched refs:SETLOCALE (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/widelands/widelands-build21/src/base/
H A Di18n.cc36 #define SETLOCALE libintl_setlocale macro
40 #define SETLOCALE setlocale macro
42 #define SETLOCALE std::setlocale macro
134 SETLOCALE(LC_ALL, "English"); in init_locale()
151 SETLOCALE(LC_ALL, "C"); in init_locale()
152 SETLOCALE(LC_MESSAGES, ""); in init_locale()
275 res = SETLOCALE(LC_MESSAGES, try_locale.c_str()); in set_locale()
304 SETLOCALE(LC_MESSAGES, "en_US.utf8"); // set locale according to the env. variables in set_locale()
309 SETLOCALE(LC_MESSAGES, ""); // set locale according to the env. variables in set_locale()
321 SETLOCALE(LC_ALL, ""); // call to libintl in set_locale()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/unzip/unix/
H A Dunxcfg.h169 # ifndef SETLOCALE
170 # define SETLOCALE(category, locale) setlocale(category, locale) macro
/dports/archivers/unzip/unzip60/unix/
H A Dunxcfg.h169 # ifndef SETLOCALE
170 # define SETLOCALE(category, locale) setlocale(category, locale) macro
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/unix/
H A Dunxcfg.h169 # ifndef SETLOCALE
170 # define SETLOCALE(category, locale) setlocale(category, locale) macro
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla-control/unix/
H A Dunxcfg.h169 # ifndef SETLOCALE
170 # define SETLOCALE(category, locale) setlocale(category, locale) macro
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catarina/unix/
H A Dunxcfg.h169 # ifndef SETLOCALE
170 # define SETLOCALE(category, locale) setlocale(category, locale) macro
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catia/unix/
H A Dunxcfg.h169 # ifndef SETLOCALE
170 # define SETLOCALE(category, locale) setlocale(category, locale) macro
/dports/archivers/zip/zip30/
H A Dtailor.h353 # ifndef SETLOCALE
354 # define SETLOCALE(category, locale) setlocale(category, locale) macro
363 # ifndef SETLOCALE
364 # define SETLOCALE(category, locale) macro
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dtailor.h353 # ifndef SETLOCALE
354 # define SETLOCALE(category, locale) setlocale(category, locale) macro
363 # ifndef SETLOCALE
364 # define SETLOCALE(category, locale) macro
/dports/textproc/po4a/po4a-0.65/t/fmt/man/
H A Dquotes.po53 msgstr "B<SETLOCALE(LC_ALL, \"\" )>"
59 msgstr "B<SETLOCALE(LC_ALL, \"\")>"
/dports/archivers/unzip/unzip60/
H A Dunzpriv.h1218 # ifndef SETLOCALE
1219 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1250 # ifndef SETLOCALE
1251 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1263 # ifndef SETLOCALE
1264 # define SETLOCALE(category, locale) macro
H A Dunzip.c759 SETLOCALE(LC_CTYPE, "");
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/
H A Dunzpriv.h1218 # ifndef SETLOCALE
1219 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1250 # ifndef SETLOCALE
1251 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1263 # ifndef SETLOCALE
1264 # define SETLOCALE(category, locale) macro
H A Dunzip.c761 SETLOCALE(LC_CTYPE, "C");
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla-control/
H A Dunzpriv.h1218 # ifndef SETLOCALE
1219 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1250 # ifndef SETLOCALE
1251 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1263 # ifndef SETLOCALE
1264 # define SETLOCALE(category, locale) macro
H A Dunzip.c761 SETLOCALE(LC_CTYPE, "C");
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catia/
H A Dunzpriv.h1218 # ifndef SETLOCALE
1219 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1250 # ifndef SETLOCALE
1251 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1263 # ifndef SETLOCALE
1264 # define SETLOCALE(category, locale) macro
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catarina/
H A Dunzpriv.h1218 # ifndef SETLOCALE
1219 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1250 # ifndef SETLOCALE
1251 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1263 # ifndef SETLOCALE
1264 # define SETLOCALE(category, locale) macro
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/unzip/
H A Dunzpriv.h1218 # ifndef SETLOCALE
1219 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1250 # ifndef SETLOCALE
1251 # define SETLOCALE(category, locale) setlocale(category, locale) macro
1263 # ifndef SETLOCALE
1264 # define SETLOCALE(category, locale) macro
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/mcpp/
H A Dmbchar.c305 #define SETLOCALE 2 /* #pragma setlocale (not __setlocale) */ macro
400 if (pragma == SETLOCALE) /* #pragma setlocale */ in set_encoding()
H A Dsystem.c4044 #define SETLOCALE 2 /* #pragma setlocale( "encoding") */ macro
4186 set_encoding( work_buf + 1, NULL, SETLOCALE);
/dports/devel/mcpp/mcpp-2.7.2/src/
H A Dmbchar.c305 #define SETLOCALE 2 /* #pragma setlocale (not __setlocale) */ macro
399 if (pragma == SETLOCALE) /* #pragma setlocale */ in set_encoding()
H A Dsystem.c4017 #define SETLOCALE 2 /* #pragma setlocale( "encoding") */ macro
4159 set_encoding( work_buf + 1, NULL, SETLOCALE);
/dports/archivers/unzip/unzip60/windll/
H A Dwindll.c295 SETLOCALE(LC_CTYPE, "");
/dports/editors/mined/mined-2015.25/src/
H A Dio.c69 # ifdef SETLOCALE
2385 #ifdef SETLOCALE

12