Lines Matching defs:resultbuf
856 static char resultbuf[2 + 10 + 1];
880 if (modifier - dot < sizeof (resultbuf))
882 /* This way of filling resultbuf is multithread-safe. */
883 memcpy (resultbuf, dot, modifier - dot);
884 resultbuf [modifier - dot] = '\0';
885 return resultbuf;
905 strcpy (resultbuf, buf);
906 codeset = resultbuf;
918 static char resultbuf[2 + 10 + 1];
947 strcpy (resultbuf, buf);
948 codeset = resultbuf;
954 static char resultbuf[2 + 10 + 1];
983 if (modifier - dot < sizeof (resultbuf))
985 /* This way of filling resultbuf is multithread-safe. */
986 memcpy (resultbuf, dot, modifier - dot);
987 resultbuf [modifier - dot] = '\0';
988 return resultbuf;
1007 strcpy (resultbuf, buf);
1008 codeset = resultbuf;