Lines Matching refs:dot
360 const char *dot = strchr (locale, '.'); in locale_charset() local
362 if (dot != NULL) in locale_charset()
366 dot++; in locale_charset()
368 modifier = strchr (dot, '@'); in locale_charset()
370 return dot; in locale_charset()
371 if (modifier - dot < sizeof (buf)) in locale_charset()
373 memcpy (buf, dot, modifier - dot); in locale_charset()
374 buf [modifier - dot] = '\0'; in locale_charset()
443 const char *dot = strchr (locale, '.'); in locale_charset() local
445 if (dot != NULL) in locale_charset()
449 dot++; in locale_charset()
451 modifier = strchr (dot, '@'); in locale_charset()
453 return dot; in locale_charset()
454 if (modifier - dot < sizeof (buf)) in locale_charset()
456 memcpy (buf, dot, modifier - dot); in locale_charset()
457 buf [modifier - dot] = '\0'; in locale_charset()