/freebsd/usr.sbin/bsdinstall/distextract/ |
H A D | distextract.c | 185 char errormsg[PATH_MAX + 512]; in count_files() local 222 snprintf(errormsg, sizeof(errormsg), in count_files() 225 bsddialog_msgbox(&conf, errormsg, 0, 0); in count_files() 233 snprintf(errormsg, sizeof(errormsg), in count_files() 237 bsddialog_msgbox(&conf, errormsg, 0, 0); in count_files() 257 char errormsg[PATH_MAX + 512]; in extract_files() local 265 snprintf(errormsg, sizeof(errormsg), in extract_files() 268 bsddialog_msgbox(&conf, errormsg, 0, 0); in extract_files() 277 snprintf(errormsg, sizeof(errormsg), in extract_files() 281 bsddialog_msgbox(&conf, errormsg, 0, 0); in extract_files() [all …]
|
/freebsd/usr.sbin/bsdinstall/distfetch/ |
H A D | distfetch.c | 127 char errormsg[PATH_MAX + 512]; in fetch_files() local 174 snprintf(errormsg, sizeof(errormsg), in fetch_files() 178 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files() 187 snprintf(errormsg, sizeof(errormsg), in fetch_files() 191 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files() 230 snprintf(errormsg, sizeof(errormsg), in fetch_files() 234 snprintf(errormsg, sizeof(errormsg), in fetch_files() 238 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files()
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 384 const char *errormsg; in ftp_login() local 417 errormsg = NULL; in ftp_login() 418 nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg); in ftp_login() 420 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "login"); in ftp_login() 514 const char *errormsg; in another() local 525 errormsg = NULL; in another() 526 nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg); in another() 528 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "operation"); in another() 1298 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg) in get_line() argument 1306 if (errormsg) in get_line() [all …]
|
H A D | fetch.c | 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() [all …]
|
H A D | cmds.c | 168 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/sys/netinet/libalias/ |
H A D | alias_sctp.c | 153 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()
|