Home
last modified time | relevance | path

Searched refs:errormsg (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c186 char errormsg[PATH_MAX + 512]; in count_files() local
223 snprintf(errormsg, sizeof(errormsg), in count_files()
226 bsddialog_msgbox(&conf, errormsg, 0, 0); in count_files()
234 snprintf(errormsg, sizeof(errormsg), in count_files()
238 bsddialog_msgbox(&conf, errormsg, 0, 0); in count_files()
258 char errormsg[PATH_MAX + 512]; in extract_files() local
266 snprintf(errormsg, sizeof(errormsg), in extract_files()
269 bsddialog_msgbox(&conf, errormsg, 0, 0); in extract_files()
278 snprintf(errormsg, sizeof(errormsg), in extract_files()
314 snprintf(errormsg, sizeof(errormsg), in extract_files()
[all …]
/freebsd-14.2/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c128 char errormsg[PATH_MAX + 512]; in fetch_files() local
175 snprintf(errormsg, sizeof(errormsg), in fetch_files()
179 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files()
188 snprintf(errormsg, sizeof(errormsg), in fetch_files()
192 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files()
231 snprintf(errormsg, sizeof(errormsg), in fetch_files()
235 snprintf(errormsg, sizeof(errormsg), in fetch_files()
239 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files()
/freebsd-14.2/contrib/tnftp/src/
H A Dutil.c384 const char *errormsg; in ftp_login() local
417 errormsg = NULL; in ftp_login()
514 const char *errormsg; in another() local
525 errormsg = NULL; in another()
1306 if (errormsg) in get_line()
1307 *errormsg = "\nEOF received"; in get_line()
1310 if (errormsg) in get_line()
1311 *errormsg = "Error encountered"; in get_line()
1322 if (errormsg) in get_line()
1327 if (errormsg) in get_line()
[all …]
H A Dfetch.c149 const char *cp, *scheme, *errormsg; in auth_url() local
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()
[all …]
H A Dcmds.c168 const char *errormsg; in confirm() local
184 if (get_line(stdin, cline, sizeof(cline), &errormsg) < 0) { in confirm()
186 fprintf(ttyout, "%s; %s aborted\n", errormsg, cmd); in confirm()
/freebsd-14.2/sys/netinet/libalias/
H A Dalias_sctp.c153 static void logsctperror(char *errormsg, uint32_t vtag, int error, int direction);
2533 logsctperror(char *errormsg, uint32_t vtag, int error, int direction) in logsctperror() argument
2547 SctpAliasLog("->%c %s (vt=%u) %d\n", dir, errormsg, ntohl(vtag), error); in logsctperror()