Home
last modified time | relevance | path

Searched refs:statout (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c259 char statout[12]; in statusput() local
265 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()