Lines Matching refs:errormsg
149 const char *cp, *scheme, *errormsg; in auth_url() local
196 if (get_line(stdin, uuser, sizeof(uuser), &errormsg) < 0) { in auth_url()
197 warnx("%s; can't authenticate", errormsg); in auth_url()
497 const char *errormsg; in fetch_url() local
843 len = get_line(fin, buf, sizeof(buf), &errormsg); in fetch_url()
845 if (*errormsg == '\n') in fetch_url()
846 errormsg++; in fetch_url()
847 warnx("Receiving HTTP reply: %s", errormsg); in fetch_url()
867 len = get_line(fin, buf, sizeof(buf), &errormsg); in fetch_url()
869 if (*errormsg == '\n') in fetch_url()
870 errormsg++; in fetch_url()
871 warnx("Receiving HTTP reply: %s", errormsg); in fetch_url()