Lines Matching refs:code
160 int code;
235 code = irs_irp_read_response(pvt, text, sizeof text);
236 if (code != IRPD_WELCOME_CODE) {
359 * FP. 0 on failure(0 is not a legal response code). The
367 int code;
379 if (sscanf(line, "%d", &code) != 1) {
380 code = 0;
390 return (code);
464 * int irs_irp_get_full_response(struct irp_p *pvt, int *code,
468 * there's a body to follow(code % 10 == 1), then the
472 * memput when done. The results code is stored in *CODE.
481 irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text,
491 *code = result;
493 /* Code that matches 2xx is a good result code.