Lines Matching refs:line

80 	char *line;  in interpret_solarnet_fw()  local
97 line = get_sum_line(); in interpret_solarnet_fw()
100 (void) sprintf(line, in interpret_solarnet_fw()
103 line += strlen(line); in interpret_solarnet_fw()
107 (void) sprintf(line, " %s", in interpret_solarnet_fw()
109 line += strlen(line); in interpret_solarnet_fw()
110 (void) sprintf(line, "/%s", in interpret_solarnet_fw()
112 line += strlen(line); in interpret_solarnet_fw()
115 (void) sprintf(line, ".%s", buff); in interpret_solarnet_fw()
116 line += strlen(line); in interpret_solarnet_fw()
121 (void) sprintf(line, " (all)"); in interpret_solarnet_fw()
123 (void) sprintf(line, " %lu", thresh); in interpret_solarnet_fw()
124 line += strlen(line); in interpret_solarnet_fw()
131 (void) sprintf(line, " %s", op); in interpret_solarnet_fw()
132 line += strlen(line); in interpret_solarnet_fw()
135 (void) sprintf(line, " (all)"); in interpret_solarnet_fw()
137 (void) sprintf(line, " %lu", thresh); in interpret_solarnet_fw()
138 line += strlen(line); in interpret_solarnet_fw()
144 (void) sprintf(line, " %s", op); in interpret_solarnet_fw()
145 line += strlen(line); in interpret_solarnet_fw()
151 check_retransmit(line, xid); in interpret_solarnet_fw()
153 (void) sprintf(line, "SOLARNET R %s", in interpret_solarnet_fw()
155 line += strlen(line); in interpret_solarnet_fw()
160 sprintf(line, " FW"); in interpret_solarnet_fw()
162 sprintf(line, " OP"); in interpret_solarnet_fw()
164 sprintf(line, " NOERR"); in interpret_solarnet_fw()
165 line += strlen(line); in interpret_solarnet_fw()
167 sprintf(line, " %lu", getxdr_u_long()); in interpret_solarnet_fw()
168 line += strlen(line); in interpret_solarnet_fw()
170 sprintf(line, " %s", in interpret_solarnet_fw()
172 line += strlen(line); in interpret_solarnet_fw()
175 sprintf(line, " Success"); in interpret_solarnet_fw()
176 line += strlen(line); in interpret_solarnet_fw()
180 sprintf(line, " %lu rows", getxdr_u_long()); in interpret_solarnet_fw()
181 line += strlen(line); in interpret_solarnet_fw()
183 sprintf(line, " (No output)"); in interpret_solarnet_fw()
184 line += strlen(line); in interpret_solarnet_fw()