Searched refs:lc (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/libroot/posix/locale/
H A Dsetlocale.cpp42 for (int lc = 0; lc <= LC_LAST; lc++)
43 locales[lc] = NULL;
54 for (int lc = 0; lc <= LC_LAST; lc++) {
55 if (locales[lc] != NULL && strcasecmp(locales[lc], "POSIX") != 0
56 && strcasecmp(locales[lc], "
[all...]
H A Dlocale_t.cpp80 for (int lc = 1; lc <= LC_LAST; ++lc) {
81 newBackend->SetLocale(lc, backend->SetLocale(lc, NULL));
130 for (int lc = 0; lc <= LC_LAST; lc++)
131 locales[lc] = NULL;
137 for (int lc
[all...]
H A DLocaleInternal.cpp54 for (int lc = from; lc <= to; lc++) {
56 locale = getenv(categoryNames[lc]);
61 locales[lc] = locale;
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c104 struct lconv* lc = localeconv(); local
106 return __strfmon(s, maxsize, lc, format, ap);
114 struct lconv* lc = localeconv_l(locale); local
116 return __strfmon(s, maxsize, lc, format, ap);
121 __strfmon(char *s, size_t maxsize, struct lconv* lc, const char *format, va_list ap) argument
251 currency_symbol = strdup(lc->int_curr_symbol);
257 currency_symbol = strdup(lc->currency_symbol);
273 pad_size = __calc_left_pad((flags ^ IS_NEGATIVE), lc,
274 currency_symbol) - __calc_left_pad(flags, lc, currency_symbol);
281 asciivalue = __format_grouped_double(value, lc,
425 __setup_vars(int flags, struct lconv* lc, char *cs_precedes, char *sep_by_space, char *sign_posn, char **signstr) argument
461 __calc_left_pad(int flags, struct lconv* lc, char *cur_symb) argument
513 __format_grouped_double(double value, struct lconv* lc, int *flags, int left_prec, int right_prec, int pad_char) argument
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp51 rgb_color lc = LowColor(); local
52 fRenderer->SetBackground(agg::rgba8(lc.red, lc.green, lc.blue, 255));
/haiku/headers/libs/agg/
H A Dagg_vcgen_contour.h46 void line_cap(line_cap_e lc) { m_stroker.line_cap(lc); } argument
H A Dagg_renderer_markers.h677 void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, const color_type* lc, marker_e type) argument
682 case marker_square: do { base_type::fill_color(*fc); base_type::line_color(*lc); square (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;
683 case marker_diamond: do { base_type::fill_color(*fc); base_type::line_color(*lc); diamond (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;
684 case marker_circle: do { base_type::fill_color(*fc); base_type::line_color(*lc); circle (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;
685 case marker_crossed_circle: do { base_type::fill_color(*fc); base_type::line_color(*lc); crossed_circle (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;
686 case marker_semiellipse_left: do { base_type::fill_color(*fc); base_type::line_color(*lc); semiellipse_lef
[all...]
H A Dagg_conv_stroke.h42 void line_cap(line_cap_e lc) { base_type::generator().line_cap(lc); } argument
H A Dagg_vcgen_stroke.h54 void line_cap(line_cap_e lc) { m_stroker.line_cap(lc); } argument
H A Dagg_math_stroke.h64 void line_cap(line_cap_e lc) { m_line_cap = lc; } argument
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp125 struct lconv* lc = localeconv(); local
126 if (!lc)
129 if (strcmp(lc->decimal_point, localeConv->decimal_point) != 0) {
130 printf("\tPROBLEM: lc.decimal_point = \"%s\" (expected \"%s\")\n",
131 lc->decimal_point, localeConv->decimal_point);
134 if (strcmp(lc->thousands_sep, localeConv->thousands_sep) != 0) {
135 printf("\tPROBLEM: lc.thousands_sep = \"%s\" (expected \"%s\")\n",
136 lc->thousands_sep, localeConv->thousands_sep);
139 if (strcmp(lc->grouping, localeConv->grouping) != 0) {
141 dumpGrouping(lc
[all...]
/haiku/src/libs/bsd/
H A Dunvis.c204 unsigned char st, ia, is, lc; local
451 lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */
457 if (is != 0 && nv[ia].name[is - 1] != lc)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c1415 ntfschar *lc; local
1419 lc = (ntfschar*)ntfs_malloc(uc_cnt*sizeof(ntfschar));
1420 if (lc) {
1422 lc[i] = cpu_to_le16(i);
1426 lc[upp] = cpu_to_le16(i);
1430 return (lc);
/haiku/src/bin/network/ftpd/
H A Dftpd.c1381 login_cap_t *lc = NULL; local
1458 if ((lc = login_getpwclass(pw)) != NULL) {
1466 if (!auth_hostok(lc, remotehost, remote_ip)) {
1474 if (!auth_timeok(lc, time(NULL))) {
1480 setusercontext(lc, pw, 0,
1517 || login_getcapbool(lc, "ftp-chroot", 0)
1660 login_close(lc);
1668 login_close(lc);
/haiku/src/apps/mail/
H A DContent.cpp631 char lc = tolower(str[0]);
634 if (text[i] == lc || text[i] == uc) {
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c2924 iflib_get_ip_forwarding(struct lro_ctrl *lc, bool *v4, bool *v6) argument
2926 CURVNET_SET(lc->ifp->if_vnet);
2964 iflib_get_ip_forwarding(struct lro_ctrl *lc __unused, bool *v4 __unused, bool *v6 __unused)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dosprey_reg_map.h3121 struct jupiter_reg_map__lc_reg_csr lc; /* 0x20000 - 0x2052c */ member in struct:jupiter_reg_map__apb_map_csr

Completed in 215 milliseconds