FPUTCSV_FLD_CHK  1868 standard/file.c 		if (FPUTCSV_FLD_CHK(delimiter) ||
FPUTCSV_FLD_CHK  1869 standard/file.c 			FPUTCSV_FLD_CHK(enclosure) ||
FPUTCSV_FLD_CHK  1870 standard/file.c 			FPUTCSV_FLD_CHK(escape_char) ||
FPUTCSV_FLD_CHK  1871 standard/file.c 			FPUTCSV_FLD_CHK('\n') ||
FPUTCSV_FLD_CHK  1872 standard/file.c 			FPUTCSV_FLD_CHK('\r') ||
FPUTCSV_FLD_CHK  1873 standard/file.c 			FPUTCSV_FLD_CHK('\t') ||
FPUTCSV_FLD_CHK  1874 standard/file.c 			FPUTCSV_FLD_CHK(' ')