/freebsd/usr.sbin/ypldap/ |
H A D | log.c | 86 log_warn(const char *emsg, ...) in log_warn() argument 92 if (emsg == NULL) in log_warn() 95 va_start(ap, emsg); in log_warn() 97 if (asprintf(&nfmt, "%s: %s", emsg, strerror(errno)) == -1) { in log_warn() 99 vlog(LOG_CRIT, emsg, ap); in log_warn() 110 log_warnx(const char *emsg, ...) in log_warnx() argument 114 va_start(ap, emsg); in log_warnx() 115 vlog(LOG_CRIT, emsg, ap); in log_warnx() 120 log_info(const char *emsg, ...) in log_info() argument 124 va_start(ap, emsg); in log_info() [all …]
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strerror.c | 46 static char emsg[1024]; in strerror() local 49 snprintf(emsg, sizeof(emsg), "Error %d occurred.", eno); in strerror() 51 snprintf(emsg, sizeof(emsg), "%s", sys_errlist[eno]); in strerror() 53 return emsg; in strerror()
|
/freebsd/usr.bin/pr/ |
H A D | egetopt.c | 66 static char emsg[] = ""; variable 71 static char *place = emsg; /* option letter processing */ in egetopt() 88 place = emsg; in egetopt() 98 place = emsg; in egetopt() 127 place = emsg; in egetopt() 191 place = emsg; in egetopt() 208 place = emsg; in egetopt()
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 587 +typedef bool (librpz_parse_log_opt_t)(librpz_emsg_t *emsg, const char *arg); 590 +typedef void (librpz_vpemsg_t)(librpz_emsg_t *emsg, 593 +typedef void (librpz_pemsg_t)(librpz_emsg_t *emsg, 724 + * @param[out] emsg: error message 731 +typedef librpz_clist_t *(librpz_clist_create_t)(librpz_emsg_t *emsg, 747 + * @param[out] emsg: error message 753 +typedef librpz_client_t *(librpz_client_create_t)(librpz_emsg_t *emsg, 761 + * @param[out] emsg: error message 765 +typedef bool (librpz_connect_t)(librpz_emsg_t *emsg, librpz_client_t *client, 787 + * @param[out] emsg: error message for false return or *rspp=NULL [all …]
|
/freebsd/sbin/dump/ |
H A D | dumprmt.c | 315 char code[30], emsg[BUFSIZ]; in rmtreply() local 319 rmtgets(emsg, sizeof (emsg)); in rmtreply() 320 msg("%s: %s", cmd, emsg); in rmtreply()
|
/freebsd/contrib/sendmail/src/ |
H A D | sched.c | 28 #define FORK_P1(emsg, pname, ptype) \ argument 36 const char *msg = emsg; \
|
/freebsd/crypto/openssh/ |
H A D | auth.c | 759 const char *emsg = NULL; in auth_activate_options() local 762 if ((auth_opts = sshauthopt_merge(old, opts, &emsg)) == NULL) { in auth_activate_options() 763 error("Inconsistent authentication options: %s", emsg); in auth_activate_options()
|
H A D | scp.c | 2158 static char *emsg; local 2163 if (emsg == NULL) 2165 run_err("%s", emsg); 2166 free(emsg); 2167 emsg = NULL; 2173 if (emsg != NULL) 2177 vasnmprintf(&emsg, INT_MAX, NULL, fmt, ap);
|
H A D | sftp-server.c | 477 handle_log_close(int handle, char *emsg) in handle_log_close() argument 481 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ", in handle_log_close() 487 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ", in handle_log_close()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | expn.pl | 183 $emsg = $!; 185 &giveup('mx',"$server: Could not connect: $emsg");
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | animation | 153 >8 string emsg \b, Event message box present
|