Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-client.c96 const char *errfmt, ...) __attribute__((format(printf, 4, 5)));
235 const char *errfmt, ...) in get_handle() argument
245 va_start(args, errfmt); in get_handle()
246 if (errfmt != NULL) in get_handle()
247 vsnprintf(errmsg, sizeof(errmsg), errfmt, args); in get_handle()
259 errfmt == NULL ? __func__ : errmsg, id, expected_id); in get_handle()
263 if (errfmt != NULL) in get_handle()
269 errfmt == NULL ? __func__ : errmsg, SSH2_FXP_HANDLE, type); in get_handle()