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

/freebsd-current/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-current/usr.sbin/ypldap/
H A Dlog.c86 log_warn(const char *emsg, ...) argument
92 if (emsg == NULL)
95 va_start(ap, emsg);
97 if (asprintf(&nfmt, "%s: %s", emsg, strerror(errno)) == -1) {
99 vlog(LOG_CRIT, emsg, ap);
110 log_warnx(const char *emsg, ...) argument
114 va_start(ap, emsg);
115 vlog(LOG_CRIT, emsg, ap);
120 log_info(const char *emsg, ...) argument
124 va_start(ap, emsg);
130 log_debug(const char *emsg, ...) argument
142 fatal(const char *emsg) argument
157 fatalx(const char *emsg) argument
[all...]
/freebsd-current/usr.bin/pr/
H A Degetopt.c66 static char emsg[] = ""; variable
71 static char *place = emsg; /* option letter processing */
88 place = emsg;
98 place = emsg;
127 place = emsg;
191 place = emsg;
208 place = emsg;
/freebsd-current/contrib/one-true-awk/
H A Dmain.c65 static const char *emsg[] = { local
79 ": %s", (size_t)si->si_code < sizeof(emsg) / sizeof(emsg[0]) &&
80 emsg[si->si_code] ? emsg[si->si_code] : emsg[0]
/freebsd-current/contrib/sendmail/src/
H A Dsched.c28 #define FORK_P1(emsg, pname, ptype) \
36 const char *msg = emsg; \
/freebsd-current/sbin/dump/
H A Ddumprmt.c315 char code[30], emsg[BUFSIZ]; local
319 rmtgets(emsg, sizeof (emsg));
320 msg("%s: %s", cmd, emsg);
/freebsd-current/crypto/openssh/
H A Dauth.c852 const char *emsg = NULL; local
855 if ((auth_opts = sshauthopt_merge(old, opts, &emsg)) == NULL) {
856 error("Inconsistent authentication options: %s", emsg);
H A Dsftp-server.c477 handle_log_close(int handle, char *emsg) argument
481 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
487 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ",
H A Dscp.c2156 static char *emsg; local
2161 if (emsg == NULL)
2163 run_err("%s", emsg);
2164 free(emsg);
2165 emsg = NULL;
2171 if (emsg != NULL)
2175 vasnmprintf(&emsg, INT_MAX, NULL, fmt, ap);
/freebsd-current/contrib/sendmail/contrib/
H A Dexpn.pl183 $emsg = $!;
185 &giveup('mx',"$server: Could not connect: $emsg");

Completed in 149 milliseconds