fp_fmt           1306 lib/replace/snprintf.c 	char *fp_fmt[] = {
fp_fmt           1378 lib/replace/snprintf.c 	for (x = 0; fp_fmt[x] ; x++) {
fp_fmt           1381 lib/replace/snprintf.c 			l1 = snprintf(buf1, sizeof(buf1), fp_fmt[x], fp_nums[y]);
fp_fmt           1382 lib/replace/snprintf.c 			l2 = sprintf (buf2, fp_fmt[x], fp_nums[y]);
fp_fmt           1386 lib/replace/snprintf.c 				       fp_fmt[x], l1, buf1, l2, buf2);