Searched refs:emsg (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrerror.c46 static char emsg[1024]; local
49 snprintf(emsg, sizeof(emsg), "Error %d occurred.", eno);
51 snprintf(emsg, sizeof(emsg), "%s", sys_errlist[eno]);
53 return emsg;
/freebsd-11-stable/usr.sbin/ypldap/
H A Dlog.c87 log_warn(const char *emsg, ...) argument
93 if (emsg == NULL)
96 va_start(ap, emsg);
98 if (asprintf(&nfmt, "%s: %s", emsg, strerror(errno)) == -1) {
100 vlog(LOG_CRIT, emsg, ap);
111 log_warnx(const char *emsg, ...) argument
115 va_start(ap, emsg);
116 vlog(LOG_CRIT, emsg, ap);
121 log_info(const char *emsg, ...) argument
125 va_start(ap, emsg);
131 log_debug(const char *emsg, ...) argument
143 fatal(const char *emsg) argument
158 fatalx(const char *emsg) argument
[all...]
/freebsd-11-stable/usr.bin/pr/
H A Degetopt.c72 static char emsg[] = ""; variable
77 static char *place = emsg; /* option letter processing */
94 place = emsg;
104 place = emsg;
133 place = emsg;
197 place = emsg;
214 place = emsg;
/freebsd-11-stable/sbin/dump/
H A Ddumprmt.c322 char code[30], emsg[BUFSIZ]; local
326 rmtgets(emsg, sizeof (emsg));
327 msg("%s: %s", cmd, emsg);
/freebsd-11-stable/contrib/libreadline/
H A Dhistexpand.c369 const char *emsg; local
377 emsg = "event not found";
381 emsg = "bad word specifier";
385 emsg = "substitution failed";
389 emsg = "unrecognized history modifier";
393 emsg = "no previous substitution";
397 emsg = "unknown expansion error";
406 strcpy (temp + ll + 2, emsg);
/freebsd-11-stable/contrib/bmake/
H A Dvar.c2629 const char *emsg; local
2691 newStr = Cmd_Exec(pattern.rhs, &emsg);
2692 if (emsg)
2693 Error(emsg, nstr);
2864 const char *emsg; local
2869 emsg = NULL;
2877 newStr = Cmd_Exec(pattern.rhs, &emsg);
2881 if (emsg)
2882 Error(emsg, nstr);
3579 const char *emsg; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c439 handle_log_close(int handle, char *emsg) argument
443 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
449 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
H A Dpacket.c1543 const char *emsg; local
1580 emsg = NULL;
1586 emsg = "crc32 compensation attack detected";
1589 emsg = "deattack denial of service detected";
1592 emsg = "deattack error";
1595 if (emsg != NULL) {
1596 error("%s", emsg);
1597 if ((r = sshpkt_disconnect(ssh, "%s", emsg)) != 0 ||
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c944 macro_expr (const char *emsg, int idx, sb *in, int *val)
958 as_bad ("%s", emsg);
943 macro_expr(const char *emsg, int idx, sb *in, int *val) argument
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1193 $emsg = $!;
195 &giveup('mx',"$server: Could not connect: $emsg");
H A Dexpn.in192 $emsg = $!;
194 &giveup('mx',"$server: Could not connect: $emsg");
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl183 $emsg = $!;
185 &giveup('mx',"$server: Could not connect: $emsg");

Completed in 139 milliseconds