Lines Matching refs:strcat
208 char wd[8][BUF/4], *strcat(); in parse()
221 strcat(fld[i], "~~"); in parse()
223 strcat(fld[i], wd[n-1]); in parse()
225 strcat(fld[i], wd[n-2]); in parse()
228 strcat(fld[i], " "); in parse()
230 strcat(fld[i], wd[j]); in parse()
233 strcat(fld[i], wd[n-1]); /* year */ in parse()
235 strcat(fld[i], wd[1]); /* month */ in parse()
241 strcat(fld[i], wd[j]); in parse()
244 strcat(fld[i], wd[j]); in parse()
249 strcat(fld[i], wd[j]); in parse()