Home | History | Annotate | Download | only in ftp-proxy

Lines Matching defs:errstr

617 	const char *errstr = NULL; /* XXX gcc */
661 &errstr);
662 if (errstr)
663 errx(1, "loglevel %s", errstr);
675 max_sessions = strtonum(optarg, 1, 500, &errstr);
676 if (errstr)
677 errx(1, "max sessions %s", errstr);
708 timeout = strtonum(optarg, 0, 86400, &errstr);
709 if (errstr)
710 errx(1, "timeout %s", errstr);