Searched refs:tmplocale (Results 1 – 1 of 1) sorted by relevance
238 char *oldlocale=NULL, *tmplocale; in json_tokener_parse_ex() local240 tmplocale = setlocale(LC_NUMERIC, NULL); in json_tokener_parse_ex()241 if (tmplocale) oldlocale = strdup(tmplocale); in json_tokener_parse_ex()