Searched refs:errormsg (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c118 char errormsg[PATH_MAX + 512]; local
153 snprintf(errormsg, sizeof(errormsg),
157 dialog_msgbox("Fetch Error", errormsg, 0, 0,
166 snprintf(errormsg, sizeof(errormsg),
170 dialog_msgbox("Fetch Error", errormsg, 0, 0,
204 snprintf(errormsg, sizeof(errormsg),
208 snprintf(errormsg, sizeo
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c203 char errormsg[PATH_MAX + 512]; local
238 snprintf(errormsg, sizeof(errormsg),
240 dialog_msgbox("Extract Error", errormsg, 0, 0, TRUE);
248 snprintf(errormsg, sizeof(errormsg),
251 dialog_msgbox("Extract Error", errormsg, 0, 0, TRUE);
271 char errormsg[PATH_MAX + 512]; local
276 snprintf(errormsg, sizeof(errormsg),
[all...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_dso.h58 const char *errormsg; member in struct:apr_dso_handle_t
/freebsd-11-stable/contrib/apr/dso/unix/
H A Ddso.c147 (*res_handle)->errormsg = strerror(errno);
150 (*res_handle)->errormsg = (err_msg) ? err_msg : "link failed";
153 (*res_handle)->errormsg = dlerror();
160 (*res_handle)->errormsg = NULL;
206 handle->errormsg = "undefined symbol";
211 handle->errormsg = "cannot resolve symbol";
231 handle->errormsg = dlerror();
244 if (dso->errormsg) {
245 apr_cpystrn(buffer, dso->errormsg, buflen);
246 return dso->errormsg;
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c384 const char *errormsg; local
417 errormsg = NULL;
418 nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg);
420 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "login");
514 const char *errormsg; local
525 errormsg = NULL;
526 nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg);
528 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "operation");
1274 * If EOF/error occurs or a too-long line is encountered and errormsg
1284 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg) argument
[all...]
H A Dfetch.c149 const char *cp, *scheme, *errormsg; local
196 if (get_line(stdin, uuser, sizeof(uuser), &errormsg) < 0) {
197 warnx("%s; can't authenticate", errormsg);
497 const char *errormsg; local
843 len = get_line(fin, buf, sizeof(buf), &errormsg);
845 if (*errormsg == '\n')
846 errormsg++;
847 warnx("Receiving HTTP reply: %s", errormsg);
867 len = get_line(fin, buf, sizeof(buf), &errormsg);
869 if (*errormsg
[all...]
H A Dcmds.c168 const char *errormsg; local
184 if (get_line(stdin, cline, sizeof(cline), &errormsg) < 0) {
186 fprintf(ttyout, "%s; %s aborted\n", errormsg, cmd);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_sctp.c152 static void logsctperror(char* errormsg, uint32_t vtag, int error, int direction);
2495 * @param errormsg Error message to be logged
2501 logsctperror(char* errormsg, uint32_t vtag, int error, int direction) argument
2515 SctpAliasLog("->%c %s (vt=%u) %d\n", dir, errormsg, ntohl(vtag), error);
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
238 \def\errormsg{\begingroup \indexnofonts \doerrormsg}

Completed in 219 milliseconds