Searched refs:errfmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | sftp-client.c | 96 const char *errfmt, ...) __attribute__((format(printf, 4, 5))); 245 const char *errfmt, ...) in get_handle() argument 255 va_start(args, errfmt); in get_handle() 256 if (errfmt != NULL) in get_handle() 257 vsnprintf(errmsg, sizeof(errmsg), errfmt, args); in get_handle() 269 errfmt == NULL ? __func__ : errmsg, id, expected_id); in get_handle() 273 if (errfmt != NULL) in get_handle() 279 errfmt == NULL ? __func__ : errmsg, SSH2_FXP_HANDLE, type); in get_handle()
|
| /freebsd-12.1/sbin/route/ |
| H A D | route.c | 1625 static const char errfmt[] = variable 1727 (void)printf(errfmt, __func__, msglen); in print_rtmsg() 1843 (void)printf(errfmt, __func__, len); in pmsg_addrs()
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 159 [ERRFLAG="$ERRFLAG -errfmt"])
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 159 [ERRFLAG="$ERRFLAG -errfmt"])
|