Home | History | Annotate | Download | only in rmt

Lines Matching defs:resp

70 char	resp[BUFSIZ];
157 (void)snprintf(resp, sizeof(resp), "A%d\n", rval);
158 (void)write(STDOUT_FILENO, resp, strlen(resp));
188 (void)snprintf(resp, sizeof(resp), "A%d\n", rval);
189 (void)write(STDOUT_FILENO, resp, strlen(resp));
200 (void)snprintf(resp, sizeof(resp), "A%d\n", rval);
201 (void)write(STDOUT_FILENO, resp, strlen(resp));
246 (void)snprintf(resp, sizeof(resp), "E%d\n%s\n", num, strerror(num));
247 (void)write(STDOUT_FILENO, resp, strlen(resp));