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