Home
last modified time | relevance | path

Searched refs:errfmt (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsftp-client.c97 const char *errfmt, ...) __attribute__((format(printf, 4, 5)));
248 const char *errfmt, ...) in get_handle() argument
258 va_start(args, errfmt); in get_handle()
259 if (errfmt != NULL) in get_handle()
260 vsnprintf(errmsg, sizeof(errmsg), errfmt, args); in get_handle()
272 errfmt == NULL ? __func__ : errmsg, id, expected_id); in get_handle()
276 if (errfmt != NULL) in get_handle()
282 errfmt == NULL ? __func__ : errmsg, SSH2_FXP_HANDLE, type); in get_handle()