Lines Matching refs:toybuf
65 __LINE__, len, total, i, toybuf);
73 __LINE__, len, total, toybuf);
88 if (toys.optflags & FLAG_v) fprintf(stderr, "%s\n", toybuf);
103 xread2line(TT.fd, toybuf, sizeof(toybuf));
104 if (!sscanf(toybuf, "%d", &rc) || (must && rc != must)) {
106 __LINE__, must, rc, toybuf);
116 error_exit_raw(toybuf);
152 __LINE__, rc, toybuf);
156 error_exit_raw(toybuf);
162 __LINE__, toys.optflags, toys.optc, toybuf);
188 for (s = toybuf; (s = strchr(s, ',')); s++) {
198 error_msg("ftpget_main line %d, port %d toybox buf %s\r\n", __LINE__, port, toybuf);
203 error_exit_raw(toybuf);
215 sscanf(toybuf, "%*u %llu", &lenr);
217 error_msg("ftpget_main line %d, port %d get %d toybox buf %s\r\n", __LINE__, port, get, toybuf);
271 error_msg("ftpget_main line %d, len local %d len remote %d toybox buf %s\r\n", __LINE__, lenl, lenr, toybuf);