Searched refs:fmtres (Results 1 – 3 of 3) sorted by relevance
848 static char fmtres[MAXCOMPLEXLEN]; local855 fmtres[0] = '\0';860 if (sizeof (fmtres) < (unsigned)(precision + 2)) {863 (precision + 2), sizeof (fmtres));867 (void) snprintf(fmtres, sizeof (fmtres), "%*ld ",870 dp = &fmtres[strlen(fmtres)];871 limit = fmtres + sizeof (fmtres) - 1;887 return (fmtres);
622 static char fmtres[BUFSIZ]; in fmtentry() local625 (void) sprintf(fmtres, "%s%s%s", in fmtentry()629 dp = &fmtres[strlen(fmtres)]; in fmtentry()659 return (fmtres); in fmtentry()
2330 static char fmtres[BUFSIZ]; in fmtentry() local2334 dp = &fmtres[0]; in fmtentry()2375 return (fmtres); in fmtentry()