lconv              32 ext/standard/formatted_print.c #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
lconv              34 ext/standard/formatted_print.c #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
lconv             220 ext/standard/formatted_print.c 	struct lconv lconv;
lconv             222 ext/standard/formatted_print.c 	struct lconv *lconv;
lconv             256 ext/standard/formatted_print.c 			localeconv_r(&lconv);
lconv             258 ext/standard/formatted_print.c 			lconv = localeconv();
lconv             284 ext/standard/formatted_print.c 			localeconv_r(&lconv);
lconv             286 ext/standard/formatted_print.c 			lconv = localeconv();
lconv             118 ext/standard/php_string.h PHPAPI struct lconv *localeconv_r(struct lconv *out);
lconv             197 ext/standard/string.c PHPAPI struct lconv *localeconv_r(struct lconv *out)
lconv             199 ext/standard/string.c 	struct lconv *res;
lconv             214 ext/standard/string.c 		res = cur->locinfo->lconv;
lconv            5195 ext/standard/string.c 		struct lconv currlocdata;
lconv              43 main/snprintf.c #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
lconv              45 main/snprintf.c #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
lconv             616 main/snprintf.c 	struct lconv lconv;
lconv             618 main/snprintf.c 	struct lconv *lconv = NULL;
lconv            1029 main/snprintf.c 						localeconv_r(&lconv);
lconv            1031 main/snprintf.c 						if (!lconv) {
lconv            1032 main/snprintf.c 							lconv = localeconv();
lconv            1090 main/snprintf.c 					localeconv_r(&lconv);
lconv            1092 main/snprintf.c 					if (!lconv) {
lconv            1093 main/snprintf.c 						lconv = localeconv();
lconv              98 main/spprintf.c #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
lconv             100 main/spprintf.c #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
lconv             227 main/spprintf.c 	struct lconv lconv;
lconv             229 main/spprintf.c 	struct lconv *lconv = NULL;
lconv             645 main/spprintf.c 						localeconv_r(&lconv);
lconv             647 main/spprintf.c 						if (!lconv) {
lconv             648 main/spprintf.c 							lconv = localeconv();
lconv             705 main/spprintf.c 					localeconv_r(&lconv);
lconv             707 main/spprintf.c 					if (!lconv) {
lconv             708 main/spprintf.c 						lconv = localeconv();
lconv             120 sapi/phpdbg/phpdbg_out.c #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
lconv             159 sapi/phpdbg/phpdbg_out.c 	struct lconv *lconv = NULL;
lconv             625 sapi/phpdbg/phpdbg_out.c 						if (!lconv) {
lconv             626 sapi/phpdbg/phpdbg_out.c 							lconv = localeconv();
lconv             682 sapi/phpdbg/phpdbg_out.c 					if (!lconv) {
lconv             683 sapi/phpdbg/phpdbg_out.c 						lconv = localeconv();