Searched refs:statout (Results 1 – 1 of 1) sorted by relevance
259 char statout[12]; in statusput() local265 strcpy(statout, "Status: "); in statusput()267 strcat(statout, "R"); in statusput()269 strcat(statout, "O"); in statusput()270 strcat(statout, "\n"); in statusput()271 (*fp)(statout, obuf); in statusput()